mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 14:24:23 -05:00
Cannot automatically update YouTube's cookie expiration date #564
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lpwyz on GitHub (Nov 14, 2024).
problem description
Hello, I used Docker to build the Cobalt project and successfully created a cookie file with 5 tokens. However, I found that today is the third day of the project running, and when I called the API to request YouTube, it surprisingly returned:
{
"status": "error",
"error": {
"code": "error.api.youtube.token_expired"
}
}
Do I remember that the Cobalt project does not automatically update the expiration date of cookies? The default validity period is one day? If it cannot be automatically updated, I wouldn't need to manually update cookies every day, would I
your instance configuration
No response
@wukko commented on GitHub (Nov 14, 2024):
cookies update automatically, your google account probably got banned