vika520 / xbmc-addons-chinese

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

优酷视频脚本错误 #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 点击优酷视频应用按钮
2. 出现脚本错误
3.

What is the expected output? What do you see instead?
列表

What version of the product are you using? On what operating system?
2.1.7,  windows/openelec

Please provide any additional information below.
13:47:13 T:6280   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python 
callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'NoneType' object has no attribute 'group'
                                            Traceback (most recent call last):
                                              File "C:\Users\AppData\Roaming\XBMC\addons\plugin.video.youku\default.py", line 521, in <module>
                                                rootList()
                                              File "C:\Users\AppData\Roaming\XBMC\addons\plugin.video.youku\default.py", line 111, in rootList
                                                match = re.compile('<li><a charset="([^/]+)/([^\.]+)" href="/([^/]+)/([^\.]+)\.html"[^>]+>(.+?)</a></li>'.decode('utf-8')).findall(match0.group(1))
                                            AttributeError: 'NoneType' object has no attribute 'group'
                                            -->End of Python script error report<--

Original issue reported on code.google.com by qiner...@gmail.com on 24 Dec 2013 at 5:51

GoogleCodeExporter commented 9 years ago
应该是因为网站改版了
我尝试改脚本,未能修复,求助大神出手了

Original comment by qiner...@gmail.com on 24 Dec 2013 at 5:52

GoogleCodeExporter commented 9 years ago
r472 升级2.1.8版

Original comment by taxi...@sina.com on 1 Jan 2014 at 9:29