
[Bug] Frequent rate-limiting errors after updating to `3.2.2`
Zeklandia opened this issue ยท 2 comments
After updating from 3.2.0
or 3.2.1
to 3.2.2
. (on Minecraft 1.21.1
with Fabric 1.16.10
), there's a constant stream of error messages that seem to come from SDLink about rate-limiting:
[JDA RateLimit-Elastic-Worker 2/WARN]: Encountered 429 on route PATCH/channels/{channel_id} with bucket 6e836da6cef38ba2f3dfd8568a4e9631:channel_id=[redacted] Retry-After: 211000 ms Scope: shared
[JDA Gateway-Worker 1/WARN]: Hit the WebSocket RateLimit! This can be caused by too many presence or voice status updates (connect/disconnect/mute/deaf). Regular: 960 Voice: 0 Chunking: 0
The relevant lines in the config file haven't changed:
#How often the Bot Status will update on Discord (in Seconds). Set to 0 to disable
statusUpdateInterval = 30
#How often should the bot update the channel topic (IN MINUTES)? CANNOT BE LOWER THAN 6 MINUTES!
updateInterval = 6
Kinda a known bug. It was caused by the fix for #139.
Work arounds for now are:
A) Disable the topic update
B) Set the topic update interval to something high like 60
C) Replace the current build you are running with this
I was hoping to get in a few more things before pushing this update, but looks like I will just have to, and hold off on the other stuff