Disk IO error
Posted: February 12th, 2020, 1:02 am
Hey Guys,
Im seeing this in my log file:
Question I have is - is it indicating that there is an IO error at /usr/share/sabnzbdplus/sabnzbd/database.py or at the path it's trying to write the file to?
TIA!
Im seeing this in my log file:
Code: Select all
2020-02-12 16:59:58,778::ERROR::[database:149] SQL Command Failed, see log
2020-02-12 16:59:58,780::INFO::[database:151] Traceback:
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 122, in execute
self.c.execute(command)
OperationalError: disk I/O error
2020-02-12 16:59:59,328::ERROR::[database:149] SQL Command Failed, see log
2020-02-12 16:59:59,336::INFO::[database:151] Traceback:
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 120, in execute
self.c.execute(command, args)
OperationalError: disk I/O error
2020-02-12 16:59:59,369::ERROR::[database:149] SQL Command Failed, see log
2020-02-12 16:59:59,371::INFO::[database:151] Traceback:
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 120, in execute
self.c.execute(command, args)
OperationalError: disk I/O error
TIA!