GNOME Bugzilla – Bug 577419
Improve error message when fail to download video
Last modified: 2010-05-22 18:33:52 UTC
Currently when the HTTP download of a video fails Totem reports: "Could Not Open Location; you might not have permission to play the file." This is misleading to users in at least two common cases: a. The video URL does not work (not available, e.g. if I search for "ibm linux ad prodigy" and play the first video the URL fails with a 404. b. Video URLs stored in playlists appear to go stale and return 404. If the video is searched for again it has a new URL. It would be better if there was an error message for a failed TCP/IP connection: "This video cannot be downloaded. Please check your network connection" and an HTTP error response: "This video is no longer available" (not great but not sure what else you can say) For more information see: https://bugs.launchpad.net/ubuntu/+source/totem/+bug/323649
GStreamer is the one giving us crappy error messages. This was fixed in the xine-lib backend a long time ago. The code in bvw_error_from_gst_error() tries it best, but is far from complete.
Could someone attach a GST_DEBUG=*:4 log please?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!