rmapy icon indicating copy to clipboard operation
rmapy copied to clipboard

Outdated results of rmapy.get_meta_items()

Open opal06 opened this issue 2 years ago • 4 comments

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

opal06 avatar Apr 11 '22 13:04 opal06

your account has been migrated to the new sync, probably

ddvk avatar Apr 11 '22 20:04 ddvk

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

opal06 avatar Apr 11 '22 23:04 opal06

this is the issue: https://github.com/subutux/rmapy/pull/26

ddvk avatar Apr 12 '22 08:04 ddvk

Thank you very much!

opal06 avatar Apr 12 '22 11:04 opal06