nig27 wrote: 
> Hi bpa. Thanks again for your help. I tried that, still not working. The
> BBCiplayer listen live OK. Do I need to update the BBCXMLParser.pm? I
> presumed that was something that would be already improved in recent LMS
> updates... Nigel

No you can't update one file in the plugin - they work together.  You
should be on 1.6.9 but if you are still on 1.6.7 I think Listen again
should still give a list of programs.

The error you are getting has changed.
Previously you got below - which means the XML URL e.g. 6music.xml has
been accessed, processed by BBCiPlayer plugin and a program found.  Then
plugin finds the playlist.json JSON URL to look for the program. The
"bad file descriptor" & timeout is for a specific program low level
error .

Code:
--------------------
    
  Slim::Formats::XML::gotErrorViaHTTP (339) Error: getting 
http://www.bbc.co.uk/programmes/m00082jh/playlist.json
  Connect timed out: Bad file descriptor
  
--------------------


Now error is 

Code:
--------------------
    
  Slim::Formats::XML::gotErrorViaHTTP (339) Error 
http://www.bbc.co.uk/radio/aod/availability/6music.xml
--------------------

No "bad file descriptor" ?

This is a top level error accessing the XML feed. This happens before
LMS has determined to pass control to the BBCiPlayer plugin.   Can you
give full log entry for this error.

Are you using a Favorite ?  For testing you must use the BBC iPlayer
plugin menus 
Have you customised the BBCiPlayer menus or menu.opml file ?


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to