History is blank

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
khaoohs
Newbie
Newbie
Posts: 3
Joined: January 31st, 2012, 4:10 pm

History is blank

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: History is blank

Post 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.
khaoohs
Newbie
Newbie
Posts: 3
Joined: January 31st, 2012, 4:10 pm

Re: History is blank

Post by khaoohs »

Thanks for the response, we'll see what a fresh history1.db file does.
Post Reply