Heroku Isn't Play The Music Even I Installed Ffmpeg
Here's my problem I wanted to host my discord bot written in python hosted in heroku before it hosted in repl.it it work fine though, and then when I host to heroku I INSTALLED eve
Solution 1:
To play music at Heroku mostly 2 buildpacks are necessary. These can be added to the corresponding app under Settings
. The following buildpacks are needed:
Only then the bot will probably play music, because Heroku has its problems with FFMPEG. After you have added these two buildpacks you can select Deploy Branch
under the category Deploy
.
Of course you should also add a buildpack for your system (Python, JS, etc.).
Solution 2:
If I am not wrong Heroku doesn't supports it. So you can't run a music bot on Heroku but it should be for different types of bots Hope it helps
Post a Comment for "Heroku Isn't Play The Music Even I Installed Ffmpeg"