Skip to content
New issue

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

Devel - Json Exception Error #96

Open
s3m1s0n1c opened this issue Feb 11, 2024 · 2 comments
Open

Devel - Json Exception Error #96

s3m1s0n1c opened this issue Feb 11, 2024 · 2 comments

Comments

@s3m1s0n1c
Copy link

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

@Klammraute
Copy link

same

@shajen
Copy link
Owner

shajen commented Mar 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants