Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

video playback 8841658 #2

Closed
dersphere opened this issue Nov 11, 2012 · 1 comment
Closed

video playback 8841658 #2

dersphere opened this issue Nov 11, 2012 · 1 comment
Labels

Comments

@dersphere
Copy link
Owner

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
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/]

@dersphere
Copy link
Owner Author

fixed with 911684b

Update will be available in a few days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant