After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 643052 - Can't download podcasts whose address contains an underscore
Can't download podcasts whose address contains an underscore
Status: RESOLVED DUPLICATE of bug 583655
Product: banshee
Classification: Other
Component: Podcasting
git master
Other Linux
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
: 647678 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-02-23 10:42 UTC by julien cubizolles
Modified: 2011-04-19 20:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
banshee failing to download a podcast (17.23 KB, text/plain)
2011-02-23 17:45 UTC, julien cubizolles
Details

Description julien cubizolles 2011-02-23 10:42:47 UTC
I can't download (through the podcast ui in banshee) any of the the
podcasts broadcasted from one server :
(http://sites.radiofrance.fr/franceinter/pod/index.php french national
radio).
I get this error message :

[Warn  10:58:34.203] HttpDownloadTask Souriez, vous êtes informés -
Michel Desmurget Error: System.Net.WebException: The remote server
returned an error: (404) Not Found.
  at System.Net.HttpWebRequest.CheckFinalStatus
(System.Net.WebAsyncResult result) [0x00000] in <filename unknown>:0 
  at System.Net.HttpWebRequest.SetResponseData
(System.Net.WebConnectionData data) [0x00000] in <filename unknown>:0 

However I can stream the podcast in banshee, and download it with wget,
using the link in its property tab.

Here is the link to the podcast feed in the example above :
http://radiofrance-podcast.net/podcast09/rss_11533.xml

I've also noticed that all the podcasts experiencing this problem have
an underscore in their name, and that banshee drops this underscore in
the property window of the podcast.
Comment 1 David Nielsen 2011-02-23 14:04:33 UTC
Can you please obtain a Debug log showing the problem following these instructions:

http://live.gnome.org/Banshee/CommonQuestions/Logs
Comment 2 julien cubizolles 2011-02-23 17:45:17 UTC
Created attachment 181728 [details]
banshee failing to download a podcast
Comment 3 David Nielsen 2011-02-23 17:51:58 UTC
Thank you, I can reproduce this one locally.
Comment 4 Gabriel Burt 2011-04-13 18:18:37 UTC
*** Bug 647678 has been marked as a duplicate of this bug. ***
Comment 5 Bertrand Lorentz 2011-04-19 20:16:44 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

As noted on the main bug, the problem is in fact caused by a bug in mono, which is fixed in mono 2.8 and above :
https://bugzilla.novell.com/show_bug.cgi?id=506734

The problem only happens with podcasts which contain URLs that have another URL as a parameter :
http://foo.com/redirect/http://bar.com/episode.mp3

*** This bug has been marked as a duplicate of bug 583655 ***