Sequal32 / vrclivetraffic

Display live traffic pulled from FlightRadar24 in VRC.
38 stars 12 forks source link

Aircraft Not Loading In #25

Open checkandmate1 opened 9 months ago

checkandmate1 commented 9 months ago

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
MatisseBE commented 9 months ago

I'm also having issues!

Sequal32 commented 8 months ago

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.

EthanMali commented 2 months ago

Any update on this?