Cannot automatically update YouTube's cookie expiration date #564

Closed
opened 2025-11-09 09:52:37 -06:00 by GiteaMirror · 1 comment
Owner

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

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_
GiteaMirror added the instance hosting help label 2025-11-09 09:52:37 -06:00
Author
Owner

@wukko commented on GitHub (Nov 14, 2024):

cookies update automatically, your google account probably got banned

@wukko commented on GitHub (Nov 14, 2024): cookies update automatically, your google account probably got banned
Sign in to join this conversation.