You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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.py in requirement.txt as below:
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.txt still produces the issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: