SabNZBD returns "406 Not Acceptable" and won't start

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
slisher
Newbie
Newbie
Posts: 4
Joined: July 10th, 2010, 12:09 am

SabNZBD returns "406 Not Acceptable" and won't start

Post by slisher »

Hi there,

I'm kind of new to the use of this so I hear wonderful application and I'm disappointed I can't seem to find a way to get it working. On the startup of the app. I'm getting this from page "localhost:8080" (yes, port 8080 is free):
406 Not Acceptable

identity, gzip

Traceback (most recent call last):
  File "cherrypy\_cprequest.pyo", line 618, in respond
  File "cherrypy\_cpdispatch.pyo", line 25, in __call__
  File "sabnzbd\interface.pyo", line 399, in index
HTTPRedirect: (['http://localhost:8080/wizard/'], 303)

Powered by CherryPy 3.2.0
I've tried the SafeMode, installing Python, ActivePython, and other third-party modules that come with Python, rebooting and yet I can't seem to get rid of this error.
If it's any use, I'm running a W7 Ult x86 B7600 and have a webserver installed on this computer, running on 80 and 3306.
I've searched through the Wiki, FAQ and forums but this question seems not questioned before. If you can be any help, I'd appreciate it a bunch!!

Regards, Slisher.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SabNZBD returns "406 Not Acceptable" and won't start

Post by shypike »

Why don't you just run the binary distribution?
Preferably the Installer version.
slisher
Newbie
Newbie
Posts: 4
Joined: July 10th, 2010, 12:09 am

Re: SabNZBD returns "406 Not Acceptable" and won't start

Post by slisher »

That was my first method, it all does the same. Installed with the installer and the Python source. Screen:
http://i26.tinypic.com/9t0pw1.jpg

However, I'm running SickBeard with no problems.

Version: 0.5.3
OS: Windows 7 Ultimate Build 7600 - x86
Install-type: Windows Installer, Python source)
Firewall Software: Avira - internet for sabnbzd is allowed
Are you using IPV6? No

--

I've tried running the cmd "python SABnzbd.py -s localhost:2313" through my cmd window with admin rights and it gives the same error code :/..
Also tried different ports and it gives me this error when I start it through cmd python:
406 Not Acceptable

identity, gzip

Traceback (most recent call last):
 File "C:\SABnzbd-0.5.3\cherrypy\_cprequest.py", line 618, in respond
   cherrypy.response.body = self.handler()
 File "C:\SABnzbd-0.5.3\cherrypy\_cpdispatch.py", line 25, in __call__
   return self.callable(*self.args, **self.kwargs)
 File "C:\SABnzbd-0.5.3\sabnzbd\interface.py", line 399, in index
   raise cherrypy.HTTPRedirect('/wizard/')
HTTPRedirect: (['http://localhost:2313/wizard/'], 303)

Powered by CherryPy 3.2.0
http://i28.tinypic.com/e7fmzm.jpg
Last edited by slisher on July 10th, 2010, 6:44 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SabNZBD returns "406 Not Acceptable" and won't start

Post by shypike »

Why do you start SABnzbd with an "install" parameter?
What are you trying to accomplish?
You cannot "install" the Python source, there's nothing to install.

Are you using a different CherryPy than what the source packaeg contains?
slisher
Newbie
Newbie
Posts: 4
Joined: July 10th, 2010, 12:09 am

Re: SabNZBD returns "406 Not Acceptable" and won't start

Post by slisher »

shypike wrote: Why do you start SABnzbd with an "install" parameter?
What are you trying to accomplish?
You cannot "install" the Python source, there's nothing to install.

Are you using a different CherryPy than what the source packaeg contains?

I'm not, I've tried executing the .exe program, starting through cmd and they all give me the same error.
What I am trying to accomplish? Get this bloody thing to work, that's what I'm trying to accomplish.
Never mind though, I've uninstalled it.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SabNZBD returns "406 Not Acceptable" and won't start

Post by shypike »

I'm sorry to hear it, but there must be something seriously wrong with your system.
SABnzbd runs on thousands of Win7-64 systems.
slisher
Newbie
Newbie
Posts: 4
Joined: July 10th, 2010, 12:09 am

Re: SabNZBD returns "406 Not Acceptable" and won't start

Post by slisher »

Yep, you were right mate. I've done a fresh install.. Was going to install Ubuntu Server Edition but then changed my mind again.. now Sabnzbd is working perfect, cheers!
Last edited by slisher on July 13th, 2010, 4:33 am, edited 1 time in total.
Post Reply