-
Notifications
You must be signed in to change notification settings - Fork 206
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] UPNP_E_SOCKET_ERROR (-208) #129
Comments
Maybe it had trouble binding to some IP ? In particular if you have multiple interfaces (eth0 and some wlan), you need to decides that with explicitly setting the IP address to be bound to with the |
I have this exact issue when trying to launch |
At my case setting
Any further directions to dig in? |
Did you arrange the init dependencies in a way to start gmrender-resurrect after the network is up? |
Yes. This is the systemd service:
And this is
On manual service start all is OK. |
Perhaps try another WantedBy target? I am using systemd on my RPi3 and haven't had issues. Here is my service.
I am using a locally compiled version so my path is in /usr/local/bin instead of /usr/bin If that doesn't work trying delaying the execution of the service with the following Maybe the network is still coming up when the service starts and that causes an issue. |
@mill1000 thanks! - the trick with |
I have same error on os x High Sierra. It works for 2 days, then stop now. Your trick doesn't work. What now? |
#157 P/s however the PORT reported is incorrect. |
I could reproduce this with a current debian installation. Now, gmrender-resurrect does retries (up to a minute) to attempt establishing the socket. It now reliably initializes the service on a systemd configured system. |
I'm pretty sure libupnp 1.6 tries to bind every interface even if you set one explicitly. Works with 1.8 correctly as far as I have seen. |
I know, old thread. But for anyone stumbling upon this in the future:
I'm not sure if the |
Hi
first off, thank for all the hard work.
I'm trying to run this on a hummingbird board, but i keep getting following error ... i can't figure out what is wrong!
EDIT: i'm running it on the latest version of armbian
please help
cheers
c_bb
The text was updated successfully, but these errors were encountered: