Open jc-360 opened 1 month ago
This seemingly implies that the /user/@me
endpoint was returning nothing, which is... strange. I certainly can't reproduce it. If anyone else has this issue, please do respond.
This seemingly implies that the
/user/@me
endpoint was returning nothing, which is... strange. I certainly can't reproduce it. If anyone else has this issue, please do respond.
I believe you are correct, as above the traceback (I should perhaps have included it) is the following:
GET /users/@me Has exceeded its ratelimit (1)! Reset in 0.0 seconds
GET /users/@me Has exceeded its ratelimit (1)! Reset in 0.0 seconds
GET /users/@me Has exceeded its ratelimit (1)! Reset in 0.0 seconds
Library Version
5.13.2
Describe the Bug
In the last 2 days or so, I have not been able to run my bot as it immediately crashes on start-up despite no change to the code in several weeks. The error appears to be within the library's
user.py
file, as shown in the traceback below.Steps to Reproduce
This error occurs every time I attempt to run my bot.
Expected Results
I would expect my bot to run as normal.
Minimal Reproducible Code
No response
Traceback
Checklist
Additional Information
No response