rmapy
rmapy copied to clipboard
Outdated results of rmapy.get_meta_items()
Maybe this is a noob error, but from my understanding of the api, rmapy.get_meta_items()
is supposed to query the reMarkable cloud and return a collection that effectively includes all the current content of it.
Now I have been getting strange results to my calls, where files that were removed on reMarkable and are no longer present in other clients like the official desktop client and the mobile app still appear in the collection returned by rmapy.get_meta_items()
. Similarly, moved files or renamed folders are not returned as such. Is there some cache I would need to clean? Or do I need to run another command to actually fetch changed items?
I have already tried reauthenticating and obviously I have tried it in a clean python shell without existing variables that could hold old versions of it.
Any help would be much appreciated. Thank you
your account has been migrated to the new sync, probably
That is probably true, as rmapi shows a warning for that too with the same auth file.
What would be needed to make the new sync work with rmapy? I would be happy to help
this is the issue: https://github.com/subutux/rmapy/pull/26
Thank you very much!