Issue when changing WiFi network.

42 views
Skip to first unread message

Simon

unread,
Jul 8, 2021, 6:29:08 AM7/8/21
to radiosonde_auto_rx
Hi All.

I have a Raspberry Pi in the car running Auto_RX and Chasemapper and when it changes WiFi networks, eg from my hotspot to my home network, it always throws up this error.

ERROR
Sondehub Uploader - Upload Failed: HTTPSConnectionPool(host='api.v2.sondehub.org', port=443): Max retries exceeded with url: /listeners (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
2021-07-08T10:25:28Z"

If I reboot the Pi, it comes back to normal until it changes WiFi network again.

It is logging on to the WiFI network fine and can be accessed @ :5000.

Any suggestions?

Cheers.

Simon.



pi.JPG

Mark Jessop

unread,
Jul 8, 2021, 6:33:21 AM7/8/21
to Simon, radiosonde_auto_rx
The error here (failed to resolve DNS) is going to be a system-level issue, not fixable in auto_rx itself.

It's indicating that whatever DNS servers it was trying to use are not accessible, and I guess when it jumps networks the DNS settings are not changing correctly...

73
Mark

--
You received this message because you are subscribed to the Google Groups "radiosonde_auto_rx" group.
To unsubscribe from this group and stop receiving emails from it, send an email to radiosonde_auto...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/radiosonde_auto_rx/084e56d9-b20e-4bff-a7bf-27068c0f63b9n%40googlegroups.com.

theking...@gmail.com

unread,
Nov 24, 2024, 4:42:46 AM11/24/24
to radiosonde_auto_rx
I'm also having the same issue. Did you manage to figure out a fix Simon?

Steven Honson

unread,
Nov 24, 2024, 11:28:49 PM11/24/24
to radiosond...@googlegroups.com
Are you running these inside Docker containers, or directly on the Linux system?

If in Docker, you could try telling the containers to directly use something like Quad9 for DNS. Either adding the following to your `docker run`:

--dns 9.9.9.9 --dns 149.112.112.112

Or if using Docker Compose:

    dns:
      - 9.9.9.9
      - 149.112.112.112

Cheers,
Steven
Reply all
Reply to author
Forward
0 new messages