You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: