LukeChannings/moviematch

[Bug] Uncaught exception using a Docker Run

Dabu-dot opened this issue · 2 comments

Describe the bug
When creating the container using docker run, exception is caught stating the following:

INFO Listening on port 8000
error: Uncaught (in promise) Error: <title>Not Found</title>

404 Not Found


throw new Error(await req.text())
^
at getSections (plex.ts:42:11)
at async plex.ts:74:20

Maybe it should also use another port than 8000 as it is a port used generically by apps in dev and can create conflicts in the future.

Hey @GhostPyxel,

This error happens when the configured PLEX_URL returns a 404 when getting a list of libraries.
Can you double check your PLEX_URL?

Indeed, got a typo on my URL.
Gotta test that out then, thanks.