pyrmexplorer
pyrmexplorer copied to clipboard
HTTP 500 error if doc name contains a '/'
this came up because i had a document called 'questions/answers' containing notes from a class discussion.
to reproduce:
- create a new document on reMarkable tablet called 'test'
- open pyrmexplorer, right-click test and select 'download', pick output folder expected result: file called test.pdf in output folder actual result: same as expected
- rename document on reMarkable to 'te/st'.
- refresh folder in pyrmexplorer, right-click te/st and select 'download', pick output folder expected result: file called 'te/st.pdf' (or some mangled equivalent) in output folder actual result: folder called 'te' in output folder, and HTTP 500 error
Thanks for your input.
I think there may be two bugs here:
- A HTTP 500 error when talking to the tablet. This also happens when you use the web interface at http://10.11.99.1/, so that's a problem in the Remarkable software, not in rMExplorer. I have just submitted a bug report about this.
- When trying to save a file with a name containing a slash on the computer, this should fail, although the 500 error above stops the whole download process before this ever happens.
Once the first part is solved by Remarkable, I will have a look at the second issue.
Update: I have tested again with the latest firmware version (2.5.0.27). Trying to download a file with a "/" at 10.11.99.1 still gives a 500 error.