Closed eeeeeta closed 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?
Invalid Tag 153
Apologies; this was actually fixed in https://github.com/wiomoc/whatsappweb-rs/commit/c4ceba4b106ce86c9944e49023f9233219b25080, and updating to a version with that commit fixed it! :)
My whatsappweb-rs started breaking today with this fun error:
Any idea why I might be getting an
Invalid Tag 153
?