Page 1 of 1

History is blank

Posted: May 23rd, 2014, 2:06 pm
by khaoohs
I've been getting the following errors in the log and the history sometimes shows and sometimes does not.
How can I troubleshoot this issue?

Code: Select all

2014-05-23 12:08:24,716::ERROR::[database:111] SQL Command Failed, see log
2014-05-23 12:08:24,716::DEBUG::[database:112] SQL: select count(*) from History WHERE name LIKE ?
2014-05-23 12:08:24,716::INFO::[database:113] Traceback: 
Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 104, in execute
    self.c.execute(command, args)
OperationalError: disk I/O error

Re: History is blank

Posted: May 23rd, 2014, 2:21 pm
by shypike
Hard to tell.
Either a problem with your system or a bug in the sqlite library.
Try removing history1.db from your user profile (In ~/.sabnzbd),
while SABnzbd isn't running. You'll use your history.

Re: History is blank

Posted: May 23rd, 2014, 3:57 pm
by khaoohs
Thanks for the response, we'll see what a fresh history1.db file does.