Open utdrmac opened 1 year ago
Yep, you'll need to be sure the spectrum server is running and reachable before rtlamr starts.
If the spectrum server is in another container, I don't think you'll be able to reach it at a localhost anyway.
Everything is in 1 container. I submitted this bug report as I figured you'd want to trap the panic and do some sleep-retry logic for a better user experience.
I agree, it would be a quality of life improvement. I'll have a look at it.
I'm not using a container and I'm hitting the same error under Raspberry Pi OS Bookworm. Do you think it is related?
I'm not using a container and I'm hitting the same error under Raspberry Pi OS Bookworm. Do you think it is related?
Forget about this, my problem is unrelated. Calling 127.0.0.1 fails, but not using the "external" IP. This is a network configuration problem on my Pi.
Made a custom docker container with rtl-sdr, rtlamr, and rtlamr-collect. When it starts up, I think there's a race condition that I'm working out where something starts before something else resulting in this panic.