Robert Carosi
Robert Carosi
I have a similar issue where the RM2 reboots after deleting the sync file. However after reboot the new articles start syncing.
Any thoughts on this?
This would be great! Can you say something about how hard it is to add support for the new ES version, and what the expected timeline is?
I could not find any arm based docker-images with JRE 17. Also, I do not own a Raspberry which makes testing a bit more challenging. When OpenJDK releases the image...
Raspberry Pi support is available in #7
I do not personally use Wallabag, so realistically I don't think I will add support for it. If someone else wants to give it a try let me know.
I have not encountered this before. Can you try to remove the `~/.remarkable-pocket` config file and perform authorization again? It may also be related to the new sync protocol that...
To enable debug logging for the rmapi client you can add `--env LOGGING_LEVEL_ES_JLARRIBA_JRMAPI=DEBUG` to the docker run command. I'm still on the old sync protocol so it's working fine for...
I suspect this is indeed the new sync protocol. Adding support is still on my list, but it will be much easier to test once I also get the new...
So I finally got upgraded to the new sync protocol and found some time to add support. I used [rmapi](https://github.com/juruen/rmapi) to connect to Remarkable Cloud, and their readme [states](https://github.com/juruen/rmapi#warning-experimental-support-for-the-new-sync-protocol) that...