mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-21 05:40:27 -05:00
[GH-ISSUE #1117] 0 bytes downloaded #5103
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 @DeBruyxuan on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1117
bug description
when i use the url which returned by my own service. it will download a 0 bytes audio
but cobalt.tools is normal
reproduction steps
curl -X POST http://localhost:9002/ -H "Accept: application/json" -H "Content-Type: application/json" -d '{
"url": "https://www.youtube.com/watch?v=_Z5-P9v3F8w",
"videoQuality": "1080",
"audioFormat": "mp3",
"audioBitrate": "128",
"filenameStyle": "classic",
"downloadMode": "audio"
}'
2.it will return a url to download.(it worked before)
3.download with the url,it will download a 0 bytes audio
screenshots
links
platform information
centos7 × Docker version 20.10.17 × Docker Compose version v2.24.5
additional context
No response
@wukko commented on GitHub (Feb 18, 2025):
wrong template
@DeBruyxuan commented on GitHub (Feb 18, 2025):
What does wrong template mean? Is there something wrong with my command format or my issue format? I read all the documentation but am still confused. Please answer it for me if it's convenient for you. Thanks
@wukko commented on GitHub (Feb 18, 2025):
@DeBruyxuan commented on GitHub (Feb 18, 2025):
thanks i will reopen the issue in correct way