2011-01-29, 23:07
I have the same problem on openelec system.
Gujs Wrote:I have the same problem on openelec system.
<asx version = "3.0">
<entry>
<ref href = "mms://stream.polskieradio.pl/program3">
<ref href = "rtsp://stream.polskieradio.pl/program3">
<ref href = "http://stream.polskieradio.pl/program3">
<Title>TrÛjka</Title>
<Author>Polskie Radio SA</Author>
<Copyright>Polskie Radio SA</Copyright>
<Banner></Banner>
</entry>
<Title>TrÛjka</Title>
<Author>Polskie Radio SA</Author>
<Copyright>Polskie Radio SA</Copyright>
<Banner></Banner>
<LogURL href = ""/>
</asx>
14:25:15 T:2867612528 M:917815296 NOTICE: [ListenLiveEU]: Mode: 3
14:25:15 T:2867612528 M:917815296 NOTICE: [ListenLiveEU]: URL: http://www.polskieradio.pl/st/program3M.asx
14:25:15 T:2867612528 M:917815296 NOTICE: [ListenLiveEU]: Name: Polskie Radio 3 | Warsaw | Pop/Rock | 48 Kbps
14:25:15 T:2867612528 M:917815296 NOTICE: [ListenLiveEU]: > playStream() http://www.polskieradio.pl/st/program3M.asx
14:25:15 T:3077617536 M:917815296 DEBUG: Loading: libcurl-gnutls.so.4
14:25:15 T:3077617536 M:917815296 INFO: easy_aquire - Created session to http://www.polskieradio.pl
14:25:15 T:3077617536 M:917815296 DEBUG: CFileCurl::GetMimeType - http://www.polskieradio.pl/st/program3M.asx -> vid
eo/x-ms-asf
14:25:15 T:3077617536 M:917815296 DEBUG: Previous line repeats 1 times.
14:25:15 T:3077617536 M:917815296 DEBUG: FileCurl::Open(0xa5f3d228) http://www.polskieradio.pl/st/program3M.asx
14:25:15 T:3077617536 M:917815296 NOTICE: Parsing ASX
14:25:15 T:3077617536 M:917815296 [b]ERROR: Unable to parse ASX info Error: Error reading end tag. [/b]
14:25:15 T:3077617536 M:917815296 DEBUG: FileCurl::Close(0xa5f3d228) http://www.polskieradio.pl/st/program3M.asx
14:25:15 T:3077617536 M:917815296 DEBUG: new file set audiostream:0
14:25:15 T:3077617536 M:917815296 [b]ERROR: Playlist Player: skipping unplayable item: 0, path [http://www.polskieradio
.pl/st/program3M.asx] [/b]
14:25:15 T:3077617536 M:917815296 DEBUG: Playlist Player: no more playable items... aborting playback
14:25:15 T:2867612528 M:917815296 NOTICE: [ListenLiveEU]: < playStream() isPlaying=1
14:25:15 T:2867612528 M:917815296 ERROR: EndOfDirectory - called with an invalid handle.
14:25:15 T:2867612528 M:917815296 INFO: Scriptresult: Success
14:25:15 T:3074886512 M:917815296 INFO: PAPlayer: End of playback reached
<asx version = "3.0">
<entry>
<ref href = "mms://stream.polskieradio.pl/program3" />
<ref href = "rtsp://stream.polskieradio.pl/program3" />
<ref href = "http://stream.polskieradio.pl/program3" />
tikkiew Wrote:Are you using the latest stable build of XBMC?
Djape Wrote:Can someone check this against Master and confirm please?
Morphic Wrote:_BJ1.
The error Cannot process flags argument with a compiled pattern, refers to line 235. He uses re.search with compiled pattern and flags (as the error says), there's two quick alternatives, make what you made, hardcoding the pattern and removing stationRE object, or just removing re.search flags at the end (since it is already coded in the stationRE object).
Do we need to open a new ticket to get it fixed in the repository?
Thanks.