500 internal server error in wizard

Report & discuss bugs found in 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
rdekoeijer
Newbie
Newbie
Posts: 1
Joined: June 7th, 2011, 4:18 pm

500 internal server error in wizard

Post by rdekoeijer »

Version: 0.6.3
OS: OSX Lion 10.7 Developer Preview 4
Install-type: OSx .app
Firewall Software: none
Are you using IPV6?: no
Is the issue reproducible? yes

When i start sabnzbd.app i get to the page where i can select my language (dutch). After clicking next i get to this page: http://localhost:8080/wizard/one witch gives me an 500 internal server error with the following text:

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "cherrypy/_cprequest.pyc", line 618, in respond
  File "cherrypy/_cpdispatch.pyc", line 25, in __call__
  File "sabnzbd/wizard.pyc", line 116, in one
  File "_Applications_SABnzbd_app_Contents_Resources_interfaces_wizard_one_html.py", line 187, in respond
NotFound: cannot find 'have_ssl'
Powered by CherryPy 3.2.0

What can be the problem here, something with pyton?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: 500 internal server error in wizard

Post by shypike »

>:( You're right.
That will mean a quick release of 0.6.4
hansen
Newbie
Newbie
Posts: 1
Joined: June 8th, 2011, 10:50 am

Re: 500 internal server error in wizard

Post by hansen »

Hello,
I hava a similar error in 0.6.4, it appears when i want to go to step 4.

Version: 0.6.4
OS: synology DSM3.1
Install-type: Installed via SAPhelper
Firewall Software: none
Are you using IPV6?: no
Is the issue reproducible? yes


500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "/volume1/@appstore/sab2/SABnzbd-0.6.4/cherrypy/_cprequest.py", line 618, in respond
    cherrypy.response.body = self.handler()
  File "/volume1/@appstore/sab2/SABnzbd-0.6.4/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/volume1/@appstore/sab2/SABnzbd-0.6.4/sabnzbd/wizard.py", line 205, in four
    return template.respond()
  File "_var_packages_sab2_target_sab_interfaces_wizard_four_html.py", line 112, in respond
TypeError: not all arguments converted during string formatting

Powered by CherryPy 3.2.0
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: 500 internal server error in wizard

Post by shypike »

Which language did you choose?
Possibly one of our translators made a typo.
The error is in the German translation.

It looks like an error in Launchpad.net's translation service.
The German translator did nothing wrong, but the automated extraction contains an error.

Use English in the Wizard, afterwards you will be able to switch to German on Config->General.
Last edited by shypike on June 8th, 2011, 12:40 pm, edited 1 time in total.
Post Reply