Unable to add new comic
Bussterj opened this issue · 2 comments
Describe the bug
I've run into a problem recently trying to add a new comic it seems to start then doesn't get far in logs I get some things like
Database error executing INSERT INTO issues ...... disk I/O error
Screenshots/Logs
mylar.log
mylar1.log
Environment (please complete the following information):
- Windows10
- Version: 5ffe8fb (master)
Additional information
Tried a development build but I seemed to get more errors so jumped back
Any help would be appreciated
Disk I/O errors are usually system related errors, not so much sqlite or mylar.
Are you using NFS as the filesystem where the mylar.db resides?
It could be that it can't create the journal for the dB, that the hdd is failing, or that something else is locking the db up other than mylar (or a 2nd instance).
You'd have to describe your system setup so that we can troubleshoot things better than just guessing.