-
Notifications
You must be signed in to change notification settings - Fork 30
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
2.5.3 - rate limit unmarshal error, invalid character 'e' looking for beginning of value #144
Comments
A frequent user of this bot in our discord server is having the same issue, we're trying to pinpoint it. It seems specific to selfbots / user accounts. It's likely crashing due to experiencing the same error when intermittently checking the discord connection, prompting it to attempt to reconnect. |
yep, thats my case too |
Same here
Then what @Cronosus reported with the crash. |
I have a similar issue, Might be the same problem or related. error message in discord
This is matched in the shell with an error
after a while it will crash. |
The issue seems to be at least in part that the bot is hitting discord API limits, hence the error message. I've had some success tuning my process limit and batch number settings, but it's still fairly inconsistent depending on how many things it does or doesn't download, resulting in the error message above flooding the logs. Just throwing this out there for anyone looking for somewhat of a fix until something is properly rolled out. I would attempt to implement some fixes, but my knowledge of go is very lacking, and even more so for the libraries being used. See https://discord.com/developers/docs/topics/rate-limits#exceeding-a-rate-limit |
I assume this is known but this issue only happens with email login not token, Fixed it for me at least. |
Yeah, only seems to happen for user bot for me. |
hello
for some reason dgo spams this in console
2024/06/04 15:37:27 logging.go:63: [DG0] restapi.go:281:RequestWithLockedBucket() rate limit unmarshal error, invalid character 'e' looking for beginning of value
and after a while it crash
any idea what may cause it?
thanks in advance
ad. crash may not be related
The text was updated successfully, but these errors were encountered: