[0.7.20] database.pyo error
Posted: June 12th, 2015, 1:55 am
I am using SABnzbd 0.7.20 on a Windows 2012 R2 Server.
I am starting SABnzbd with the Parameter F, so a different location of the INI ist used.
Somethimes there is the following error occuring:
Somehow I can not find a file called database.pyo?
I am starting SABnzbd with the Parameter F, so a different location of the INI ist used.
Somethimes there is the following error occuring:
Code: Select all
2015-06-12 08:46:17,210::ERROR::[database:111] SQL Command Failed, see log
2015-06-12 08:46:17,210::DEBUG::[database:112] SQL: select count(*) from History WHERE name LIKE ?
2015-06-12 08:46:17,210::INFO::[database:113] Traceback:
Traceback (most recent call last):
File "sabnzbd\database.pyo", line 104, in execute
OperationalError: database is locked
2015-06-12 08:46:17,256::ERROR::[database:111] SQL Command Failed, see log
2015-06-12 08:46:17,256::DEBUG::[database:112] SQL: SELECT * FROM history WHERE name LIKE ? ORDER BY completed desc LIMIT ?, ?
2015-06-12 08:46:17,256::INFO::[database:113] Traceback:
Traceback (most recent call last):
File "sabnzbd\database.pyo", line 104, in execute
OperationalError: database is locked