mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-21 14:00:26 -05:00
cookie.json is not working #388
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 @hextor1 on GitHub (Aug 8, 2024).
I am facing this issue when i am trying to download mp3/mp4 and youtube showing an oauth error
{
"status": "error",
"text": "couldn't get this youtube video because it requires an account to view.
this limitation is done by google to seemingly stop scraping, affecting all 3rd party tools and even their own clients.
try again, but if issue persists, check the <a class="text-backdrop link" href="https://status.cobalt.tools/" target="_blank">status page or <a class="text-backdrop link" href="https://github.com/imputnet/cobalt" target="_blank">create an issue on github."
}
Here is my docker compose file code:
version: '3.5'
services:
cobalt-api:
image: ghcr.io/imputnet/cobalt:7
restart: unless-stopped
container_name: cobalt-api
Here is my cookie.json code i hide my cookie
{
"youtube_oauth": [
"xxxx"
]
}
@wukko commented on GitHub (Aug 8, 2024):
why would you delete the previous issue?
@wukko commented on GitHub (Aug 8, 2024):
we genuinely don't know what could be wrong, the dummy account you're using may be screwed. cobalt configuration seems correct.
@wukko commented on GitHub (Aug 8, 2024):
i will not provide further support and am locking the conversation. the issue is not with cobalt.