2024-01-05, 12:51 PM
(This post was last modified: 2024-01-05, 01:07 PM by wapenshaw. Edited 1 time in total.)
How to completely uninstall Jellyfin from a windows machine?
I used the standard add or remove programs, then did the following.
1. Uninstalled Jellyfin from Window (standard windows uninstaller)
2. Deleted Jellyfin folders in the following
a Program files
b Program Data
3. Removed the service using SC DELTE JELLYFIN
The new installer still thinks there is an installation
I then cleaned up the registry and I did a fresh install but I still get this and It remembers my servers name, this is on the system where Jellyfin is installed (localhost url)
This is the log error I see in jellyfin logs, my system ip "10.10.1.10/23" is my HyperV adapter IP. I don't know why its trying to bind to that?
where can I change this??
I used the standard add or remove programs, then did the following.
1. Uninstalled Jellyfin from Window (standard windows uninstaller)
2. Deleted Jellyfin folders in the following
a Program files
b Program Data
3. Removed the service using SC DELTE JELLYFIN
The new installer still thinks there is an installation
I then cleaned up the registry and I did a fresh install but I still get this and It remembers my servers name, this is on the system where Jellyfin is installed (localhost url)
This is the log error I see in jellyfin logs, my system ip "10.10.1.10/23" is my HyperV adapter IP. I don't know why its trying to bind to that?
where can I change this??
Code:
[2024-01-05 18:28:58.620 +05:30] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 1 seconds
[2024-01-05 18:28:58.625 +05:30] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
[2024-01-05 18:28:59.581 +05:30] [ERR] [15] Emby.Dlna.Main.DlnaEntryPoint: Error in CreateSsdpUdpSocket. IPAddress: "10.10.1.10/23"
System.Net.Sockets.SocketException (10049): The requested address is not valid in its context.
at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
at System.Net.Sockets.Socket.SetMulticastOption(SocketOptionName optionName, MulticastOption MR)
at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Object optionValue)
at Emby.Server.Implementations.Net.SocketFactory.CreateSsdpUdpSocket(IPAddress localIp, Int32 localPort)
at Rssdp.Infrastructure.SsdpCommunicationsServer.CreateSocketAndListenForResponsesAsync()