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

Twitch plugin stopped working on LibreELEC and Raspberry 3 #659

Open
jk-85 opened this issue Jun 29, 2022 · 0 comments
Open

Twitch plugin stopped working on LibreELEC and Raspberry 3 #659

jk-85 opened this issue Jun 29, 2022 · 0 comments
Labels

Comments

@jk-85
Copy link

jk-85 commented Jun 29, 2022

I tried to play past broadcasts and input Oauth Token and Client ID, but I got this. I use Raspberry 3 with LibreElec and Kodi 9.2.8 and Twitch plugin v2.6.1:

My Oath ID is something like "OAuth 7bpzx64..........." but I didn't input "Oauth" at the beginning. Then an "API" error message appears on twitch plugin.

Logfile:

ERROR: Traceback (most recent call last):
2022-06-29 10:18:37.305 T:1799328640 ERROR: File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/twitch_addon/router.py", line 290, in run
2022-06-29 10:18:37.306 T:1799328640 ERROR: twitch_api = api.Twitch()
2022-06-29 10:18:37.306 T:1799328640 ERROR: File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/twitch_addon/addon/api.py", line 50, in init
2022-06-29 10:18:37.308 T:1799328640 ERROR: if not self.valid_private_token(self.private_client_id, self.private_access_token):
2022-06-29 10:18:37.308 T:1799328640 ERROR: File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/twitch_addon/addon/common/cache.py", line 104, in memoizer
2022-06-29 10:18:37.309 T:1799328640 ERROR: result = func(*args, **kwargs)
2022-06-29 10:18:37.311 T:1799328640 ERROR: File "/storage/.kodi/addons/plugin.video.twitch/resources/lib/twitch_addon/addon/api.py", line 111, in valid_private_token
2022-06-29 10:18:37.312 T:1799328640 ERROR: if token_check['client_id'] != self.private_client_id:
2022-06-29 10:18:37.312 T:1799328640 ERROR: KeyError: 'client_id'
2022-06-29 10:18:37.312 T:1799328640 ERROR: Twitch: None
2022-06-29 10:19:21.058 T:1575822208 ERROR: GetDirectory - Error getting plugin://plugin.video.twitch/
2022-06-29 10:19:21.062 T:1937031232 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.twitch/) failed
2022-06-29 10:19:33.633 T:1674892160 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named lib
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.uwc/default.py", line 28, in
from resources.lib import utils
File "/storage/.kodi/addons/plugin.video.uwc/resources/lib/utils.py", line 60, in
from resolveurl.plugins.lib import captcha_lib
ImportError: No module named lib
-->End of Python script error report<--
2022-06-29 10:19:33.934 T:1575822208 ERROR: GetDirectory - Error getting plugin://plugin.video.uwc/
2022-06-29 10:19:33.936 T:1937031232 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.uwc/) failed

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