You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I'm connecting to the server the command prompt shows:
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Error("invalid length 0, expected struct FRData with 19 elements", line: 0, column: 0)', src\flightradar.rs:41:70
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Unfortunately FlightRadar24 changed their API to use protobuffers so decoding their data without an API key is significantly harder. I will try to look into it but probably not any further.
Whenever I'm connecting to the server the command prompt shows:
The text was updated successfully, but these errors were encountered: