splitbrain / ReMarkableAPI

Docs and implementation of the reMarkable file sync API
https://www.splitbrain.org/blog/2018-02/02_file_sync_for_remarkable_tablet
MIT License
366 stars 27 forks source link

User token endpoint broken? #32

Closed jordanstreiff closed 2 years ago

jordanstreiff commented 2 years ago

Has the API been updated by reMarkable?

I've been working on a Ruby API wrapper and am running into issues with user token endpoint. The device token endpoint is working correctly, but when I attempt to use that token to fetch / refresh a user token, I get a 400 with the message "You must connect a rM device in the webapp before you can use this service."

However, when I check the web interface, a new app has been created.

I also attempted to register a device with rmapi and am getting similar issues.

Ideas?

jordanstreiff commented 2 years ago

Seems to have resolved itself.