-
Notifications
You must be signed in to change notification settings - Fork 36
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
Failed to parse gateway message #372
Comments
discord sending ids as non strings again bruh, in case you dont know how you should just need this line at the start of your program slog.SetLogLoggerLevel(slog.LevelDebug) |
I'm not seeing any more specific field failure logs, just the same error messages. For presence updates it's:
But I'm not sure about posting the intial gateway message as it's like 3Mb, followed by a "one of those fields isn't a snowflake" |
bruh |
I think the initial guild create also contains the presences, hence why the both error |
Yes, |
I would not recommend to turn this option on unless you get this error tbh, this is just to workaround discords incompetence to address these issues in a timely manner |
after enabling
|
my logic was a bit flawed lol, try this commit please: 564ae16 |
That worked, not seeing errors anymore |
this has been fixed as of https://github.com/disgoorg/disgo/releases/tag/v0.18.9, please update to this version if you're experiencing this issue and check the release notes for instructions. |
Describe the bug
Seeing lots of snowflake parsing logs
Error
To Reproduce
Seems to be happening for presence updates as well.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Disgo Version(please complete the following information):
github.com/disgoorg/disgo v0.18.8
github.com/disgoorg/snowflake/v2 v2.0.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: