We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey Guys,
I'm getting the following error on devel in docker
sdr-broker-1 | 1707631914: New client connected from 172.23.0.3:35300 as auto-6D46A5AC-BBC8-2DFB-0673-3BE8FC8496CC (p2, c1, k60, u'admin'). sdr-sdr-scanner-1 | [2024-02-11 17:11:54.589812] [info ] [Mqtt ] connected sdr-sdr-scanner-1 | [2024-02-11 17:11:55.777811] [info ] [SoapySDR ] found 2 devices: sdr-sdr-scanner-1 | [2024-02-11 17:11:55.778410] [info ] [SoapySDR ] #0, name: Realtek RTL2838UHIDIR-V3 Rafael Micro R820T, driver: rtlsdr, serial: SDR_V3_05 sdr-sdr-scanner-1 | [2024-02-11 17:11:56.409406] [info ] [SoapySDR ] gain: TUNER, min: 0 dB, max: 49.6 dB sdr-sdr-scanner-1 | [2024-02-11 17:11:56.410176] [info ] [SoapySDR ] frequency range: 24 MHz - 1764 MHz sdr-sdr-scanner-1 | [2024-02-11 17:11:56.410609] [info ] [SoapySDR ] sample rates: 250 kHz, 1024 kHz, 1536 kHz, 1792 kHz, 1920 kHz, 2048 kHz, 2160 kHz, 2560 kHz, 2880 kHz, 3200 kHz sdr-sdr-scanner-1 | [2024-02-11 17:11:56.450125] [info ] [SoapySDR ] #1, name: Realtek RTL2838UHIDIR-V3 Rafael Micro R820T, driver: rtlsdr, serial: SDR_V3_04 sdr-sdr-scanner-1 | [2024-02-11 17:11:57.080151] [info ] [SoapySDR ] gain: TUNER, min: 0 dB, max: 49.6 dB sdr-sdr-scanner-1 | [2024-02-11 17:11:57.080193] [info ] [SoapySDR ] frequency range: 24 MHz - 1764 MHz sdr-sdr-scanner-1 | [2024-02-11 17:11:57.080206] [info ] [SoapySDR ] sample rates: 250 kHz, 1024 kHz, 1536 kHz, 1792 kHz, 1920 kHz, 2048 kHz, 2160 kHz, 2560 kHz, 2880 kHz, 3200 kHz sdr-sdr-scanner-1 | [2024-02-11 17:11:57.193833] [info ] [Mqtt ] stop thread id: 12 sdr-sdr-scanner-1 | [2024-02-11 17:11:57.194291] [error ] [main ] main exception: [json.exception.type_error.302] type must be number, but is null sdr-broker-1 | 1707631917: Client auto-6D46A5AC-BBC8-2DFB-0673-3BE8FC8496CC disconnected.
The config page isn't showing the rtl-sdr's
I can see them using rtl_test
Using the default config.json
Thanks Sonic
The text was updated successfully, but these errors were encountered:
same
Sorry, something went wrong.
It looks like not default config, try to restore default config:
docker compose down docker volume ls # select one with name contains sdr_config docker volume rm # type the name above docker compose up -d
No branches or pull requests
Hey Guys,
I'm getting the following error on devel in docker
The config page isn't showing the rtl-sdr's
I can see them using rtl_test
Using the default config.json
Thanks
Sonic
The text was updated successfully, but these errors were encountered: