• 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 Jellyfin Localhost Won't Load Home Screen Library Categories if Offline

     
    • 0 Vote(s) - 0 Average

    Jellyfin Localhost Won't Load Home Screen Library Categories if Offline

    glytch
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #1
    2024-06-05, 02:56 AM (This post was last modified: 2024-06-05, 04:44 AM by glytch. Edited 2 times in total.)
    Problem

    My Jellyfin on Localhost won't display the Home Screen Library categories if the Internet is offline or Ethernet is disconnected. It just shows a spinning blue loading circle.

    I'm not streaming over the Internet or Network, I'm directly playing the file off a hard drive connected to the PC.

    I connect with the Web Browser or Jellyfin Media Player.

    This URL doesn't load the Home Screen categories when offline
    http://127.0.0.1:8096/web/#/home.html

    These URL's work, display the media thumbnails and files are playable offline
    http://127.0.0.1:8096/web/#/movies.html
    http://127.0.0.1:8096/web/#/music.html
    http://127.0.0.1:8096/web/#/list.html

    Dashboard works and settings are savable offline
    http://127.0.0.1:8096/web/#/dashboard


    Notes

    I tested this on 2 computers with Windows 11 and the Home Screen will not load on either, unless the Internet and Ethernet/WiFi are connected.

    The first computer:
    A fresh install of Server jellyfin_10.9.4_windows-x64 and JellyfinMediaPlayer-1.10.1-windows-x64.

    The second computer:
    I upgraded Server from jellyfin_10.8.12_windows-x64 to jellyfin_10.9.4_windows-x64.
    And I upgraded JellyfinMediaPlayer-1.9.1-windows-x64 to JellyfinMediaPlayer-1.10.1-windows-x64.

    It used to work on Server version 10.8.12 without being connected to a Modem/Router.


    Screenshots

    [Image: sdnomu.jpg]

    [Image: kl0o9g.jpg]


    Attached Files Thumbnail(s)
           
    glytch
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #2
    2024-06-05, 04:24 AM (This post was last modified: 2024-06-05, 04:32 AM by glytch. Edited 1 time in total.)
    Update

    I found this in the log when trying to connect to the 127.0.0.1:8096/web/#/home.html Home page while offline. 
    It's like it won't load the Home page categories unless it first connects to repo.jellyfin.org.

    Does this look like the problem? How can it be fixed?

    Code:
    [2024-06-04 21:10:34.247 -07:00] [ERR] [9] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/files/plugin/manifest.json"
    System.Net.Http.HttpRequestException: No such host is known. (repo.jellyfin.org:443)
    ---> System.Net.Sockets.SocketException (11001): No such host is known.
      at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
      at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)

    This log error does not appear when connected to the Internet and the Home page categories load correctly.


    Update 2

    I removed the https://repo.jellyfin.org/files/plugin/manifest.json from the Dashboard and it had no effect. I still get a blue loading circle on the Home page.
    pcm
    Offline

    Member

    Posts: 62
    Threads: 4
    Joined: 2024 May
    Reputation: 0
    Country:Uzbekistan
    #3
    2024-06-05, 05:13 AM
    The fact that the servername and version don't populate sounds like the networkmanager component of jellyfin somehow affects other components that should fetch info from library.db file. I don't know if this is by design or if you have found a bug. To me personally, it sounds like this should be a bug....

    To try and fix your issue ... And this is a wild shot in the dark... but you could try to update the network.xml file in
    Quote:C:\ProgramData\Jellyfin\config
    directory.

    Make a backup of the file and update the following configuration values within the file

    Code:
    <AutoDiscovery>true</AutoDiscovery>
    to
    Code:
    <AutoDiscovery>false</AutoDiscovery>

    and

    Code:
    <EnableRemoteAccess>true</EnableRemoteAccess>
    to
    Code:
    <EnableRemoteAccess>false</EnableRemoteAccess>

    and restart the server and see if it helps ?
    glytch
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #4
    2024-06-05, 06:16 AM (This post was last modified: 2024-06-05, 06:22 AM by glytch. Edited 1 time in total.)
    Before I do that, I found a temporary fix.

    I've identified the problem is with the Player and not the Server.

    I uninstalled JellyfinMediaPlayer 1.10.1 and reinstalled the older 1.9.1, it now works. The Home Page Library categories now load while offline.
    I'm still using the latest Server 10.9.4.

    I'm guessing the problem is in the JavaScript files of the jellyfin_10.9.4_windows-x64 Server's Web Player and the JellyfinMediaPlayer-1.10.1-windows-x64 Desktop Player.
    There is something hardcoded that is blocking loading the Libaries if the Network is offline.
    glytch
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #5
    2024-06-05, 06:25 AM
    If you want to test this, and are using a localhost server, just have the latest Jellyfin Server and Player installed and unplug your Ethernet cable or turn off your WiFi and see if your Home Page Libraries still load.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-06-05, 01:49 PM
    When you were on 1.10.1, were you using the built-in web interface or were you using the server's web interface?
    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]
    glytch
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #7
    2024-06-06, 02:57 AM
    (2024-06-05, 01:49 PM)TheDreadPirate Wrote: When you were on 1.10.1, were you using the built-in web interface or were you using the server's web interface?

    I'm not sure what the built-in web interface is.

    I was using the Server's web interface, when you click on the Jellyfin tray icon and open it in the Web Browser.

    I was also using Jellyfin Media Player.

    Right now the only Player that works is Jellyfin Media Player 1.9.1.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 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