[mythtv-commits] Ticket #11218: streaming radio does not follow redirects

MythTV noreply at mythtv.org
Fri Nov 2 23:03:07 UTC 2012


#11218: streaming radio does not follow redirects
-------------------------+--------------------------------------
 Reporter:  dekarl@…     |           Type:  Bug Report - General
   Status:  new          |       Priority:  minor
Milestone:  unknown      |      Component:  Plugin - MythMusic
  Version:  Master Head  |       Severity:  medium
 Keywords:               |  Ticket locked:  0
-------------------------+--------------------------------------
 radioseven.se's website links to http://www.radioseven.se/128.pls, so I
 added that as new Shoutcast station.

 request:
 {{{
 GET /128.pls HTTP/1.1
 User-Agent: MythTV v0.27.20120906-1 MythDownloadManager
 Connection: Keep-Alive
 Accept-Encoding: gzip
 Accept-Language: de-DE,en,*
 Host: www.radioseven.se
 }}}

 reply:
 {{{
 HTTP/1.1 301 Moved Permanently
 Content-Length: 156
 Content-Type: text/html
 Location: http://play.radioseven.se/128.pls
 Server: Microsoft-IIS/6.0
 X-Powered-By: ASP.NET
 Date: Fri, 02 Nov 2012 22:50:26 GMT

 <head><title>Document Moved</title></head>
 <body><h1>Object Moved</h1>This document may be found <a
 HREF="http://play.radioseven.se/128.pls">here</a></body>
 }}}

 frontend log:
 {{{
 2012-11-02 23:49:43.166881 I  File 128.pls has extension pls
 2012-11-02 23:49:43.166941 I  Retrieving playlist from
 'http://www.radioseven.se/128.pls'
 2012-11-02 23:49:43.574759 E  CfgReader:: Badly formatted line 1
 2012-11-02 23:50:13.168184 E  DecoderHandler:: Timed out trying to
 download playlist from: http://www.radioseven.se/128.pls
 }}}

 manually resolving the redirect appears to get me to #11214

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11218>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list