discord.py-self
discord.py-self copied to clipboard
Getting error while client.run()
Summary
Unable to launch client.run()
Reproduction Steps
Just use the latest version of the package.
Code
No response
Expected Results
It should login
Actual Results
2023-12-30 07:04:54 WARNING discord.utils Info API down. Falling back to manual fetching...
Traceback (most recent call last):
File "/root/cc-copy/dis-dis/main.py", line 171, in
System Information
- Python v3.11.6-final
- discord.py-self v2.1.0-alpha
- discord.py-self metadata: v2.1.0a4814+g4076a3b1
- aiohttp v3.8.6
- system info: Linux 6.5.0-10-generic #10-Ubuntu SMP PREEMPT_DYNAMIC Fri Oct 13 13:49:38 UTC 2023
Checklist
- [X] I have searched the open issues for duplicates.
- [X] I have shared the entire traceback.
- [X] I am using a user token (and it isn't visible in the code).
Additional Information
No response
Confirmed bug as of 2+, tested with python 3.9-11, same issue downgraded to release 1.9.2 and it works as expected/advertised again.
probably already fixed in main branch here: https://github.com/dolfies/discord.py-self/commit/cf97a1d1f800d82e28005dbbb2ad1843fd0b7de7
Possible duplicate of #619 solution at the bottom of that thread.
Fixed the fallback! The API is back up too. Sorry for the wait guys.