-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError on Python version 3.11.0 #214
Comments
Could you try a newer version of 3.11? It sounds like this is a Python bug more than a Jishaku bug. 3.12 iirc doesn't work on the PyPI version judging by #213 , but master should work and I plan to do a release soon-ish hopefully |
We found out (in the dpy server) that this is indeed a bug in Python 3.11.0 and was fixed in 3.11.1 From the changelogs:
|
yeah, seems 3.11.0 in particular is the issue. my pyenv was outdated so it thought .0 was the latest - update of that and a compile of a newer 3.11 release seemed to fix the issue. since it's not actually that much of an issue i suppose i'll close this up... |
Summary
When running a bot using Python 3.11, Jishaku fails to load with a cryptic
KeyError: +ClientT
stemming from the pagination code.Reproduction steps
Able to reproduce this using Python 3.11.0 on Debian bullseye/11. Issue does not happen on Python 3.10.8 (same distro, machine, dependencies, etc)
Expected results
No errors from Jishaku/module should load successfully.
Actual results
Traceback:
Checklist
System information
discord.py 2.3.2
Jishaku v2.5.1
The text was updated successfully, but these errors were encountered: