2024-10-17, 07:56 PM
(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.
I'm not sure how to proceed other than reversing everything you did in that link.
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
Connecting to localhost (localhost)|127.0.0.1|:8096... connected.
HTTP request sent, awaiting response... 302 Found
Location: web/ [following]
--2024-10-17 19:51:39-- http://localhost:8096/web/
Reusing existing connection to localhost:8096.
HTTP request sent, awaiting response... 200 OK
Length: 9976 (9.7K) [text/html]
Saving to: ‘index.html.2’
index.html.2 100%[===================>] 9.74K --.-KB/s in 0s
2024-10-17 19:51:39 (250 MB/s) - ‘index.html.2’ saved [9976/9976]
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