Closed
Bug 280696
Opened 20 years ago
Closed 20 years ago
Thunderbird does not read as valid feed
Categories
(MailNews Core :: Feed Reader, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lindyboi, Assigned: mscott)
References
()
Details
Attachments
(1 file)
|
1.56 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Thunderbird 1.0 I am able to view this feed without issue in FireFox But when I try to add the feed in thunderbird, I get an error message Reproducible: Always Steps to Reproduce: 1. See links to RSS at http://laughingsquid.org/blog/2005/01/02/squidlist-rss/ 2. Add the RSS feed to Firefox, using RSS feed in status bar, or using the link listed in the page 3. View RSS items successfully in FireFox 4. Open Thunderbird, select an RSS "account" in left pane 5. Choose "Manage Subscriptions..." 6. Try to add the subscription "http://feeds.feedburner.com/squidlist" Actual Results: "http://feeds.feedburner.com/squidlist is not a valid RSS feed" I already e-mailed laughing squid to see if they have experienced this.
Confirm. Tb 1.0 Release Windows XP
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 2•20 years ago
|
||
So there's a workaround (worksforme), but looks like FeedBurner and Thunderbird are not compatible. Laughing Squid wrote: > Ok, I think I found the problem. We send all of our feeds through FeedBurner and for some reason it looks like they do not yet support Thuderbird's RSS reader. So, the workaround would be to just use our direct RSS feed and that should work fine with Thuderbird: http://laughingsquid.org/squidlist/squidlist.rss > > Scott
Comment 3•20 years ago
|
||
This is a bug with the test for the for the feed types. I've spotted two instances of this now. The first is with the feedburner feed above, which uses an element from the Atom namespace. The second is with Sam Ruby's feed http://www.intertwingly.net/blog/index.atom, because he mentions the rss1.0 namespace in his text. I'm going to patch this by checking the document element explicitly.
Comment 4•20 years ago
|
||
I implemented a workaround in FeedBurner so that the <atom:link> element is stripped when delivering to Thunderbird 1.0, so the problem feed should now work fine, but Robert's patch is the way to go for future builds.
| Assignee | ||
Updated•20 years ago
|
Attachment #173576 -
Flags: superreview+
| Assignee | ||
Comment 6•20 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird1.1
Component: RSS → Feed Reader
Product: Thunderbird → MailNews Core
QA Contact: rss
Target Milestone: Thunderbird1.1 → ---
Version: 0.9 → 1.7 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•