-
Notifications
You must be signed in to change notification settings - Fork 250
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
Error connecting to spectrum server #314
Comments
Not at my computer, but pretty sure you need to start rtltcp firstI think the manual suggests running it in two separate shell windows--Nils Gokemeijer (Sent from iPhone)On Nov 11, 2024, at 5:37 PM, rstremke ***@***.***> wrote:
I just installed rtlamr on a brand new installation of Debian on a Raspberry Pi. Everything went well, but when trying to run any rtlamr command, I get the following:
main.go:90: Error connecting to spectrum server: dial tcp 127.0.0.1:1234: connect: connection refused rcvr.Connect
main.(*Receiver).NewReceiver
***@***.***/main.go:90
main.main
***@***.***/main.go:313
runtime.main
/usr/local/go/src/runtime/proc.go:272
runtime.goexit
/usr/local/go/src/runtime/asm_arm.s:884
I've found a few other references to this type of error, but they seem to involve a Docker installation method, or a problem with a USB device becoming unavailable after time. I have not been able to successfully run this, yet.
Thanks in advance for any assistance.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I confirmed I have rtl_tcp running via a script. A systemctl status rtlsdr returns all green enabled/active (running) statuses. The call to rtlamr still returns the same error. By separate shell do you mean I should run rtl_tcp in zsh and rtlamr in bash - or something similar? Apologies, most of my unix experience is from about 20 years ago. **Edit: installed zsh and switched to it. Ran the rtlamr command and still get the same error. rtl_tcp is running in bash. |
I just installed rtlamr on a brand new installation of Debian on a Raspberry Pi. Everything went well, but when trying to run any rtlamr command, I get the following:
main.go:90: Error connecting to spectrum server: dial tcp 127.0.0.1:1234: connect: connection refused rcvr.Connect
main.(*Receiver).NewReceiver
/root/go/pkg/mod/github/.com/bemasher/[email protected]/main.go:90
main.main
/root/go/pkg/mod/github/.com/bemasher/[email protected]/main.go:313
runtime.main
/usr/local/go/src/runtime/proc.go:272
runtime.goexit
/usr/local/go/src/runtime/asm_arm.s:884
I've found a few other references to this type of error, but they seem to involve a Docker installation method, or a problem with a USB device becoming unavailable after time. I have not been able to successfully run this, yet.
Thanks in advance for any assistance.
The text was updated successfully, but these errors were encountered: