Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
12.3? You know the answer will be 'not supported, update! '
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Posts: 9
Joined: Dec 2014
Reputation:
0
2014-12-28, 11:09
(This post was last modified: 2014-12-28, 11:32 by kvadratt.)
Hello!
I'm runnung v14 KODI under windows 8.1 and latest Youtube 5.0.1 beta2. Plugin absolute not work. No videos, no login. Nothing. Error:
19:00:28 T:2052 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnboundLocalError'>
Error Contents: local variable 'response' referenced before assignment
Traceback (most recent call last):
File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\default.py", line 7, in <module>
runner.run(__provider__)
File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\runner.py", line 16, in run
__RUNNER__.run(provider, context)
File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\impl\xbmc\xbmc_runner.py", line 22, in run
results = provider.navigate(context)
File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\abstract_provider.py", line 103, in navigate
result = method(context, re_match)
File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\register_provider_path.py", line 12, in wrapper
return func(*args, **kwargs)
File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\provider.py", line 238, in _on_play
video_streams = client.get_video_streams(context, video_id)
File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\client\youtube.py", line 21, in get_video_streams
return video_info.load_stream_infos(video_id)
File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\video_info.py", line 60, in load_stream_infos
return self._method_get_video_info(video_id)
File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\video_info.py", line 181, in _method_get_video_info
result = client.get(url, params=params, headers=headers)
File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\client\api.py", line 60, in get
return _request('GET', url, params=params, headers=headers)
File "C:\Users\iptv1\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\client\api.py", line 48, in _request
if response.headers.get('Content-Encoding', '').startswith('gzip'):
UnboundLocalError: local variable 'response' referenced before assignment
-->End of Python script error report<--
19:00:28 T:4420 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/play/?video_id=K5B6wxjvsgU]
Posts: 191
Joined: Dec 2012
Reputation:
1
This addon is waaaayyy better and faster then the previous!
But a little concerned about giving the loggin abbility to manage my youtube account, what does this mean? Im sure alot of people are hessitant about this?
Posts: 69
Joined: Jun 2009
Reputation:
0
Is there some way to see the number of views a video has and/or sort by that? I'm looking for a "most viewed" page like the previous addon had.
Thanks