Beta5 RSS Config Error
Posted: January 24th, 2016, 9:29 am
I get the following error when click the RSS config link (ie. http://localhost:8080/sabnzbd/config/rss/). Running on Ubuntu Server LTS 14.04. Get the same thing from both JCFP's package and git source.
Checked the Windows version, same error.
Edit: Just checked Beta4 on Windows and it works fine so it definitely seems something that changed in Beta5 that is the problem.
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 "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 670, in respond
response.body = self.handler()
File "/usr/share/sabnzbdplus/cherrypy/lib/encoding.py", line 217, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 61, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 1870, in index
rss[feed]['baselink'] = get_base_url(rss[feed]['uri'])
File "/usr/share/sabnzbdplus/sabnzbd/misc.py", line 1299, in get_base_url
return ".".join(len(url_split[-2]) < 4 and url_split[-3:] or url_split[-2:])
IndexError: list index out of range
Powered by CherryPy 3.8.0
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 670, in respond
File "cherrypy\lib\encoding.pyo", line 217, in __call__
File "cherrypy\_cpdispatch.pyo", line 61, in __call__
File "sabnzbd\interface.pyo", line 1870, in index
File "sabnzbd\misc.pyo", line 1297, in get_base_url
IndexError: list index out of range
Powered by CherryPy 3.8.0