mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-23 23:01:04 -05:00
[GH-ISSUE #409] Cobalt sending back empty files #4610
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 @SWEDISHMEATBALLS12345674 on GitHub (Mar 30, 2024).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/409
bug description
When i give cobalt a youtube or souncloud link, it returns a stream url which gives me a file with the correct name, but this file is empty.
reproduction steps
steps to reproduce the behavior:
I set up a new instance today as im migrating my server, the old instance worked perfectly fine and idk whats wrong.
screenshots
N/A, you know what your json responses look like, they all look correct but the stream link just returns nothing but a file with the right name and no content,
platform
sorry to be a bother and i do wanna say that your code is great it's been super helpful for the past few months for my media server and i really like easy to use post apis to deal with stuff :3
@lostdusty commented on GitHub (Mar 30, 2024):
did you run
npm run setup?@SWEDISHMEATBALLS12345674 commented on GitHub (Mar 30, 2024):
yes ofc
@SWEDISHMEATBALLS12345674 commented on GitHub (Mar 31, 2024):
Hi :3
this is still an issue for me but the docker image works (im assuming the issue is arch because silly container works)
if anyone else on arch encounters this issue though i guess just switch to docker
i kinda liked having it run on node tho but eh who cares
@dumbmoron commented on GitHub (Mar 31, 2024):
it might be the same problem as on alpine, where the dns does not really work
you can try check if you change all the
-8occurrences to48insrc/modules/stream/types.js