mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-23 14:51:22 -05:00
Random soundcloud link returns error #161
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 (Dec 28, 2023).
I have some code to pull an entire SoundCloud playlist and put it on my jellyfin server for audio streaming using my selfhosted cobalt api. today I ran into a snag where a random SoundCloud link straight up returns an error on the API. the link in question is https://soundcloud.com/camila-elisa-vargas-castillo/04-bad-dog-no-biscuits. I've tested it with both my node API and the public one at co.wuk.sh, neither have worked.
@wukko commented on GitHub (Dec 29, 2023):
fixed! docker package is currently being built and will be rolled out to co.wuk.sh within 10 minutes.
if your self-hosted instance uses watchtower, then it'll also update automatically :D
@SWEDISHMEATBALLS12345674 commented on GitHub (Dec 29, 2023):
Thanks! out of curiosity though, what exactly was the problem?
@wukko commented on GitHub (Dec 29, 2023):
didn't accommodate for longer soundcloud usernames, i thought the max length is 24, but apparently not!
@SWEDISHMEATBALLS12345674 commented on GitHub (Dec 29, 2023):
ah nevermind just looked at the commit
@SWEDISHMEATBALLS12345674 commented on GitHub (Dec 29, 2023):
lmao
@wukko commented on GitHub (Dec 29, 2023):
the update is out on co.wuk.sh :)