![]() |
SOLVED: Cannot Access Web UI and App - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: SOLVED: Cannot Access Web UI and App (/t-solved-cannot-access-web-ui-and-app) |
RE: Cannot Access Web UI and App - G_O_B_L_N - 2024-10-14 (2024-10-14, 05:57 PM)TheDreadPirate Wrote: What is the output of these commands? df -h: Code: Filesystem Size Used Avail Use% Mounted on ls -ld /etc: Code: drwxr-xr-x 122 root root 12288 Oct 14 16:07 ls -l /etc/ https://pastebin.com/3igAQr9V RE: Cannot Access Web UI and App - TheDreadPirate - 2024-10-14 Did anything else fail during the install process? If your command prompt still has all the output, can you share EVERYTHING that was output after running "curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash". RE: Cannot Access Web UI and App - G_O_B_L_N - 2024-10-14 (2024-10-14, 06:32 PM)TheDreadPirate Wrote: Did anything else fail during the install process? If your command prompt still has all the output, can you share EVERYTHING that was output after running "curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash". paste located below: https://pastebin.com/qMC8d1gM RE: Cannot Access Web UI and App - TheDreadPirate - 2024-10-14 Is that from re-running the command just now? Or from the first attempt earlier? It looks like it retrieved the meta-package, but not the actual packages? You should have seen 4 packages total. Code: jellyfin jellyfin-ffmpeg6 jellyfin-server jellyfin-web What is the output of this? Code: sudo apt list --installed | grep jellyfin If you don't see those 4 packages listed. Code: sudo apt install jellyfin jellyfin-ffmpeg6 jellyfin-server jellyfin-web RE: Cannot Access Web UI and App - G_O_B_L_N - 2024-10-14 (2024-10-14, 06:49 PM)TheDreadPirate Wrote: Is that from re-running the command just now? Or from the first attempt earlier? It looks like it retrieved the meta-package, but not the actual packages? You should have seen 4 packages total. this was from second reinstall but the results were the same as what i posted for both with regards to the commands listed, outputs are below: jellyfin jellyfin-ffmpeg6 jellyfin-server jellyfin-web: Code: [18:51:16] [INF] [1] Main: Jellyfin version: 10.9.11 sudo apt list --installed | grep jellyfin: Code: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. shows that all 4 packages have been installed RE: Cannot Access Web UI and App - TheDreadPirate - 2024-10-14 What happens when you run this command? Code: wget http://localhost:8096 RE: Cannot Access Web UI and App - G_O_B_L_N - 2024-10-14 (2024-10-14, 07:15 PM)TheDreadPirate Wrote: What happens when you run this command? below: Code: Resolving localhost (localhost)... 127.0.0.1 i believe this was from when i was trying to enable automatic login for the server (https://ostechnix.com/ubuntu-automatic-login/). i did attempt to reverse it as it change the host ip to 127.0.0.1 from 192.168.1.109 RE: Cannot Access Web UI and App - TheDreadPirate - 2024-10-14 It is quite possible that your automatic login stuff broke something. It is clearly not installing jellyfin correctly if ROOT can't even install stuff to /etc. I'm not sure how to proceed other than reversing everything you did in that link. RE: Cannot Access Web UI and App - G_O_B_L_N - 2024-10-17 (2024-10-14, 07:45 PM)TheDreadPirate Wrote: It is quite possible that your automatic login stuff broke something. It is clearly not installing jellyfin correctly if ROOT can't even install stuff to /etc. Okay so i did a fresh install of ubuntu with jellyfin and everything using curl and worked fine right up untill today where i was restarting so that introskipper could update and the web UI goes down again. i have checked the IP and that seems to connect (snippit below): wget http://localhost:8096 Code: Resolving localhost (localhost)... 127.0.0.1 i did check the logs (paste link below from there rough time where the incident happened), which seems to indocate that it is a web socket issue? I was also wondering if this could have been caused by not cancelling a job that was running as the trick file were generating at the time? would this require another fresh install? https://pastebin.com/N0atQL7S RE: Cannot Access Web UI and App - TheDreadPirate - 2024-10-17 Code: sudo systemctl stop jellyfin Delete the intro skipper plugin folder, then go into the configurations folder and delete the XML file for intro skipper. Code: sudo systemctl start jellyfin We are testing if intro-skipper is breaking jellyfin. |