Closed Shugabuga closed 7 years ago
I'm not sure if this is still relevant, and I imagine you have heard this before, but: (From SaltBot)
Take advice at your own risk. Red isn't built for Heroku. This is due to the fact that our data structure isn't setup for it, and it won't be for a long time. It's a security risk by not commiting the token data to a env var.
One Heroku user (jamfarts) wrote: I had to set it all up first locally so that I HAD the settings TO commit. Then I had to commit the settings. I cloned the repo and committed to my own, with the /data folder and all its contents. I can't rely on it for anything time related overnight. Any changes I need to do I have to pull it down, do them locally, commit it, and restart the bot. So if I want to add to the filter list, or custom commands, I have to do that.
Basically im saying there's not a ton of support for Heroku, I'm not sure if this has anything to do with your issue, but I thought I might say it anyway
@Electromaster232 I am aware of all of that, and have only had issues in regards to the audio cog (some issues, such as data persistence, is not a concern as I have most of the default cogs disabled in my instance, and don't keep any other data).
This is an unsupported platform for V2, as much as we'd like to help, it's not in the scope of this project atm. If you end up figuring out what's happening please post here again for other users who may run into the same issue.
Type: Bug
Brief description of the problem
On a Heroku instance, Opus will not load on the default audio cog. My requirements.txt and Aptfile (using the apt build-pack) are below, and I am running
python 3.5.2
withdiscord.py 0.16.12
:requirements.txt
Aptfile
Expected behavior
Opus would load and the cog will function.
Actual behavior
When (re)loading the audio cog, the following error is produced:
Any help would be appreciated.