-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Unfortunately it looks like this no longer works? Following the instructions given I keep hitting this auth issue that may be related to other recent tickets.
Hopefully this is just a me problem and there's something I missed
$ rmfuse ~/remarkable
This reMarkable client needs to be registered with the reMarkable
cloud. To do this, please visit
https://my.remarkable.com/connect/desktop
to get a one-time code.
(You may be prompted to log into your reMarkable cloud account. If
this happens, you may not be redirected to the one-time code page.
In this case, you may open the above link a second time to get the
code.)
Enter the one-time code: [redacted]
Error in sys.excepthook:
Traceback (most recent call last):
File "/opt/homebrew/lib/python3.10/site-packages/trio/_core/_multierror.py", line 438, in trio_excepthook
for chunk in traceback.format_exception(etype, value, tb):
File "/opt/homebrew/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/traceback.py", line 135, in format_exception
te = TracebackException(type(value), value, tb, limit=limit, compact=True)
TypeError: traceback_exception_init() got an unexpected keyword argument 'compact'
Original exception was:
Traceback (most recent call last):
File "/opt/homebrew/bin/rmfuse", line 8, in <module>
sys.exit(main())
File "/opt/homebrew/lib/python3.10/site-packages/rmfuse/fuse.py", line 548, in main
get_client_s()
File "/opt/homebrew/lib/python3.10/site-packages/rmcl/sync.py", line 15, in sfunc
return trio.run(runner)
File "/opt/homebrew/lib/python3.10/site-packages/trio/_core/_run.py", line 1932, in run
raise runner.main_task_outcome.error
File "/opt/homebrew/lib/python3.10/site-packages/rmcl/sync.py", line 14, in runner
return await afunc(*args, **kw)
File "/opt/homebrew/lib/python3.10/site-packages/rmcl/api.py", line 389, in get_client
await _client.prompt_register_device()
File "/opt/homebrew/lib/python3.10/site-packages/rmcl/api.py", line 179, in prompt_register_device
return await self.register_device(code)
File "/opt/homebrew/lib/python3.10/site-packages/rmcl/api.py", line 158, in register_device
raise AuthError(f"Could not register device (status code {response.status_code})")
rmcl.exceptions.AuthError: Could not register device (status code 500)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels