heroku-opus not working with new discord.py build? #3
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xrisk/heroku-opus#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi xrisk,
Thanks for the amazing heroku buildpack.
I'm wondering if you're also experiencing some malfunction, if you've recently deployed new versions of apps that are using heroku-opus?
When I pushed a minimal modification the app (a voice bot) started failing.
I noticed there's an update of discord.py build version at the beginning of deployment:
I strongly suspect this is the cause, since the app works fine if I host it on my local machine.
Unfortunately heroku logs doesn't show any exception for this failure (or I don't know how to surface this info) so that's all I got for now.
By the way, is it possible to specify the old build version in
requitement.txt?Please let me know if you need anymore info, if you're interested in helping.
Thanks for reading!
Quick update: although I still cannot root cause the issue, I'm able to fix the functionality by specifying an Aug 27, 2021 commit of
discord.pyinrequirement.txtas below:hey, I’ll investigate and get back to you. I don’t have any discord.py apps running on Discord at the moment.
Hey jfyi, this has been confirmed to be a bug in discord.py, and is claimed to be fixed by this commit.
I will test this later today and close the issue after confirmation.
Update: Bug's not fixed at least for my application; changing it back to
git+https://github.com/Rapptz/discord.pyrequirement.txtstill produces the issue.