2020-10-25, 22:23
Thanks for confirming, 6.8.6 should be available from the official repository in ~8hrs
Quote:2020-10-25 14:50:49.018 T:2572985200 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: Extra data: line 19 column 5 - line 20 column 2 (char 1130 - 1133)
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/default.py", line 12, in <module> from youtube_plugin import youtube
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/__init__.py", line 11, in <module> from .provider import Provider
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/provider.py", line 22, in <module> from ..youtube.client import YouTube
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/__init__.py", line 11, in <module> from .youtube import YouTube
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 19, in <module> from .login_client import LoginClient
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/login_client.py", line 17, in <module>
from .__config__ import api, youtube_tv, developer_keys, keys_changed
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/__config__.py", line 222, in <module> _api_check = APICheck(__context, __settings)
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/__config__.py", line 30, in __init__self._am_jstore = LoginTokenStore()
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/json_store/login_tokens.py", line 17, in __init__JSONStore.__init__(self, 'access_manager.json')
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/json_store/json_store.py", line 39, in __init__self.load()
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/json_store/json_store.py", line 59, in load data = json.load(jsonfile)
File "/usr/lib/python2.7/json/__init__.py", line 291, in load
File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
File "/usr/lib/python2.7/json/decoder.py", line 367, in decode
ValueError: Extra data: line 19 column 5 - line 20 column 2 (char 1130 - 1133)
-->End of Python script error report<--
2020-10-25 14:50:49.110 T:2881561456 ERROR: GetDirectory - Error getting plugin://plugin.video.youtube/
2020-10-25 14:50:49.119 T:3011447264 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/) failed
(2020-10-26, 13:36)wvdr Wrote: Hello guys,I've had the same issue on a couple of my installs. I deleted the access_manager.json file from the plugin data folder and it reconnected and righted itself fetching new access tokens.
YouTube addon stopped working yesterday for me, I tried updating to 6.8.6 beta 2 to no avail.
Below log is from LibreELEC 9.2.5 running on RPi4, but the problem is also present on two other x86 installations that I have at home:
Quote:
(2020-10-26, 13:46)jeffski10 Wrote:(2020-10-26, 13:36)wvdr Wrote: Hello guys,I've had the same issue on a couple of my installs. I deleted the access_manager.json file from the plugin data folder and it reconnected and righted itself fetching new access tokens.
YouTube addon stopped working yesterday for me, I tried updating to 6.8.6 beta 2 to no avail.
Below log is from LibreELEC 9.2.5 running on RPi4, but the problem is also present on two other x86 installations that I have at home:
Quote:
(2020-10-27, 10:10)Lirk Wrote: Wrong title charset in version 6.8.6.Сonfirming the problem in 6.8.6.
(2020-10-26, 13:46)jeffski10 Wrote: I've had the same issue on a couple of my installs. I deleted the access_manager.json file from the plugin data folder and it reconnected and righted itself fetching new access tokens.
(2020-10-29, 19:53)atwk Wrote: Batocera