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
Describe the bug
After running the container and creating run.py I get this error: You'll have to login to Twitch!, it seems like it can't login to create the cookie. Cloned the repository locally and generated a cookie on Windows using a browser, changed the cookie manually for the docker container but I still get some login errors:
Unknown error: {'error': 'Please update your app to continue', 'error_code': 5023, 'error_description': 'client is not supported for this feature'}
To Reproduce
Steps to reproduce the behavior:
Created a docker-compose file
Ran the docker
Copied the cookie from another computer because I couldn't generate it from the docker
Expected behavior
To work
Desktop (please complete the following information):
OS: -
Python version: -
Additional context
I had errors generating the cookie on my Windows machine also (when cloned the repo) but managed to finally generate it using this fix: #606 (comment)
The text was updated successfully, but these errors were encountered:
Describe the bug
After running the container and creating run.py I get this error: You'll have to login to Twitch!, it seems like it can't login to create the cookie. Cloned the repository locally and generated a cookie on Windows using a browser, changed the cookie manually for the docker container but I still get some login errors:
Unknown error: {'error': 'Please update your app to continue', 'error_code': 5023, 'error_description': 'client is not supported for this feature'}
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To work
Desktop (please complete the following information):
Additional context
I had errors generating the cookie on my Windows machine also (when cloned the repo) but managed to finally generate it using this fix: #606 (comment)
The text was updated successfully, but these errors were encountered: