Thunderbird only displays the first item in History RSS feed
Forum rules
Help us help you:
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.
Thunderbird only displays the first item in History RSS feed
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 ?
Re: Thunderbird only displays the first item in History RSS
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...
It seems that Thunderbird requires an optional field "guid" in each item of the rss feed to work correctly...
Re: Thunderbird only displays the first item in History RSS
I have found a fix by adding in interface.py (line 2732)
How can I propose this fix to be integrated in next release ?
Code: Select all
item.guid = history['nzo_id']