-
Notifications
You must be signed in to change notification settings - Fork 205
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
daemon starts with Error: UPNP_E_INVALID_INTERFACE #257
Comments
|
You seem to be mixing SysV init and systemd. I'd recommend going with systemd. This issue has been reported a few times (#244, #239 and #129). You might find a solution in #129 (comment) |
Thanks a lot. |
Hello,
I'm running gmediarender on an old PI A+ with an USB sound card.
Starting the renderer manually by
sudo /etc/init.d/gmediarender start
works fine = BubbleUpnP will find the renderer and plays music on the USB sound card.Starting the renderer at startup will lead to the following error message in the logfile
ERROR [... | upnp] UpnpInit2(interface=(null), port=49494) Error: UPNP_E_INVALID_INTERFACE (-12 1). Retrying... (59s)
and BubbleUpnp will not find the rendererTo make sure that the daemon will be started only after network is available, I already added
$named
to the Required-start section. No change.# Required-Start: $remote_fs $syslog $named $all
Stopping and Starting the daemon with
sudo systemctl stop gmediarender
will not solve the problem. It will not even change anything.Killing the process with
sudo kill -9
and manually starting the deamon as described above will solve the issue.I hope I'm not bothering you with some newbee configuration failure.
thanks for your support
Thanks & Regards
Passi
The text was updated successfully, but these errors were encountered: