2024-05-13, 02:32 PM
(2024-05-13, 02:28 PM)Flaring0281 Wrote:(2024-05-13, 01:55 PM)TheDreadPirate Wrote: Yours is starting up fine. Did you clear your browser cache? You can try to ncat your jellyfin server to verify that it is accessible.
Code:chris@optimus-maximus:~$ nc -vz 192.168.1.3 8096
Connection to 192.168.1.3 8096 port [tcp/*] succeeded!
Fixed it by deleting config/config/network.xml. It seems to be binding to the correct IP address now.
You legend. This actually worked for me as well