Wont Start Error Help

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
pilGrim
Full Member
Full Member
Posts: 116
Joined: January 9th, 2009, 7:28 pm
Location: Hong Kong, SAR China

Wont Start Error Help

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

Re: Wont Start Error Help

Post 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.
pilGrim
Full Member
Full Member
Posts: 116
Joined: January 9th, 2009, 7:28 pm
Location: Hong Kong, SAR China

Re: Wont Start Error Help

Post 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.  ;-)
Post Reply