-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
YouTube Token Works Independently but Fails After Configuring in Docker (error.api.youtube.login) #898
Comments
are you sure also, have you followed the "how to configure an instance for youtube" tutorial? |
Yes, I put the 'cookies.json' in the same folder of docker-compose.yml, and restart docker instance, I test two different cookies.json token format of blow , but got the error 'error.api.fetch.critical'. The token works when I use it to request Youtube channel infomation by node.js script. { |
does cobalt print a message in docker logs that cookies are loaded? |
Problem is solved! first I follow the "how to configure an instance for youtube" tutorial, but got timeout exception even if I use VPN to visit internet of USA, then I use another way by search in google to generate token, but it's not works. finally I seek help of a friend in USA to generate token follow the tutorial, after got the token and replace, it's works! If follow "how to configure an instance for youtube" tutorial step 4, it can be time out in China region even if you use VPN. |
problem description
I have successfully verified that the YouTube token parameters work independently and can retrieve YouTube Channel data without any issues. However, after configuring the token parameters in cookies.json and uncomment cookies.json setting in codocker-compose.yml, and restarting the Docker application, any request for YouTube video conversion returns the following error: error.api.youtube.login.
your instance configuration
The text was updated successfully, but these errors were encountered: