-
-
Notifications
You must be signed in to change notification settings - Fork 735
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
Error while Intercepting failed requests #2734
Comments
Can't repro, what request causes that? what does |
|
|
You can also listen for |
This is a guess on my end, but given it has "closed" as the IOException reason and that it mentions InputStreams, maybe it's your call of On another note, you receiving errors from Cloudflare, with one of them being 429 (Rate limited), is a rather odd issue you seem to have. |
General Troubleshooting
Version of JDA
v5.1.0
Expected Behaviour
I try to log all requests from JDA to discord because I get sometimes a globalban (from cloudflare).
They say that they count "401", "403" and "429" errors against me, so I wrote the following code... (see code example)
Code Example for Reproduction Steps
Code for JDABuilder or DefaultShardManagerBuilder used
Exception or Error
The text was updated successfully, but these errors were encountered: