GNOME Bugzilla – Bug 314477
Leading space in Location: of radio station URL makes chanel inopperable
Last modified: 2005-08-27 16:15:29 UTC
I cut-n-pasted a URL into the Location: field of a new radio station and captured a leading space. When playing the following Error dialog popped up-- 'Could not open vfs file "file: http:/audio-ogg.ibiblio.org:8000/wcpe.ogg" for reading.' It took a while for me to spot the problem. I suggest that the URL be parsed to have leading and trailing spaces stripped. tx,andyy Other information:
Created attachment 51371 [details] [review] patch removes the leading and trailing whitespace from the uri entered into the "new station" dialog.
2005-08-28 James Livingston <jrl@ids.org.au> * iradio/rb-new-station-dialog.c: (rb_new_station_dialog_response_cb): Trim whitespace from uris. Closes bug 314477.