Skip to content
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

Json error while reading message history when reactions appear #2972

Closed
emilyinure opened this issue Sep 16, 2024 · 1 comment
Closed

Json error while reading message history when reactions appear #2972

emilyinure opened this issue Sep 16, 2024 · 1 comment
Labels
duplicate An already existing issue.

Comments

@emilyinure
Copy link

emilyinure commented Sep 16, 2024

getting a json error value any time the message iterator comes across a reaction

Error("missing` field `burst_colours`", line: 1, column: 22489)

my code:

    while let Some(message_result) = messages.next().await {
        match message_result { // getting error val here
            Ok(message) => {
@GnomedDev
Copy link
Member

Duplicate of #2892.

@GnomedDev GnomedDev closed this as not planned Won't fix, can't repro, duplicate, stale Sep 17, 2024
@GnomedDev GnomedDev added the duplicate An already existing issue. label Sep 17, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
duplicate An already existing issue.
Projects
None yet
Development

No branches or pull requests

2 participants