wiomoc / whatsappweb-rs

WhatsApp Web client for Rust
MIT License
122 stars 37 forks source link

"Invalid Tag" errors #9

Closed eeeeeta closed 6 years ago

eeeeeta commented 6 years ago

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?

eeeeeta commented 6 years ago

Apologies; this was actually fixed in https://github.com/wiomoc/whatsappweb-rs/commit/c4ceba4b106ce86c9944e49023f9233219b25080, and updating to a version with that commit fixed it! :)