(2013-09-07, 03:12)MisterChew Wrote: Is the Youku plugin working for anyone else? when I launch it, it's empty without any content on my end.
Also, which source is best for Cantonese dramas and movies?
EDIT: Nevermind, im actually getting a plugin error. Anyone else having this problem?
I'm getting the same problem recently as well. Can't seem to find a solution. Log shows this:
8:11:45 T:1337889888 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 "/root/.xbmc/addons/plugin.video.youku/default.py", line 521, in <module>
rootList()
File "/root/.xbmc/addons/plugin.video.youku/default.py", line 111, in rootList
match = re.compile('<li><a href="/([^/]+)/([^\.]+)\.html"[^>]+>(.+?)</a></li>').findall(match0.group(1))
AttributeError: 'NoneType' object has no attribute 'group'
-->End of Python script error report<--