Closed
Bug 295757
Opened 20 years ago
Closed 20 years ago
Can't load combined RSS feed
Categories
(Camino Graveyard :: Product Site, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sfraser_bugs, Assigned: moz)
References
()
Details
If i try to load http://blogs.caminobrowser.org/feed.php in camino, it spins for
a long time then spits out:
Warning: MagpieRSS: Failed to fetch
http://perso.hirlimann.net/%7Eludo/blog/index.rdf (HTTP Error: connection failed
(11) in
/home/.candis/jonagold/blogs.caminobrowser.org/include/external/rss_fetch.inc on
line 240
Warning: Invalid argument supplied for foreach() in
/home/.candis/jonagold/blogs.caminobrowser.org/feed.php on line 33
Warning: Cannot modify header information - headers already sent by (output
started at
/home/.candis/jonagold/blogs.caminobrowser.org/include/external/rss_fetch.inc:240)
in /home/.candis/jonagold/blogs.caminobrowser.org/feed.php on line 116
...
Comment 1•20 years ago
|
||
Wevah: I'd guess this is because it couldn't connect to *one* of the feeds. If
nothing else, it should fail with more grace. ;)
| Assignee | ||
Comment 2•20 years ago
|
||
Hmm, perso.hirlimann.net seems to be having issues. Other than that, you're
right, we should fail more gracefully (I blame Magpie).
(In reply to comment #2)
> Hmm, perso.hirlimann.net seems to be having issues. Other than that, you're
> right, we should fail more gracefully (I blame Magpie).
Ludo mentioned on his blog yesterday that the machine would be offline for a
couple of days (something about noise and guests; my French is rusty).
| Assignee | ||
Comment 5•20 years ago
|
||
Okay, I disabled warnings on the fetch, and I also am doing a check to make sure
something was fetched before iterating through its items. Marking fixed, though
I may disable fetching of Ludo's feed until the machine is back up as the
performance is still slow.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•