We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please provide any relevant information about your setup
...
When I try to log into the addon, it says that there is no connection to the Twitch API.
Please provide detailed steps for reproducing the issue.
Please include a complete
2023-10-12 00:54:33.618 T:2664 info <general>: Skipped 2 duplicate messages.. 2023-10-12 00:54:33.618 T:2664 error <general>: Traceback (most recent call last): 2023-10-12 00:54:33.619 T:2664 error <general>: 2023-10-12 00:54:33.619 T:2664 error <general>: File "C:\Users\Prototype\AppData\Roaming\Kodi\addons\plugin.video.twitch\resources\lib\twitch_addon\router.py", line 290, in run twitch_api = api.Twitch() 2023-10-12 00:54:33.619 T:2664 error <general>: 2023-10-12 00:54:33.619 T:2664 error <general>: File "C:\Users\Prototype\AppData\Roaming\Kodi\addons\plugin.video.twitch\resources\lib\twitch_addon\addon\api.py", line 50, in __init__ if not self.valid_private_token(self.private_client_id, self.private_access_token): 2023-10-12 00:54:33.619 T:2664 error <general>: 2023-10-12 00:54:33.619 T:2664 error <general>: File "C:\Users\Prototype\AppData\Roaming\Kodi\addons\plugin.video.twitch\resources\lib\twitch_addon\addon\common\cache.py", line 103, in memoizer result = func(*args, **kwargs) 2023-10-12 00:54:33.619 T:2664 error <general>: 2023-10-12 00:54:33.619 T:2664 error <general>: File "C:\Users\Prototype\AppData\Roaming\Kodi\addons\plugin.video.twitch\resources\lib\twitch_addon\addon\api.py", line 111, in valid_private_token if token_check['client_id'] != self.private_client_id: 2023-10-12 00:54:33.619 T:2664 error <general>: 2023-10-12 00:54:33.619 T:2664 error <general>: KeyError: 'client_id' 2023-10-12 00:54:33.619 T:2664 error <general>: 2023-10-12 00:54:33.619 T:2664 error <general>: Twitch: None
It all started on October 9-10, 2023
The text was updated successfully, but these errors were encountered:
Sorry I was inattentive. problem solved please close
Sorry, something went wrong.
How did you solve it? I have the same Problem here after upgrading to Nexus
Solved it too now. You need to update the oauth-token in "subscriber / Twitch Turbo"
No branches or pull requests
Context
Please provide any relevant information about your setup
Expected Behavior
...
Current Behavior
When I try to log into the addon, it says that there is no connection to the Twitch API.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Log
Please include a complete
Additional Information
It all started on October 9-10, 2023
The text was updated successfully, but these errors were encountered: