You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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('_')
iflen(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:
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
The text was updated successfully, but these errors were encountered:
Hello!
While trying to downgrade to version
2.14.1.866
, Thescan_updates
function fails to find the update file while looking through the directory. Namely, this part: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:In order to get around this I had to rename the file
rm2_2.14.1.866_reMarkable2-JLWa2mnXu1-.signed
to2.14.1.866_reMarkable2-JLWa2mnXu1-.signed
The text was updated successfully, but these errors were encountered: