-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Invalid Type Error #2892
Comments
This is most likely caused by #2882 missing |
Ok I am testing rn with
in message.rs and I will report back if that fixes it :) |
I did miss rename on that one, so I'm almost certain its needed here too. will investigate shortly and open a PR for it. |
… sorting channels by recent activity
Iterating over all the messages in a server yields me an invalid type error every time. The error is:
invalid type: string "#d0334d", expected u32 at line 1 column 123537
I don't really know what to do in order to help debug this but I assume this is a deserialization error.
Branch:
current
The text was updated successfully, but these errors were encountered: