SOLVED: Jellyfin app can not connect to media server - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Jellyfin app can not connect to media server (/t-solved-jellyfin-app-can-not-connect-to-media-server) Pages:
1
2
|
Jellyfin app can not connect to media server - LoocPac - 2024-08-27 I have proxmox running on a old server, running portainer for the Jellyfin application, and Nextcloud for access to the media server to drop media in. I got a bug up my rear to try to set up remote access, hit the google and came across some instructions on https://meshnet.nordvpn.com/how-to/remote-files-media-access/access-jellyfin-media-sever-remotely and got to the step where you go in jellyfin and enable remote and put in that UP. as seen in the attached photo. I did that and hit save, continued reading on and realized that how they are doing it would not work for me. So i deleted the IP and hit save and everything went wrong. it just continued to do a loading loop never finishing and now Jellyfin can not connect to the media server anymore. regardless of what device i try to connect to it on. I had a lot of help setting everything up because I have no idea what I am doing. Buy my tech guy is away, so it is time for me to learn. But I do not have any idea where to start. I have shut down the container and restarted it. I can still access the media server files using Nextcloud. I am going to reset my router to factory next and redo all of the port forwarding incase my ISP did something, because we also can not access SFTP on pufferpannel, which has been going on for quite some time. Im not sure what information you will need, as I am clueless, but let me know and I will find the info. RE: Jellyfin app can not connect to media server - TheDreadPirate - 2024-08-27 Can you share the docker config for the jellyfin container? RE: Jellyfin app can not connect to media server - LoocPac - 2024-08-27 (2024-08-27, 03:17 PM)TheDreadPirate Wrote: Can you share the docker config for the jellyfin container? Im not 100% sure what that is. Im looking at the container, I see several configs, but not an overall config. If you can tell me where to find that ill bring it over. When I inspect this is the top config. there is more info under this but im not sure if it is what you are looking for. 2478aeb03e99c8015e31d213217fbad62400e8aaf6239489afe23f0b5a680952
RE: Jellyfin app can not connect to media server - TheDreadPirate - 2024-08-27 Not exactly what I was asking for, but does provide more information. What we're looking for is Jellyfin's network.xml config file. That file is located in the container at /config/config. But what you provided doesn't provide where /config is mounted on the host. If you know where /config is mounted, find network.xml at the path I stated. Once you find it run "cat network.xml" and share the output with us. RE: Jellyfin app can not connect to media server - LoocPac - 2024-08-28 cat /jellyfin/config/config/network.xml
xml
RE: Jellyfin app can not connect to media server - TheDreadPirate - 2024-08-28 Change this section Code: <RemoteIPFilter> to Code: <RemoteIPFilter /> Save, restart the container. RE: Jellyfin app can not connect to media server - LoocPac - 2024-08-28 Thank you, I had to wait for my brother to give me a crash course on navigating through proxmox files using command prompt, then your instructions. So not only is my media server back up for the house to enjoy, but I also learned more on how to do stuff in this. RE: Jellyfin app can not connect to media server - CreekyBones85 - 2024-09-17 I am having a similar issue with connecting over meshnet. Odd thing is it was working just straight out of the box but not its not. Here's my network config file as well. <?xml version="1.0" encoding="utf-8"?> <NetworkConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <BaseUrl /> <EnableHttps>false</EnableHttps> <RequireHttps>false</RequireHttps> <InternalHttpPort>8096</InternalHttpPort> <InternalHttpsPort>8920</InternalHttpsPort> <PublicHttpPort>8096</PublicHttpPort> <PublicHttpsPort>8920</PublicHttpsPort> <AutoDiscovery>true</AutoDiscovery> <EnableUPnP>false</EnableUPnP> <EnableIPv4>true</EnableIPv4> <EnableIPv6>false</EnableIPv6> <EnableRemoteAccess>true</EnableRemoteAccess> <LocalNetworkSubnets /> <LocalNetworkAddresses /> <KnownProxies /> <IgnoreVirtualInterfaces>true</IgnoreVirtualInterfaces> <VirtualInterfaceNames> <string>veth</string> </VirtualInterfaceNames> <EnablePublishedServerUriByRequest>false</EnablePublishedServerUriByRequest> <PublishedServerUriBySubnet /> <RemoteIPFilter /> <IsRemoteIPFilterBlacklist>false</IsRemoteIPFilterBlacklist> </NetworkConfiguration> Could the problem be "IgnoreVirtualInterfaces" being true? RE: Jellyfin app can not connect to media server - TheDreadPirate - 2024-09-17 (2024-09-17, 11:54 AM)CreekyBones85 Wrote: Could the problem be "IgnoreVirtualInterfaces" being true? That is the default value. It would only be a problem if Jellyfin is in a VM and your VM happens to have interface names like that. Can you describe your setup and provide jellyfin logs via pastebin? RE: Jellyfin app can not connect to media server - CreekyBones85 - 2024-09-17 Are you looking for the entire log or just a screen shot and would yesterdays log be ok? |