-
Notifications
You must be signed in to change notification settings - Fork 41
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
sqlite3.OperationalError: disk I/O error - Likely due to lack of disk space #94
Comments
Pretty confident this was caused by running out of disk space. I'll leave it up to the maintainers to decide whether there is anything here that is worth actioning. |
Usually there's not much you can do if there's an IO error, either the disk is full or it's malfunctioning. Not sure why the database would be corrupted, inspecting it with the |
To be more specific, the application would run with the database afterwards, but the application wasn't functioning as it normally does:
There weren't database errors in the log, there were session encryption errors. I apologise for not keeping the database file and the log files, but I needed to move quickly and was doing too many things at once. I guess if you think it's worth trying to reproduce with a tight disk quota, then it might uncover |
I won't really have time to look into this in any detailed capacity, at least not for now, so I don't want to waste your time. Let's leave this issue open and if someone else hits it we might get more details. |
Describe the bug
Noticed messages weren't flowing through this proxy and found this in the log file:
To Reproduce
Most likely: Running out of disk space.
Expected behavior
Exception to be handled more gracefully (if possible).
Additional context
Running on a Raspberry Pi 4B with a microSD card (so it could be that this is at fault), but the card is an endurance model (e.g. suitable for dash camera usage).
The text was updated successfully, but these errors were encountered: