google-code-export / xbmc-addons-chinese

Automatically exported from code.google.com/p/xbmc-addons-chinese
0 stars 0 forks source link

Kuwobox play-list problem #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Kuwobox 1.1.1
When browsing a play-list and use the "shuffle" feature, no other songs loads 
(same songs is reapeated over and over). Before it was shuffling between all 
the songs. (this worked as late as (27-01-2013). 

Also when I load a play-list I saved before in favourites, it failes to load:
XBMC log when loading a old play-list:

20:50:04 T:2901357664   ERROR: EXCEPTION Thrown (PythonToCppException) : 
-->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'socket.timeout'>
                                            Error Contents: timed out
                                            Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/plugin.audio.kuwobox/default.py", line 867, in <module>
                                                main()
                                              File "/storage/.xbmc/addons/plugin.audio.kuwobox/default.py", line 864, in main
                                                exec(mode)
                                              File "<string>", line 1, in <module>
                                              File "/storage/.xbmc/addons/plugin.audio.kuwobox/default.py", line 172, in PlayMusic
                                                tree = getUrlTree('http://plugin.kuwo.cn/mbox/st/FlashData?rid=MUSIC_'+mid)
                                              File "/storage/.xbmc/addons/plugin.audio.kuwobox/default.py", line 49, in getUrlTree
                                                data = getUrl(url, data)
                                              File "/storage/.xbmc/addons/plugin.audio.kuwobox/default.py", line 41, in getUrl
                                                response = urllib2.urlopen(req)
                                              File "./Lib/urllib2.py", line 126, in urlopen
                                              File "./Lib/urllib2.py", line 400, in open
                                              File "./Lib/urllib2.py", line 418, in _open
                                              File "./Lib/urllib2.py", line 378, in _call_chain
                                              File "./Lib/urllib2.py", line 1207, in http_open
                                              File "./Lib/urllib2.py", line 1180, in do_open
                                              File "./Lib/httplib.py", line 1030, in getresponse
                                              File "./Lib/httplib.py", line 407, in begin
                                              File "./Lib/httplib.py", line 365, in _read_status
                                              File "./Lib/socket.py", line 447, in readline
                                            timeout: timed out
                                            -->End of Python script error report<-- 

also some weird from the log when quiting.

21:15:02 T:2798584928 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED
21:15:02 T:2781807712 WARNING: Previous line repeats 1 times.
21:15:02 T:2781807712  NOTICE: OMXClock using audio as reference
21:15:12 T:3043442688  NOTICE: COMXPlayer: Opening: 
http://aacdlb.cdn.kuwo.cn/307e3e515e0c2beee1068430259f6566/51082caf/resource/a1/
96/79/3917239159.aac
21:15:12 T:2798584928  NOTICE: COMXPlayer::OnExit()
21:15:12 T:2798584928  NOTICE: OMXPlayer: closing audio stream
21:15:12 T:2798584928  NOTICE: Closing audio stream
21:15:12 T:2781807712   ERROR: COMXCoreComponent::GetInputBuffer 
OMX.broadcom.audio_decode wait event timeout
21:15:12 T:2781807712   ERROR: COMXAudio::Decode timeout

Original issue reported on code.google.com by lucys.ra...@gmail.com on 29 Jan 2013 at 10:03

GoogleCodeExporter commented 9 years ago
插件获取的歌曲是临时网络地址,超过一定时间就失效了,��
�适合加入播放列表

Original comment by taxi...@sina.com on 5 Jun 2013 at 7:15