fix: fixes @distube/ytdl-core is out of date and music not playing issue by switching to use yt-dlp to get streaming URL#1284
Open
tabloomoo wants to merge 14 commits intomuseofficial:masterfrom
Open
fix: fixes @distube/ytdl-core is out of date and music not playing issue by switching to use yt-dlp to get streaming URL#1284tabloomoo wants to merge 14 commits intomuseofficial:masterfrom
tabloomoo wants to merge 14 commits intomuseofficial:masterfrom
Conversation
In the latest version, the issue has been resolved where starting an instance of ffmpeg caused the server to return a 403 Forbidden error (access denied), this preventing the playback of any music tracks.
* Update package.json > @distube/ytdl-core to ^4.16.10
…doc and package.json, added docker-compose
Collaborator
📦 🤖 A new release has been made for this pull request.To play around with this PR, pull Images are available for x86_64 and ARM64.
|
brycefors
approved these changes
Sep 28, 2025
SuperKali
approved these changes
Oct 4, 2025
|
Works great! |
DovahBrownies
approved these changes
Oct 6, 2025
|
Working as of 31 of October, time to play spooky songs 👻 |
|
Working for me as well |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1283
yt-dlpto get the streaming URL, removing dependency on@distube/ytdl-coredocker-compose.example.ymland updated documentation for running with docker-compose locallyMostly vibe-coded. I've tested the build and I'm able to run the bot and hear music. Feel free to make changes/abandon this PR as you see fit