Page 1 of 1

Wont Start Error Help

Posted: March 28th, 2009, 7:58 pm
by pilGrim
Hi All,

I got a blue screen in vista and now i can't start SABnzbd.  The SABnzbd.exe.log shows:

Traceback (most recent call last):
  File "SABnzbd.py", line 824, in
  File "SABnzbd.py", line 578, in main
  File "sabnzbd\decorators.pyo", line 26, in newFunction
  File "sabnzbd\__init__.pyo", line 533, in initialize
  File "sabnzbd\nzbqueue.pyo", line 105, in __init__
  File "sabnzbd\decorators.pyo", line 26, in newFunction
  File "sabnzbd\nzbqueue.pyo", line 188, in add
AttributeError: 'dict' object has no attribute 'reset_try_list'


I assume there is a corrupt file somewhere, I would appreciate it if someone can point me in the right direction as to the next step.

thanks.

Re: Wont Start Error Help

Posted: March 29th, 2009, 3:16 am
by shypike
Re-install SABnzbd (over the current installation).

If that doesn't help, open a command prompt and type:

Code: Select all

"c:\program files\sabnzbd\sabnzbd.exe" --clean
If that doesn't help, remove c:\Users\USERNAME\AppData\Local\sabnzbd\sabnzbd.ini
Then restart.

If that doesn't help, uninstall SABnzbd (remove all its user data too!) and install again.

Re: Wont Start Error Help

Posted: March 29th, 2009, 7:18 am
by pilGrim
[quote="shypike"]
If that doesn't help, open a command prompt and type:

Code: Select all

"c:\program files\sabnzbd\sabnzbd.exe" --clean[/code
[/quote]

Thanks the above command prompt code worked.  ;-)