srcejon

Results 136 comments of srcejon

From the docs: To be able to use this, a callsign for the highlighted aircraft must have been received. Also, the callsign must be mappable to a flight number, which...

It appears aviationstack API is returning an "internal error" - I've contacted their support to see what the problem might be.

aviationstack seems to be working now. Please try on a flight where the callsign is of the form: AAAnnn - Where A are letters and n are digits. If there's...

Works OK for me. What SDR are you using? What plugins/features do you have open before pressing close? A screenshot would be useful.

I don't have an airspy, so can't test this myself. However, a few changes have been made to the airspy driver regarding threading, so perhaps that might make a difference....

Ok, here's another attempt at a fix: https://github.com/f4exb/sdrangel/suites/8628210569/artifacts/387514948

So I've managed to reproduce the problem. It appears to be related to the version of libusb used. With 1.0.26, it crashes, with 1.0.25 it doesn't. ![image](https://user-images.githubusercontent.com/57259258/194552684-83b95c1f-ecae-4c3b-aa36-b56bed50c2c7.png) Not obvious what...

Ok, my crash was with AirspyHF+ rather than Airspy, and is due to a bug in the airspyhf driver which was fixed here: https://github.com/airspy/airspyhf/commit/c55a305a79eea70cf61ea22a081b29d37805b9fc So we need to update AIRSPYHF_TAG...

The M17 modem also fails to compile with Visual Studio 2019. Looks like it has some C++20 in there: The contents of are available only with C++20 or later. The...

@[loewal](https://github.com/loewal) - you're missing the actual error message, You might want to copy and paste the first error output.