2023-11-07, 04:13 AM
i installed jellyfin on my raspberry pi (running ubuntu 23.10) and created a service to run jellyfin without manual intervention, e.g. having to open up a terminal (through ssh) and execute jellyfin as well as keep the terminal open throughout my entire usage, and while this seemed to work in the past, something has changed, and i have been unable to connect to jellyfin through the same means with the service as with manual execution. if i couldn't connect to jellyfin at all, that would also be an issue, but my confusion lies in that only with the service does jellyfin refuse to connect. i created the service using
sudo systemctl enable jellyfin
, which seemed to have worked since running sudo systemctl status jellyfin
denotes that it is active (running)
. what might be the problem here? a while ago i screwed around with the ports but if that was the problem i a) wouldn't know where to begin fixing that and b) don't know why it still works manually if that is the case. any thoughts?