Open begincalendar opened 3 years ago
Pretty confident this was caused by running out of disk space. I've reclaimed some free space and it's working now, but I had to delete the SQLite database (presumably because it got corrupted).
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 sqlite
CLI tool might give more insight. Sqlite has a journal which should protect against IO errors.
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 had to delete the database and start the application again for it to become functional again.
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).