Mariner
Results
2
issues of
Mariner
Pretty self explanatory, I can run my own .py files with various modules imported however when they are ran inside obsidian it is unable to import those modules. Things like...
``` File "life360.py", line 41, in authenticate r = self.make_request(url=url, params=params, method='POST', authheader="Basic " + self.authorization_token) File "life360.py", line 29, in make_request return r.json() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/requests/models.py", line 975, in json...