Kodi Community Forum
Release YouTube Plug-in Thread - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release YouTube Plug-in Thread (/showthread.php?tid=267160)



RE: YouTube Plug-in Thread - jdf76 - 2017-02-01

(2017-02-01, 05:41)masalamacho Wrote: With 5.3.8, YouTube addon appears to be working fine on latest Kodi 17 Krypton RC.

What OS please?


RE: YouTube Plug-in Thread - masalamacho - 2017-02-01

Ubuntu 16.04.1.

Sent from my ONEPLUS A3003


RE: YouTube Plug-in Thread - KGbcguy - 2017-02-01

working in 17 release, windows 10 now


RE: YouTube Plug-in Thread - jdf76 - 2017-02-01

cool looking good

need some android and *elec people to chime in.

Jeff


RE: YouTube Plug-in Thread - *Michael* - 2017-02-01

(2017-02-01, 04:23)jdf76 Wrote: Updated repository.

Can you guys testing this As soon as possible so i can push it to Kodi repo?

I need me tested to please get this done by thursday so i can push to the kodi repo.

Please let me know here

Kodi version you're using. OS, what happened...


OS X - 10.12.3 -- Kodi 17rc4, all works as it should.

Jeff

After an update on Fedora 25 last week I'm getting plugin crashes. I cleaned the userdata and re-installed the plug-in from the git repo this evening but still no joy.
Any pointers to a fix would be appreciated!

In trying to 'sign in' in to youtube when I get a crash at the step after the notice about two activations.

Code:
22:59:41.858 T:140031738754816   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.URLError'>
                                            Error Contents: <urlopen error [Errno 0] Error>
                                            Traceback (most recent call last):
                                              File "/home/michael/.kodi/addons/plugin.video.youtube/default.py", line 7, in <module>
                                                runner.run(__provider__)
                                              File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/kodion/runner.py", line 32, in run
                                                __RUNNER__.run(provider, context)
                                              File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/kodion/impl/xbmc/xbmc_runner.py", line 23, in run
                                                results = provider.navigate(context)
                                              File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/kodion/abstract_provider.py", line 83, in navigate
                                                self._process_wizard(context)
                                              File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/kodion/abstract_provider.py", line 73, in _process_wizard
                                                wizard_step[0](*wizard_step[1])
                                              File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/yt_setup_wizard.py", line 58, in process
                                                _process_language(provider, context)
                                              File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/yt_setup_wizard.py", line 16, in _process_language
                                                json_data = client.get_supported_languages(kodi_language)
                                              File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/youtube/client/youtube.py", line 104, in get_supported_languages
                                                return self._perform_v3_request(method='GET', path='i18nLanguages', params=params)
                                              File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/youtube/client/youtube.py", line 615, in _perform_v3_request
                                                result = requests.get(_url, params=_params, headers=_headers, verify=False, allow_redirects=allow_redirects)
                                              File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/kodion/simple_requests/api.py", line 189, in get
                                                return _request('GET', url, **kwargs)
                                              File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/kodion/simple_requests/api.py", line 165, in _request
                                                response = opener.open(request)
                                              File "/usr/lib64/python2.7/urllib2.py", line 429, in open
                                                response = self._open(req, data)
                                              File "/usr/lib64/python2.7/urllib2.py", line 447, in _open
                                                '_open', req)
                                              File "/usr/lib64/python2.7/urllib2.py", line 407, in _call_chain
                                                result = func(*args)
                                              File "/usr/lib64/python2.7/urllib2.py", line 1243, in https_open
                                                context=self._context)
                                              File "/usr/lib64/python2.7/urllib2.py", line 1200, in do_open
                                                raise URLError(err)
                                            URLError: <urlopen error [Errno 0] Error>
                                            -->End of Python script error report<--
22:59:42.038 T:140035449847680   ERROR: GetDirectory - Error getting plugin://plugin.video.youtube/
22:59:42.039 T:140035449847680   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/) failed



RE: YouTube Plug-in Thread - jdf76 - 2017-02-01

(2017-02-01, 06:17)*Michael* Wrote: After an update on Fedora 25 last week I'm getting plugin crashes. I cleaned the userdata and re-installed the plug-in from the git repo this evening but still no joy.
Any pointers to a fix would be appreciated!

In trying to 'sign in' in to youtube when I get a crash at the step after the notice about two activations.

debug log (wiki)

Jeff


RE: YouTube Plug-in Thread - *Michael* - 2017-02-01

(2017-02-01, 06:22)jdf76 Wrote:
(2017-02-01, 06:17)*Michael* Wrote: After an update on Fedora 25 last week I'm getting plugin crashes. I cleaned the userdata and re-installed the plug-in from the git repo this evening but still no joy.
Any pointers to a fix would be appreciated!

In trying to 'sign in' in to youtube when I get a crash at the step after the notice about two activations.

debug log (wiki)

Jeff

Sorry Sad


RE: YouTube Plug-in Thread - trick91 - 2017-02-01

Openelec with Kodi 15.3 Isengard works perfect again. Thanks for the fix!


RE: YouTube Plug-in Thread - jdf76 - 2017-02-01

PR created for Kodi Repository

PR #935

Jeff


RE: YouTube Plug-in Thread - drrak - 2017-02-01

Google translator:
Probably a silly question, but how to update the plugin to version 5.3.8? The update is successful, but I still have version 5.3.6.

RPi2, LibreELEC 7.0.3, YouTube 5.3.8

---

Nevermind. I had to update from the zip file.


RE: YouTube Plug-in Thread - GTunney - 2017-02-01

Working again now on 5.3.8 on Linux.


RE: YouTube Plug-in Thread - unmillis - 2017-02-01

Same here, couldnt get any videos to work.
.kodi 17rc3 android-no video stream.
win10 kodi 17 rc4-no video stream/


tnx
log:
http://www67.zippyshare.com/v/nvdopWjt/file.html


RE: YouTube Plug-in Thread - BSEmil - 2017-02-01

5.3.8 works with Libreelec 7.95.1 raspi 3
Thx this is great!


RE: YouTube Plug-in Thread - DjDiabolik - 2017-02-01

(2017-02-01, 04:02)anxdpanic Wrote: The no video streams issue, should be fixed in the current github master branch.

(2017-02-01, 04:23)jdf76 Wrote: Updated repository.

Can you guys testing this As soon as possible so i can push it to Kodi repo?

I need me tested to please get this done by thursday so i can push to the kodi repo.

Please let me know here

Kodi version you're using. OS, what happened...


OS X - 10.12.3 -- Kodi 17rc4, all works as it should.

Jeff
mmmmmmmm... i have already a 5.3.8 picked from github about two weeks ago. How i can upgrade ? You thinks the best solution it's ever to pick directly from github ? Or i thinks i can check for upgrade manually on kodi and after that installed the 5.3.8 on repo....... right ?


RE: YouTube Plug-in Thread - jdf76 - 2017-02-01

5.3.8 is on the youtube repo and i just updated the release page on github.com/jdf76/plugin.video.youtube