Thunderbird only displays the first item in History RSS feed

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
manandre
Newbie
Newbie
Posts: 3
Joined: July 7th, 2013, 9:25 am

Thunderbird only displays the first item in History RSS feed

Post by manandre »

Hello, I have added the rss feed "http://localhost:8080/sabnzbd/rss?mode=history" to Thunderbird and only the first download item appears whereas all downloads appear correctly when the same URL is open in Firefox. Is it a known issue ? Do I have to contact Thunderbird support directly ?
manandre
Newbie
Newbie
Posts: 3
Joined: July 7th, 2013, 9:25 am

Re: Thunderbird only displays the first item in History RSS

Post by manandre »

I have found this: https://bugzilla.mozilla.org/show_bug.cgi?id=754704
It seems that Thunderbird requires an optional field "guid" in each item of the rss feed to work correctly...
manandre
Newbie
Newbie
Posts: 3
Joined: July 7th, 2013, 9:25 am

Re: Thunderbird only displays the first item in History RSS

Post by manandre »

I have found a fix by adding in interface.py (line 2732)

Code: Select all

item.guid = history['nzo_id']
How can I propose this fix to be integrated in next release ?
Post Reply