• 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 Networking & Access SOLVED: WebOS client can't connect to a nightly build server (404)

     
    • 0 Vote(s) - 0 Average

    SOLVED: WebOS client can't connect to a nightly build server (404)

    pulpul
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2025 Apr
    Reputation: 0
    #5
    2025-04-22, 02:04 PM (This post was last modified: 2025-04-22, 02:06 PM by pulpul. Edited 1 time in total.)
    (2025-04-22, 01:42 PM)TheDreadPirate Wrote: If I had to guess, probably the "/system/info/public" endpoint.

    I don't have an unstable build going at the moment, though I plan on standing one up soon.

    I browsed the webos client source and figured it out, lol.

    The nightly build for some reason is missing the manifest.json, which webos client tries to get. I added it from the stable build and it works.
    Code:
    function getManifest(baseurl) {
        curr_req = ajax.request(normalizeUrl(baseurl + "/web/manifest.json"), {
            method: "GET",
            success: function (data) {
                handleSuccessManifest(data, baseurl);
            },
            error: handleFailure,
            abort: handleAbort,
            timeout: 5000
        });
    }
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    WebOS client can't connect to a nightly build server (404) - by pulpul - 2025-04-22, 11:51 AM
    RE: WebOS client can't connect to server (404) - by TheDreadPirate - 2025-04-22, 01:01 PM
    RE: WebOS client can't connect to server (404) - by pulpul - 2025-04-22, 01:30 PM
    RE: WebOS client can't connect to server (404) - by TheDreadPirate - 2025-04-22, 01:42 PM
    RE: WebOS client can't connect to server (404) - by pulpul - 2025-04-22, 02:04 PM
    RE: WebOS client can't connect to a nightly build server (404) - by Tristan1019 - 2025-04-23, 04:17 PM
    RE: WebOS client can't connect to a nightly build server (404) - by brunomlopes - 2025-05-12, 11:34 PM
    RE: WebOS client can't connect to a nightly build server (404) - by interrobang - 2025-05-14, 01:42 AM

    • 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