2025-01-09, 02:53 AM
(This post was last modified: 2025-01-09, 05:30 PM by MrLarkins. Edited 6 times in total.)
Piggybacking on this thread.
I'm worse than a newb, but I love a challenge. I've recently discovered Jellyfin for my media. I have it running on an old HTPC. It was easy enough to install, port forward to in the router, etc. No problems there.
I then tried to install the Jellyfin app on my Samsung tv. after hours of following tutorials, I've managed to get the app installed on my tv, but it doesn't work. When I open the app it says:
"Unable to load page file: ///index.html blah blah
no where in the installation process did I tell the samsung app the ip of the jellyfin server. How can I add it after the fact? During this whole installation process I used my desktop computer (tizen install, git install, node install, ), not the HTPC.
the Jellyfin app is on the samsung tv, but it can't find the jellyfin server on my htpc. I don't get the screen that asks to add a server.
please help and keep it simple. I just learned what a powershell is!
EDIT: I am trying to reinstall and I've gotten to the point where i type this into the powershell
and at the end it has 1 error, maybe this is the culprit
I'm worse than a newb, but I love a challenge. I've recently discovered Jellyfin for my media. I have it running on an old HTPC. It was easy enough to install, port forward to in the router, etc. No problems there.
I then tried to install the Jellyfin app on my Samsung tv. after hours of following tutorials, I've managed to get the app installed on my tv, but it doesn't work. When I open the app it says:
"Unable to load page file: ///index.html blah blah
no where in the installation process did I tell the samsung app the ip of the jellyfin server. How can I add it after the fact? During this whole installation process I used my desktop computer (tizen install, git install, node install, ), not the HTPC.
the Jellyfin app is on the samsung tv, but it can't find the jellyfin server on my htpc. I don't get the screen that asks to add a server.
please help and keep it simple. I just learned what a powershell is!
EDIT: I am trying to reinstall and I've gotten to the point where i type this into the powershell
Code:
npm ci --no-audit
Code:
ERROR in ./components/images/blurhash.worker.ts
Module build failed (from ../node_modules/worker-loader/dist/cjs.js):
TypeError: The 'compilation' argument must be an instance of Compilation
at getCompilationHooks (C:\users\mrlar\Desktop\jellyfin\jellyfin-web\node_modules\webpack\lib\javascript\JavascriptModulesPlugin.js:143:10)
at C:\users\mrlar\Desktop\jellyfin\jellyfin-web\node_modules\webpack\lib\javascript\ArrayPushCallbackChunkFormatPlugin.js:41:19
at Hook.eval [as call] (eval at create (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\tapable\lib\HookCodeFactory.js:19:10), <anonymous>:7:1)
at Hook.CALL_DELEGATE [as _call] (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\tapable\lib\Hook.js:14:14)
at Compiler.newCompilation (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\webpack\lib\Compiler.js:1108:30)
at C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\webpack\lib\Compiler.js:1153:29
at Hook.eval [as callAsync] (eval at create (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\tapable\lib\Hook.js:18:14)
at Compiler.compile (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\webpack\lib\Compiler.js:1148:28)
at Compiler.runAsChild (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\webpack\lib\Compiler.js:548:8)
@ ./components/images/imageLoader.js 21:0-42 27:17-23
@ ./scripts/libraryMenu.js
@ ./scripts/site.js
webpack 5.70.0 compiled with 1 error and 1 warning in 61438 ms
node:child_process:957
throw err;
^
Error: Command failed: webpack --config webpack.prod.js
at genericNodeError (node:internal/errors:983:15)
at wrappedFn (node:internal/errors:537:14)
at checkExecSyncError (node:child_process:882:11)
at execSync (node:child_process:954:15)
at Object.<anonymous> (C:\users\mrlar\Desktop\jellyfin\jellyfin-web\scripts\prepare.js:11:5)
at Module._compile (node:internal/modules/cjs/loader:1739:14)
at Object..js (node:internal/modules/cjs/loader:1904:10)
at Module.load (node:internal/modules/cjs/loader:1473:32)
at Function._load (node:internal/modules/cjs/loader:1285:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 14052,
stdout: null,
stderr: null
}
Node.js v23.6.0
npm ERR! code 1
npm ERR! path C:\users\mrlar\Desktop\jellyfin\jellyfin-web
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node ./scripts/prepare.js
npm ERR! A complete log of this run can be found in: C:\Users\mrlar\AppData\Local\npm-cache\_logs\2025-01-09T17_20_46_894Z-debug-0.log