-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interface {} is nil, not string #1
Comments
The path in the filenames is where the source code was on my laptop when I compiled the program. The It looks like maybe when it downloaded the list of files in that directory, one of the files didn't have a |
I upgraded one of my experimenting tablets to 3.14 a few days ago, to test an issue with the I added a debug message which shows the full JSON outputs when retrieving the list of files from the tablet. It looks like reMarkable changed the format of the JSON returned by the directory list request between 3.10 and 3.14, so it no longer contains the file size and page count. The built-in web interface doesn't show this information, so I guess they figure there's no need to include it. I've updated the program so it checks whether these items are present. If not, it won't try to read them (which is what was causing the error message you found). In addition, the output of Please try the new version and let me know what happens. |
I agree with you! Don't have my tablet to try right now but this seems a good fix — can be closed as far as I'm concerned |
Thanks for this tool! USB web interface is enabled on my tablet and I'm on version 3.14.1.9.
Running
rmweb list
I get:Is that a hardcoded user string?
The text was updated successfully, but these errors were encountered: