Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jellyfin media player upon building gives net::ERR_FILE_NOT_FOUND [-6] #839

Open
awesome769 opened this issue Jan 29, 2025 · 3 comments
Open

Comments

@awesome769
Copy link

awesome769 commented Jan 29, 2025

I'm trying to compile on Debian for a different Linux distribution

Error loading client, this is bad and should happen You can try reload or head to our support page

Actual Error:
net::ERR_FILE_NOT_FOUND [-6]

provide the log file as well.

for some reason the hyper link to the log file is not working and i don't know where it is

on the command line

./jellyfinmediaplayer
QSocketNotifier: Can only be used with threads started with QThread
libpng warning: iCCP: known incorrect sRGB profile
Listening to socket: "/tmp/jmp_pmpUniqueApplication_user.sock"
Signal handlers installed successfully.
Logging to /home/user/.local/share/jellyfinmediaplayer/logs/jellyfinmediaplayer.log
[W][03599.989713] pw.conf | [ conf.c: 939 try_load_conf()] can't load config client.conf: No such file or directory
[E][03599.990107] pw.conf | [ conf.c: 963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
Cannot load libcuda.so.1

@awesome769 awesome769 changed the title Jellyfin media player upon compiling gives net::ERR_FILE_NOT_FOUND [-6] Jellyfin media player upon building gives net::ERR_FILE_NOT_FOUND [-6] Jan 29, 2025
@tnyeanderson
Copy link

tnyeanderson commented Feb 1, 2025

Getting this also. The log file path is printed in the output from the command line above, as seen in your post. Here are the relevant parts of mine (these two lines repeat a few times in the log):

2025-02-01 12:38:34.238 [debug] onLoadingChanged @ 181 - WebEngineLoadRequest starting: file:///home/user/jmp/jellyfin-media-player/build/src/web-client/extension/find-webclient.html
2025-02-01 12:38:34.239 [debug] onLoadingChanged @ 189 - WebEngineLoadRequest failure: file:///home/user/jmp/jellyfin-media-player/build/src/web-client/extension/find-webclient.html error code: -6

And the corresponding find-webclient.html does not exist on my system.

@tnyeanderson
Copy link

This fixed it for me, but not sure why it isn't working out of the box:

mkdir -p build/src/web-client/extension
cp native/* build/src/web-client/extension/

@awesome769
Copy link
Author

This fixed it for me, but not sure why it isn't working out of the box:

mkdir -p build/src/web-client/extension
cp native/* build/src/web-client/extension/

it works but then it wont launch ill get back to this as soon as i can

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants