subutux / rmapy

A unofficial python module for interacting with the Remarkable Cloud
http://rmapy.readthedocs.io/
MIT License
124 stars 48 forks source link

Ignore missing thumbnail files #9

Closed jacobian closed 3 years ago

jacobian commented 3 years ago

For some reason, my Remarkable Cloud files seem to not have thumbnails. This causes rmapy.api.Client.download to fail with a KeyError when it tries to open the (missing) thumbnail file.

I've verified that there really don't seem to be any thumbnails -- and not that it's just a different name -- by inspecting the zipfile manually.

I'm using a Remarkable 2; maybe that's the difference?

Thanks for the API library, super useful!

subutux commented 3 years ago

Thanks for the pull request! Glad to hear people find it useful!