wiomoc/whatsappweb-rs

"Invalid Tag" errors

eeeeeta opened this issue · 1 comments

My whatsappweb-rs started breaking today with this fun error:

thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Msg("Node has invalid binary format"), State { next_error: Some(Error(Msg("Couldn\'t read node content (li$
t), node decription: response"), State { next_error: Some(Error(Msg("Couldn\'t read list item: 12, size: 26"), State { next_error: Some(Error(Msg("Couldn\'t read attribute name, node decription: chat"), State { next_error: Some(Error(Msg$
"Invalid Tag 153"), State { next_error: None, backtrace: InternalBacktrace { [...snip...]

Any idea why I might be getting an Invalid Tag 153?

Apologies; this was actually fixed in c4ceba4, and updating to a version with that commit fixed it! :)