sabnzbd fails to open and refers me to the exe log

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
unlocalhost
Newbie
Newbie
Posts: 4
Joined: June 19th, 2011, 4:42 pm

sabnzbd fails to open and refers me to the exe log

Post by unlocalhost »

ok system information
Version: 0.6.5
OS: Windows 7 32 bit
Install-type: Windows installer
Skin (if applicable): Default
Firewall Software: win 7 firewall?
Are you using IPV6? negative
Is the issue reproducible? not sure

Exception in thread Thread-2:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "sabnzbd\assembler.pyo", line 93, in run
AttributeError: 'module' object has no attribute 'pause_downloader'

this is the information from the log it is repeated several times. Possibly from rebooting to attempt to fix the problem.  I was running 0.6.1 prior to this post and in attempt to fix this on my own.  This did not resolve things hence my post.  If anymore information is needed let me know
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: sabnzbd fails to open and refers me to the exe log

Post by shypike »

It looks more like the program files are damaged
or that files from both versions are mixed.
assembler(Line 93) doesn't contain the offending statement in release 0.6.5.
Please remove and re-install SABnzbd.
Last edited by shypike on June 20th, 2011, 2:21 am, edited 1 time in total.
unlocalhost
Newbie
Newbie
Posts: 4
Joined: June 19th, 2011, 4:42 pm

Re: sabnzbd fails to open and refers me to the exe log

Post by unlocalhost »

Thank you for the response.

before I do this is there any file I can save that will hold all my settings or at least one I can open to take inventory of this information.  I dont remember which directory I set sab to listen on for NZB files
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: sabnzbd fails to open and refers me to the exe log

Post by shypike »

The main file is sabnzbd.ini, located here:
http://wiki.sabnzbd.org/configure-v2

You can un-install without removing the data.
You'll have to uncheck some options in the un-installer dialog.
unlocalhost
Newbie
Newbie
Posts: 4
Joined: June 19th, 2011, 4:42 pm

Re: sabnzbd fails to open and refers me to the exe log

Post by unlocalhost »

Exception in thread HTTPServer Thread-47:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1644, in start
error: (10049, "Can't assign requested address")


this is what comes up after re install.  I saved only my settings
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: sabnzbd fails to open and refers me to the exe log

Post by shypike »

OK, either there's something wrong with your DNS setup
or you entered a host address.
Have you found the entry "SABnzbd (safe mode)" in the Start menu?
Try that one, that will force host 127.0.0.1
Otherwise start it like this (include the quotes):
WindowsKey-R then type:
"c:\program files\sabnzbd\sabnzbd.exe" --server 127.0.0.1:8080
Enter
unlocalhost
Newbie
Newbie
Posts: 4
Joined: June 19th, 2011, 4:42 pm

Re: sabnzbd fails to open and refers me to the exe log

Post by unlocalhost »

and run it does in safemode just fine

im pretty sure I wasn't playing around the  DNS area, windows 7 makes it hard enough to get to I set it all to DHCP.
i recently switched from a wireless usb adapter on this machine to a bad ass atheros dlink pci card
other than that my network has not had any other changes
so I guess I can share a few other tidbits
sickbeard is running too although its just set so sab listens to the folder for nzb files
sickbeard is handlng all the post processing after sab unpacks everything

I have a dynamic dns updater running too, but all that its doing is updating my outside IP so I can monitor things remotely
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: sabnzbd fails to open and refers me to the exe log

Post by shypike »

If you had set SABnzbd to the internal IP address before,
it can be that your routers starts assigning another IP address.
Generally you should use 127.0.0.1 (localhost but that's a bit ambiguous) or 0.0.0.0.
Post Reply