Fix Server Crash with "Output file #0 does not contain any stream" Error for Certain Videos#47
Open
DavidBerdik wants to merge 2 commits into
Open
Fix Server Crash with "Output file #0 does not contain any stream" Error for Certain Videos#47DavidBerdik wants to merge 2 commits into
DavidBerdik wants to merge 2 commits into
Conversation
This was referenced Jun 28, 2022
figadore
added a commit
to figadore/youtube-audio-server
that referenced
this pull request
Nov 8, 2022
|
thank you, wish they would merge this |
Author
You're welcome! 😁 If you are willing to try an alternative project that has the same purpose, I would suggest checking this out. |
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.
The current release of YouTube Audio Server has an issue that causes it to crash with the following error when attempting to play certain videos:
To reproduce this issue, try testing with this video: https://www.youtube.com/watch?v=awjBLm41xJI
This pull request fixes the issue. Additionally, the
ytdl-coreversion inpackage.jsonhas been updated from 4.9.1 to 4.11.0.