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
363 stars 27 forks source link

Issues with reMarkable API service #36

Open RomainGehrig opened 1 year ago

RomainGehrig commented 1 year ago

Do you also experience errors 500 when trying to use the API? I get a 500 for any request on https://document-storage-production-dot-remarkable-production.appspot.com. Do you know if the team at reMarkable upgraded their internal API and left this one behind?

Btw, their service manager returns the same service URL as before when queried:

$ curl "https://service-manager-production-dot-remarkable-production.appspot.com/service/json/1/document-storage"
{"Status":"OK","Host":"document-storage-production-dot-remarkable-production.appspot.com"}
eivholt commented 1 year ago

Yes, and I am unable to get new codes from https://my.remarkable.com/connect/remarkable

davidelegacci commented 1 year ago

I also get this error when trying remarkable.php register MY_CODE:

☠ Server error: `GET https://document-storage-production-dot-remarkable-production.appspot.com/document-storage/json/2/docs` resulted in a `500 Internal Server Error` response:

<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>500 Server Error</title>
</head> (truncated...)