[Bug 744996] souphttpsrc error handling doesn't differentiate "password needed"

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 24 01:38:37 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=744996

--- Comment #4 from Bastien Nocera <bugzilla at hadess.net> ---
I will add that it's currently impossible to make a difference between:
- hostname/proxy not being resolvable
(SOUP_STATUS_CANT_RESOLVE/SOUP_STATUS_CANT_RESOLVE_PROXY)
- access refused (403/SOUP_STATUS_FORBIDDEN)
and
- missing files (404/SOUP_STATUS_NOT_FOUND)

without parsing the error message:
https://git.gnome.org/browse/totem/tree/src/backend/bacon-video-widget.c#n3758

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list