[GH-ISSUE #1117] 0 bytes downloaded #6588

Closed
opened 2026-04-19 08:42:20 -05:00 by GiteaMirror · 4 comments
Owner

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

  1. curl in my own service like this
    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

Image


platform information

centos7 × Docker version 20.10.17 × Docker Compose version v2.24.5

additional context

No response

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 1. curl in my own service like this 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 ![Image](https://github.com/user-attachments/assets/23029462-af41-4235-a299-2ea5e725e92c) ### links ```shell ``` ### platform information centos7 × Docker version 20.10.17 × Docker Compose version v2.24.5 ### additional context _No response_
GiteaMirror added the main instance issue label 2026-04-19 08:42:20 -05:00
Author
Owner

@wukko commented on GitHub (Feb 18, 2025):

wrong template

<!-- gh-comment-id:2664668826 --> @wukko commented on GitHub (Feb 18, 2025): wrong template
Author
Owner

@DeBruyxuan commented on GitHub (Feb 18, 2025):

wrong template

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

<!-- gh-comment-id:2664701460 --> @DeBruyxuan commented on GitHub (Feb 18, 2025): > wrong template 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
Author
Owner

@wukko commented on GitHub (Feb 18, 2025):

Image
<!-- gh-comment-id:2664702957 --> @wukko commented on GitHub (Feb 18, 2025): <img width="804" alt="Image" src="https://github.com/user-attachments/assets/be6109fe-9f0e-405b-bf09-b102cc7e4b34" />
Author
Owner

@DeBruyxuan commented on GitHub (Feb 18, 2025):

Image

thanks i will reopen the issue in correct way

<!-- gh-comment-id:2664706795 --> @DeBruyxuan commented on GitHub (Feb 18, 2025): > <img alt="Image" width="804" src="https://private-user-images.githubusercontent.com/71202418/414116105-be6109fe-9f0e-405b-bf09-b102cc7e4b34.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4NTkzMTUsIm5iZiI6MTczOTg1OTAxNSwicGF0aCI6Ii83MTIwMjQxOC80MTQxMTYxMDUtYmU2MTA5ZmUtOWYwZS00MDViLWJmMDktYjEwMmNjN2U0YjM0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDA2MTAxNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAzNzE1MjU2OWU1MDQyNmQ3MTMwYzBiMGI4YjVhZDIwYmZkMGQ1MGJjNTM4ZTFlM2QxMTI3YzhjNzNjY2EzZDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0CTU7x_rb2hzIdpgMEWjsv2q9B3seS-c1dusfUmEmyY"> thanks i will reopen the issue in correct way
Sign in to join this conversation.