-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Logging seems to be split #286
Comments
I cannot find that "WiFi:Client" message in the source. Not even find |
The splash screen is handled in the file splash.py which is called via a different start up service before networking and other bits are online. Even if it crashes, the main code should start up, so I don't think having proper logging on the splash screen is needed.... This still does not really help with why the software ended up in an un-usable state during the update and the main.py file crashed before logging anything 🤔 Given that the state of the code/sd card could end up very corrupted if the updated is terminated part way through I'm not surprised it can end up in some broken conditions. Making the update process more robust, with a fail-safe rollback, is definitely needed |
DeadricGems reported a hang after a failed upgrade in Discord at this point:
But the log file, that we could access via SMB was empty.
I seems that the log configuration is switched / wrong at that point in the boot process.
The text was updated successfully, but these errors were encountered: