Skip to content
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

Parsing name error with update file #21

Open
Jayy001 opened this issue Aug 29, 2022 · 1 comment
Open

Parsing name error with update file #21

Jayy001 opened this issue Aug 29, 2022 · 1 comment

Comments

@Jayy001
Copy link

Jayy001 commented Aug 29, 2022

Hello!

While trying to downgrade to version 2.14.1.866, The scan_updates function fails to find the update file while looking through the directory. Namely, this part:

p = f.split('_')
if len(p) != 2:
   continue

will fail to find the update file named rm2_2.14.1.866_reMarkable2-JLWa2mnXu1-.signed because of the first underscore at the beginning (rm2_) and thus when trying to update will throw this KeyError:

image

In order to get around this I had to rename the file rm2_2.14.1.866_reMarkable2-JLWa2mnXu1-.signed to 2.14.1.866_reMarkable2-JLWa2mnXu1-.signed

@Yaniv-Kaplan
Copy link

Sorry for the unrelated question, but could you please elaborate on how you found the version name ("JLWa2mnXu1") for this update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants