FAQ  •  Register  •  Login

UPnP interface is gone while Web interface still is visible

<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Feb 21, 2018 10:30 am

Re: UPnP interface is gone while Web interface still is visi

So localhost works because it's a loopback address and Serviio skips some steps if the client is a loopback address.

  Code:
Incoming request from /127.0.0.1:19422


In the IP case, it looks like

  Code:
Incoming request from /192.168.64.4:19452


It resolves to the server's IP (in both cases), because you're making the request from the same machine (I assume).

Then, in the IP case, it takes 5 minutes, because that piece of code is blocked by another renderer processing (when Serviio is looking for new renderers), which actually times out

  Code:
Error while retrieving renderer description: Read timed out


So you have to solve this - why Serviio cannot connect to the renderers. For example, is this accessible for Serviio?

  Code:
http://192.168.64.83:52525/root_XXYY.xml
<<

rhoyer78

Serviio newbie

Posts: 7

Joined: Thu Feb 15, 2018 10:30 am

Post Wed Feb 21, 2018 2:49 pm

Re: UPnP interface is gone while Web interface still is visi

DEBUG [RendererManager] Retrieve device description from http://192.168.64.83:52525/root_XXYY.xml


192.168.64.83 is a "Renkforce IR 1" InternetRadio

The internal Webserver on Port 52525 cashed, after rebooting the "Renkforce IR 1" Serviio showed up again on all devices...

Thanks a lot!

Maybe the RendererManager should not constantly try to poll faulty clients and indicate/block faulty clients at the status page..?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Feb 22, 2018 2:22 pm

Re: UPnP interface is gone while Web interface still is visi

yeah, I just removed the blocking around the call, so if some are blocking, other clients can still be served
<<

rhoyer78

Serviio newbie

Posts: 7

Joined: Thu Feb 15, 2018 10:30 am

Post Thu Feb 22, 2018 5:33 pm

Re: UPnP interface is gone while Web interface still is visi

Wow that was fast! Thanks a lot and keep up the good work!

Image
<<

hanneshar

Serviio newbie

Posts: 13

Joined: Mon Feb 05, 2018 9:34 pm

Post Sun Aug 26, 2018 5:48 pm

Re: UPnP interface is gone while Web interface still is visi

Hello,

I think I found the solution to my problem - and it has nothing to do with Serviio... Until now I had a FRITZ! box running as a router, which operated both the LAN and the WLAN. Since we have a quite big house, I attached a dLAN 500 AV Wireless+ adapter to the Devolo LAN. It set up its own WLAN, so that I had to choose between WLAN 1 and WLAN 2 in the house. But presumably the FRITZ!box missed any routing tables, which are responsible for a correct allocation of the DLNA devices. Since I have simply removed the dLAN 500 AV Wireless+ adapter from my network, Serviio is always visible from all my DLNA devices. Stupid problem that almost drove me mad at times...

Thanks again here for all the people who tried to find a solution for me.




Greetings,





Hannes
Previous

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 59 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.