Raptor123471 / DingoLingo

A Discord music bot written in Python with support for Youtube, SoundCloud, Spotify, Bandcamp, Twitter, and custom files.
GNU General Public License v3.0
278 stars 162 forks source link

Not Working on Heroku #114

Closed EliFebres closed 1 week ago

EliFebres commented 2 years ago

I can get the program to play perfectly fine on my own PC but cannot get it to play music when hosted on Heroku • Setup the config file correctly • Added both build packages (ffmpeg and libopus) The program boots with no errors, joins discord with no errors, downloads songs and says “playing” but does not light-up green in discord and does not play song.

P.S. if you want to get the program to work download these package versions • discord.py==1.7.3 • py-cord==1.7.3

RafaelSolVargas commented 2 years ago

In this issue i discovered a problem with the ffmpeg package, try the solution that i showed there. Let me know if you get it.

EliFebres commented 2 years ago

that worked thank you!

solaluset commented 2 years ago

Oh, I also had this problem, but resolved it by moving to containerised building, haha