CentOS install from src. Reading RSS feeds causes error:

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
arizal
Newbie
Newbie
Posts: 2
Joined: February 4th, 2017, 6:47 pm

CentOS install from src. Reading RSS feeds causes error:

Post by arizal »

Traceback (most recent call last):
File "/opt/sabnzbd/cherrypy/_cprequest.py", line 670, in respond
response.body = self.handler()
File "/opt/sabnzbd/cherrypy/lib/encoding.py", line 220, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/opt/sabnzbd/cherrypy/_cpdispatch.py", line 60, in __call__
return self.callable(*self.args, **self.kwargs)
File "/opt/sabnzbd/sabnzbd/interface.py", line 1998, in index
conf['downloaded'], conf['matched'], conf['unmatched'] = GetRssLog(active_feed)
File "/opt/sabnzbd/sabnzbd/interface.py", line 2841, in GetRssLog
done.append(make_item(job))
File "/opt/sabnzbd/sabnzbd/interface.py", line 2804, in make_item
job['baselink'] = get_base_url(job['url'])
KeyError: 'url'
User avatar
safihre
Administrator
Administrator
Posts: 5361
Joined: April 30th, 2015, 7:35 am
Contact:

Re: CentOS install from src. Reading RSS feeds causes error:

Post by safihre »

Is fixed in the latest version on the develop branch (that's where you are on, right?), just download the latest version.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply