You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing the program with both Docker and Python methods, I get the following stack-trace and error. It appears that rmapy is trying to read '/home/appuser/.rmapi as a file rather than the directory that it is. Here's the stack trace:
`Traceback (most recent call last):
File "/home/appuser/main.py", line 242, in
main(args)
File "/home/appuser/main.py", line 47, in main
raise e
File "/home/appuser/main.py", line 42, in main
rm = Remarkable()
File "/home/appuser/remarkable.py", line 13, in init
self.shim = Client()
File "/base/.venv/lib/python3.10/site-packages/rmapy/api.py", line 39, in init
config = load()
File "/base/.venv/lib/python3.10/site-packages/rmapy/config.py", line 14, in load
with open(config_file_path, 'r') as config_file:
IsADirectoryError: [Errno 21] Is a directory: '/home/appuser/.rmapi'
`
The text was updated successfully, but these errors were encountered:
When executing the program with both Docker and Python methods, I get the following stack-trace and error. It appears that rmapy is trying to read '/home/appuser/.rmapi as a file rather than the directory that it is. Here's the stack trace:
`Traceback (most recent call last):
File "/home/appuser/main.py", line 242, in
main(args)
File "/home/appuser/main.py", line 47, in main
raise e
File "/home/appuser/main.py", line 42, in main
rm = Remarkable()
File "/home/appuser/remarkable.py", line 13, in init
self.shim = Client()
File "/base/.venv/lib/python3.10/site-packages/rmapy/api.py", line 39, in init
config = load()
File "/base/.venv/lib/python3.10/site-packages/rmapy/config.py", line 14, in load
with open(config_file_path, 'r') as config_file:
IsADirectoryError: [Errno 21] Is a directory: '/home/appuser/.rmapi'
`
The text was updated successfully, but these errors were encountered: