• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: All client connections are black screen

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    SOLVED: All client connections are black screen

    Nathanael
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:United States
    #11
    2024-10-16, 07:34 PM
    This is my /etc/jellyfin/network.xml

    Code:
    <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>true</EnableIPv6>
      <EnableRemoteAccess>true</EnableRemoteAccess>
      <LocalNetworkSubnets />
      <LocalNetworkAddresses />
      <KnownProxies />
      <IgnoreVirtualInterfaces>true</IgnoreVirtualInterfaces>
      <VirtualInterfaceNames>
        <string>veth</string>
      </VirtualInterfaceNames>
      <EnablePublishedServerUriByRequest>false</EnablePublishedServerUriByRequest>
      <PublishedServerUriBySubnet />
      <RemoteIPFilter />
      <IsRemoteIPFilterBlacklist>false</IsRemoteIPFilterBlacklist>
    </NetworkConfiguration>

    I do have a VPN, but it is set up to allow connections locally and to activate only for selected apps. I know it is working properly as other things I have running on this server are working fine. Just not Jellyfin.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-10-16, 08:07 PM
    Can you configure Jellyfin to only bind to your LAN IP? If you can't get to the UI to make that change, you can manually edit network.xml.

    Replace this

    Code:
    <LocalNetworkAddresses />

    With this

    Code:
    <LocalNetworkAddresses>
        <string>"192.168.12.34"</string>
      </LocalNetworkAddresses>

    I'm assuming that 192 address if your actual LAN IP.

    After making that change, restart Jellyfin.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Nathanael
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:United States
    #13
    2024-10-16, 08:44 PM
    I did what you said and it made no change to the connection.

    The backend of Jellyfin seems to be working fine. Both from LAN and not. I connected VIA Kodi and that worked fine, my issue seems to be with the Web client and so it affects the desktop and mobile clients as well. Anything that connects without the web client is unaffected. So my next thought would be reinstalling the web client, but how would I go about that without deleting everything?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-10-16, 08:54 PM (This post was last modified: 2024-10-16, 08:55 PM by TheDreadPirate. Edited 1 time in total.)
    Code:
    sudo systemctl stop jellyfin
    sudo apt install --reinstall jellyfin-web
    sudo systemctl start jellyfin
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Nathanael
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:United States
    #15
    2024-10-16, 09:07 PM
    Okay! That worked! Thank you, I didn't know that you could just add --reinstall to that.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2024-10-16, 09:13 PM
    Oh. So the issue is fixed? I wonder what could have happened to jellyfin-web that would cause this. Jellyfin-server does not modify it, and there are only a few plugins that attempt to modify jellyfin-web. None of them I saw in your log.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Nathanael
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:United States
    #17
    2024-10-16, 09:22 PM
    I am assuming it was an issue with InPlayerPreview. I have had a few issues with it before. I removed it now, it's sad though, it's a nice feature. Anyway, thank you for your help! I will mark this as solved now.
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode