-
Notifications
You must be signed in to change notification settings - Fork 128
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
Serial binary needs to be more robust #88
Comments
thanks for the report! the good news is, it looks like the installer successfully got the files installed on the device and |
Yes, it does appear to be running correctly. I see the green bar on screen and the web interface does load. |
The essential problem here is that the serial binary is pretty brittle and prone to timing out or having other issues like #89 where it couldn't parse UTF8 output. In this case it seems like the serial command is sending a reboot message and the reboot happens before the ack was sent. Serial could fail more gracefully in this case. A good issue for someone else to take on would be to improve serials error handling and responses to be more user friendly. |
I've experienced the same on Pop OS. Closed my ticket due to being a duplicate |
I think I might take a crack at this. Improve the error messages, and don't panic. @cooperq any particular reason a timeout of 1 second is used? Should it be longer? |
I'm running Linux Mint 22 and have encountered an error during the installation. Everything seems to have installed ok, it's just that it seems to panic during a reboot.
The text was updated successfully, but these errors were encountered: