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

Error updating #11

Open
Huseyn050 opened this issue Sep 6, 2021 · 5 comments
Open

Error updating #11

Huseyn050 opened this issue Sep 6, 2021 · 5 comments

Comments

@Huseyn050
Copy link

Followed all the instructions but after showing updating to 2.8 for a few seconds it says error updating,,, (I'm trying to go from 2.9 to 2.8) Stuck on what to do here. Rebooting afterwards with and without running switch.sh does nothing. Need help

Heres my log from terminal which can hopefully clear something up:
requested: 2.9.1.217
platform: reMarkable2
Response:

192.168.0.105 - - [21/Aug/2021 02:00:18] "POST / HTTP/1.1" 200 -

Update done

@wbernoudy
Copy link

wbernoudy commented Sep 8, 2021

Hey Huseyn050, I have not contributed to this project, but I was having the same issue until I told the host machine to use the hostname I was using on the remarkable tablet. I had set

SERVER=http://MYHOSTNAME:8000

in /usr/share/remarkable/update.conf on the remarkable, so I had to run

python serve.py MYHOSTNAME

on my computer. Hope that helps.

@Huseyn050
Copy link
Author

@wbernoudy you mean putting the same IP on both? like the local IP address? cause thats what I did and it refuses to work. Unless you meant something else

@wbernoudy
Copy link

Yes, that is what I meant. Perhaps you can post the entire output of python serve.py, and of journalctl -u update-engine on the remarkable?

@Huseyn050
Copy link
Author

Huseyn050 commented Sep 10, 2021

@wbernoudy Hi again! sorry for the late reply, I attached the full output for python serve.py but unfortunately I couldn't get the log from the remarkable for some reason. Might try again later. Please tell me if you notice anything specifically, thanks!
Remarkable Attempted Downgrade log.txt

UPDATE: got log from remarkable as well
remarkable update log.txt

@wbernoudy
Copy link

When I run python serve.py HOSTNAME, the logs start with

Using hostname, to override use: ./serve.py hostname
Device should use:  http://HOSTNAME:8000/
Available updates: {'reMarkable2': ('2.7.0.51', '2.7.0.51_reMarkable2.signed')}
Starting fake updater: 8000

which seems to be missing from your logs.

It looks like your server is using http://{192.168.0.114}:{8000} and you set your remarkable to use http://Huseyns-MacBook-Pro.local:8000. If it's still not working, try to post the exact command you used to run the server, the entire logs, the contents of /usr/share/remarkable/update.conf, and all the logs from the remarkable again.

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