-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 403, 410, Cannot play a resource that has already ended; Can't find music/video or write EPIPE when play by link #841
Comments
are u using ffmpeg-static package ? |
yes |
That why u have EPIPE error, uninstall ffmpeg-static package cuz that package is not stable. Let download ffmpeg from https://www.ffmpeg.org/download.html |
But unfortunately I host the bot on Railway, it's the same as Heroku (Using heroku/buildpacks). Therefore, using FFmpeg is not possible (must use FFmpeg-static). |
i asked them, and they said u can install ffmpeg by use dockerfile |
Is there any other way? |
i think no :( |
Has anyone found a stable fix for this? |
This problem is with youtube itself, we cannot fix this from here. You can take a look at https://github.com/fent/node-ytdl-core and see if they can do something about this |
can you send the specific dockerfile for it? |
this should be fixed by https://github.com/fent/node-ytdl-core/releases/tag/v4.9.2 |
Any new developments on this issue? |
complete rewrite of queue system was done https://github.com/Androz2091/discord-player/releases/tag/v6.0.0 |
Describe the bug
[PlayerError] Cannot play a resource that has already ended (and return error code 403 or 410)
Return Can't find music/video or write EPIPE when play by link
To Reproduce
Command Bot play music
Expected behavior
Bot play music
Screenshots
Please complete the following information:
Additional context
Code:
main.js
:play.js
:Run Command :
node --max-old-space-size=4096 main.js
The text was updated successfully, but these errors were encountered: