Ich habe das Problem, dass einige Videos sich nicht abspielen lassen. Konkret wollte ich eine Aufzeichnung von Gronkhs Liveshow ansehen, dabei kam es immer zu folgendem Fehler:
[expander]
10:23:07 T:2876242752 NOTICE: -->Python Interpreter Initialized<--
10:23:07 T:2876242752 NOTICE: MyVideo.de addon: watch_video started with video_id: 8841658
10:23:07 T:2876242752 NOTICE: MyVideo.de scraper: get_video started with video_id: 8841658
10:23:07 T:2876242752 NOTICE: MyVideo.de scraper: __get_url opening url: http://www.myvideo.de/watch/8841658/
10:23:07 T:2876242752 NOTICE: MyVideo.de scraper: __get_url got 51023 bytes
10:23:07 T:2876242752 ERROR: Error Type: <type 'exceptions.AttributeError'>
10:23:07 T:2876242752 ERROR: Error Contents: 'NoneType' object has no attribute 'group'
10:23:07 T:2876242752 ERROR: Traceback (most recent call last):
File "/home/xbmc/.xbmc/addons/plugin.video.myvideo_de/addon.py", line 203, in <module>
plugin.run()
File "/home/xbmc/.xbmc/addons/script.module.xbmcswift/lib/xbmcswift/plugin.py", line 330, in run
self.dispatch(self.path)
File "/home/xbmc/.xbmc/addons/script.module.xbmcswift/lib/xbmcswift/plugin.py", line 129, in dispatch
return view_func(**items)
File "/home/xbmc/.xbmc/addons/plugin.video.myvideo_de/addon.py", line 193, in watch_video
video_url = scraper.get_video(video_id)
File "/home/xbmc/.xbmc/addons/plugin.video.myvideo_de/resources/lib/scraper.py", line 144, in get_video
sec = re.search(r_adv, html).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
10:23:07 T:7377792 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.myvideo_de/video/8841658/]
[/expander]
Und dabei gleich noch eine Frage: Ist es eigentlich möglich, Livestreams von Myvideo zu schauen?