The install goes well, I configure the service, get the firewall to allow it though. And now I am getting:
http://Servernamehere:8080/wizard/
Code: Select all
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 656, in respond
File "cherrypy\lib\encoding.pyo", line 188, in __call__
File "cherrypy\_cpdispatch.pyo", line 34, in __call__
File "sabnzbd\wizard.pyo", line 71, in index
File "Cheetah\Template.pyo", line 1259, in __init__
File "Cheetah\Template.pyo", line 1553, in _compile
File "Cheetah\Template.pyo", line 637, in compile
File "Cheetah\convertTmplPathToModuleName.pyo", line 20, in convertTmplPathToModuleName
TypeError: character mapping must return integer, None or unicode
and
http://forums.sabnzbd.org/viewtopic.php?f=11&t=18977
Seem to describe the same problem and a possible solution.
"c:\program files (x86)\sabnzbd\sabnzbd-console.exe" -t smpl
launches a browser that displays the same error. However if I stop the SABnzbd-service and run the command, it launches a browser with the configuration wizard.
User nate1280 was seemingly able to get around it by compiling some python files and inserting them, but I'm not quite comfortable going that far. I would be more than happy to test any changes you need though.
Powered by CherryPy 3.2.2

