mirror of
https://github.com/imputnet/cobalt.git
synced 2026-07-11 09:53:03 -05:00
[GH-ISSUE #980] May I ask, what is the issue of returning "error. api. content. too-long" when downloading YouTube through API? #17712
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 @tuoxiebushuijiao on GitHub (Dec 9, 2024).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/980
bug description
reproduction steps
Request API "POST:/" through Postman
screenshots
links
No response
platform information
windows 11 Google Chrome
additional context
No response
@wukko commented on GitHub (Dec 9, 2024):
it means that content is too long. you can change the limit via
DURATION_LIMITenv variable. you can read more in docs@tuoxiebushuijiao commented on GitHub (Dec 9, 2024):
Thank you.