2024-06-04, 10:48 AM
(This post was last modified: 2024-06-04, 11:06 AM by Jellyfinit. Edited 1 time in total.)
Here's my network.xml
https://pastebin.com/8nF1pcMK
I'm assuming internal IP addresses are safe to share.
netstat -aon | find /i "listening" |find "port"
returns :
FIND: Parameter format not correct
FIND: Parameter format not correct
But running:
netstat -aon | findstr /i listening
Results in this:
https://pastebin.com/3qRcJiLt
Please note that 8096, the default port is not the port I'm even supposed to be using. I had it set to 53901.
The internal IP address of 10.13.128.157 is my connection to torguard VPN, but these same errors happen when not connected.
And now if I right click on jellyfin and say open it gives me this
https://i.imgur.com/1bUPlWX.png
So it does seem to be trying to run two instances of the server. Clicking on ether one of these fails to load.
https://pastebin.com/8nF1pcMK
I'm assuming internal IP addresses are safe to share.
netstat -aon | find /i "listening" |find "port"
returns :
FIND: Parameter format not correct
FIND: Parameter format not correct
But running:
netstat -aon | findstr /i listening
Results in this:
https://pastebin.com/3qRcJiLt
Please note that 8096, the default port is not the port I'm even supposed to be using. I had it set to 53901.
The internal IP address of 10.13.128.157 is my connection to torguard VPN, but these same errors happen when not connected.
And now if I right click on jellyfin and say open it gives me this
https://i.imgur.com/1bUPlWX.png
So it does seem to be trying to run two instances of the server. Clicking on ether one of these fails to load.