Jellyfin Forum
Updated to 10.9.3 and now can't find Jellyfin as a UPNP service - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: Updated to 10.9.3 and now can't find Jellyfin as a UPNP service (/t-updated-to-10-9-3-and-now-can-t-find-jellyfin-as-a-upnp-service)

Pages: 1 2 3 4


RE: Updated to 10.9.3 and now can't find Jellyfin as a UPNP service - merulius - 2024-06-06

Excellent. Thank you, Pirate. I will update and report back, and I hope to mark as SOLVED.

(2024-06-05, 04:27 PM)TheDreadPirate Wrote: Did anything change on the server firewall?  UDP port 1900 and 7359 needs to be open.

(2024-06-06, 02:54 PM)TheDreadPirate Wrote: Read this thread on github.  It sounds like there is a bug and the workaround is to go to Dashboard > Networking and specify a bind address.

https://github.com/jellyfin/jellyfin/issues/11791#issuecomment-2125088061

https://github.com/jellyfin/jellyfin-plugin-dlna/issues/48#issuecomment-2119290049



RE: Updated to 10.9.3 and now can't find Jellyfin as a UPNP service - merulius - 2024-06-06

Aaargh. No. No go. Updated the plugin to 2.0.0.0 and restarted Jellyfin. No change.

I think there's one problem masquerading as another.

Minor moan, the DLNA Plugin Help sends you to Github for the DNLA server and the Readme is a logo. No help at all.


RE: Updated to 10.9.3 and now can't find Jellyfin as a UPNP service - TheDreadPirate - 2024-06-06

Did you bind Jellyfin to a specific address? Dashboard > Networking.

Can you share your full jellyfin logs via pastebin?


RE: Updated to 10.9.3 and now can't find Jellyfin as a UPNP service - merulius - 2024-06-08

https://pastebin.com/HbTtFA3u

Hope I did that right.

Thanks for your help.

And no, I didnt bind to an IP address.


RE: Updated to 10.9.3 and now can't find Jellyfin as a UPNP service - merulius - 2024-06-08

I tried binding to 0.0.0.0

My Systemcltl status looks like

Quote: jellyfin.service - Jellyfin Media Server
     Loaded: loaded (/etc/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
             └─jellyfin.service.conf
     Active: active (running) since Sat 2024-06-08 13:40:08 UTC; 42s ago
   Main PID: 214960 (jellyfin)
      Tasks: 22 (limit: 1887Nerd-face
     Memory: 547.5M
        CPU: 8.312s
     CGroup: /system.slice/jellyfin.service
             └─214960 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg

Jun 08 13:40:19 balrog jellyfin[214960]: [13:40:19] [INF] FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
Jun 08 13:40:19 balrog jellyfin[214960]: [13:40:19] [INF] ServerId: cc5b304efed14b41aba844c39e6b0a56
Jun 08 13:40:19 balrog jellyfin[214960]: [13:40:19] [INF] Core startup complete
Jun 08 13:40:19 balrog jellyfin[214960]: [13:40:19] [INF] Startup complete 0:00:10.5324539
Jun 08 13:40:20 balrog jellyfin[214960]: [13:40:20] [WRN] 192.168.1.13: Only loopback 127.0.0.1 returned, using that as bind address.
Jun 08 13:40:20 balrog jellyfin[214960]: [13:40:20] [WRN] 192.168.1.13: Only loopback 127.0.0.1 returned, using that as bind address.
Jun 08 13:40:20 balrog jellyfin[214960]: [13:40:20] [INF] WS 192.168.1.13 request
Jun 08 13:40:21 balrog jellyfin[214960]: [13:40:21] [WRN] 192.168.1.13: Only loopback 127.0.0.1 returned, using that as bind address.
Jun 08 13:40:21 balrog jellyfin[214960]: [13:40:21] [INF] Clean up collections and playlists Completed after 0 minute(s) and 0 seconds
Jun 08 13:40:23 balrog jellyfin[214960]: [13:40:23] [INF] Update Plugins Completed after 0 minute(s) and 1 seconds

Any use?

I will remove the binding as it didn't help.

192.168.1.13 is the MacBook that I am using now.


RE: Updated to 10.9.3 and now can't find Jellyfin as a UPNP service - TheDreadPirate - 2024-06-08

Try binding to the 192 address.


RE: Updated to 10.9.3 and now can't find Jellyfin as a UPNP service - merulius - 2024-06-09

Hi Pirate, did you look at the log and the systemctl status? Was there any concerns there? Thanks.


RE: Updated to 10.9.3 and now can't find Jellyfin as a UPNP service - TheDreadPirate - 2024-06-09

Code:
Jun 08 13:40:20 balrog jellyfin[214960]: [13:40:20] [WRN] 192.168.1.13: Only loopback 127.0.0.1 returned, using that as bind address.

That is a concern. If only the loopback is being found then uPnP and Jellyfin is only binding to that address then uPnP, service discovery, and DLNA are not going to work.


RE: Updated to 10.9.3 and now can't find Jellyfin as a UPNP service - merulius - 2024-06-09

Where lies the fault? In the server or the router? How might I fix it?

Thanks in advance.


Interestingly, the remote access out to Cloudflare and back into Jellyfin as a Chrome app is working fine.


(2024-06-09, 05:35 PM)TheDreadPirate Wrote:
Code:
Jun 08 13:40:20 balrog jellyfin[214960]: [13:40:20] [WRN] 192.168.1.13: Only loopback 127.0.0.1 returned, using that as bind address.

That is a concern.  If only the loopback is being found then uPnP and Jellyfin is only binding to that address then uPnP, service discovery, and DLNA are not going to work.



RE: Updated to 10.9.3 and now can't find Jellyfin as a UPNP service - TheDreadPirate - 2024-06-09

What are the contents of /etc/jellyfin/network.xml?