Jump to content

After Windows 10 update 2004, Emby Server not working


Recommended Posts

Posted

Windows 10 just updated to the new version 2004. Now emby server not working.

When I launch emby server, it starts and I see the tray icon. But cannot access the server with
localhost:8096/web/index.html
or the exact address
192.168.1.100:8096/web/index.html

Also not accessible within iOS app.

rbjtech
Posted

I'm on 2004 and don't have an issues so I don't think it's a general problem.

Take a backup and perhaps re-install the latest version to reset anything which the 2004 update was changed ?

 

 

WilhelmStroker
Posted

Check your network settings and make sure it is set to private rather than public. I've seen that getting reset after updates. 

Posted

The network is set to private.

The Emby Server is a portable installation, if I replace the system folder, I doubt it will change, don't want to lose the libraries. I will try a new portable server to see what happens.

Posted (edited)

Just extracted a clean new portable server from zero and nothing old from the past and still the same problem. So thankfully it is not my library settings.

Also when I exit emby server, the EmbyServer.exe does not shutdown. only embytray.exe shuts down. Never happened before.

Don't know what else to do. Can't watch anything.

Edited by Zodler
Posted

Here are the logs of the new clean server with no library.

logs.zip

Posted

Important to say that at the end of the log, the exit code 0 is done by myself. I exited by hand but as I said the EmbyServer.exe was still running and I killed the task.

Posted

Please can't watch anything. What should I do? I also tried embyserver-win-x64-4.5.0.12 with the same results.

 

2020-06-11 19:56:42.318 Error App: Error in BeginListeningForBroadcasts
	*** Error Report ***
	Version: 4.5.0.12
	Command line: Z:\embyserver-win-x64-4.5.0.12\system\EmbyServer.dll
	Operating system: Microsoft Windows NT 6.2.9200.0
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Runtime: file:///Z:/embyserver-win-x64-4.5.0.12/system/System.Private.CoreLib.dll
	System.Environment.Version: 3.1.4
	Processor count: 8
	Program data path: Z:\embyserver-win-x64-4.5.0.12\programdata
	Application directory: Z:\embyserver-win-x64-4.5.0.12\system
	System.Net.Sockets.SocketException: System.Net.Sockets.SocketException (10065): A socket operation was attempted to an unreachable host.
	   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 Rssdp.SsdpCommunicationsServer.CreateUdpMulticastSocket(IPAddress localAddress, Int32 multicastTimeToLive, Int32 localPort)
	   at Rssdp.SsdpCommunicationsServer.ListenForBroadcastsAsync()
	   at Rssdp.SsdpCommunicationsServer.BeginListeningForBroadcasts(CancellationToken cancellationToken)
	Source: System.Net.Sockets
	TargetSite: Void UpdateStatusAfterSocketErrorAndThrowException(System.Net.Sockets.SocketError, System.String)
	
2020-06-11 19:56:42.319 Error App: Error in BeginListeningForBroadcasts
	*** Error Report ***
	Version: 4.5.0.12
	Command line: Z:\embyserver-win-x64-4.5.0.12\system\EmbyServer.dll
	Operating system: Microsoft Windows NT 6.2.9200.0
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Runtime: file:///Z:/embyserver-win-x64-4.5.0.12/system/System.Private.CoreLib.dll
	System.Environment.Version: 3.1.4
	Processor count: 8
	Program data path: Z:\embyserver-win-x64-4.5.0.12\programdata
	Application directory: Z:\embyserver-win-x64-4.5.0.12\system
	System.Net.Sockets.SocketException: System.Net.Sockets.SocketException (10065): A socket operation was attempted to an unreachable host.
	   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 Rssdp.SsdpCommunicationsServer.CreateUdpMulticastSocket(IPAddress localAddress, Int32 multicastTimeToLive, Int32 localPort)
	   at Rssdp.SsdpCommunicationsServer.ListenForBroadcastsAsync()
	   at Rssdp.SsdpCommunicationsServer.BeginListeningForBroadcasts(CancellationToken cancellationToken)
	Source: System.Net.Sockets
	TargetSite: Void UpdateStatusAfterSocketErrorAndThrowException(System.Net.Sockets.SocketError, System.String)
	
2020-06-11 19:56:42.320 Error Dlna: Error registering endpoint
	*** Error Report ***
	Version: 4.5.0.12
	Command line: Z:\embyserver-win-x64-4.5.0.12\system\EmbyServer.dll
	Operating system: Microsoft Windows NT 6.2.9200.0
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Runtime: file:///Z:/embyserver-win-x64-4.5.0.12/system/System.Private.CoreLib.dll
	System.Environment.Version: 3.1.4
	Processor count: 8
	Program data path: Z:\embyserver-win-x64-4.5.0.12\programdata
	Application directory: Z:\embyserver-win-x64-4.5.0.12\system
	System.Net.Sockets.SocketException: System.Net.Sockets.SocketException (10065): A socket operation was attempted to an unreachable host.
	   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 Rssdp.SsdpCommunicationsServer.CreateSsdpUdpSocket(IPAddress localIpAddress, Int32 localPort)
	   at Rssdp.SsdpCommunicationsServer.BeginListeningForBroadcasts(CancellationToken cancellationToken)
	   at Rssdp.SsdpDevicePublisher.AddDevices(List`1 devices, CancellationToken cancellationToken)
	   at Emby.Dlna.Main.DlnaEntryPoint.RegisterServerEndpoints(CancellationToken cancellationToken)
	   at Emby.Dlna.Main.DlnaEntryPoint.StartPublishingDevices(DlnaOptions options, CancellationToken cancellationToken)
	Source: System.Net.Sockets
	TargetSite: Void UpdateStatusAfterSocketErrorAndThrowException(System.Net.Sockets.SocketError, System.String)

 

embyserver.txt hardware_detection-63727502206.txt

Posted

What ever it is, it seems it's

Source: System.Net.Sockets
	TargetSite: Void UpdateStatusAfterSocketErrorAndThrowException(System.Net.Sockets.SocketError, System.String)
WilhelmStroker
Posted

This is your issue:

A socket operation was attempted to an unreachable host.

Is Emby still allowed in the windows firewall? It might be worth removing and re-adding any Emby entries in the firewall settings.

Posted

Yes, I have bitdefender, I reset firewall rules. Then disabled bitdefender completely. Allowed windows firewall. Nothing worked.

Posted

Ok, now it is working. I restarted my router and it works. Don't know why because localhost is on local pc shouldn't even go through the router I suppose.

sooty234
Posted

That sounds like your IP was reassigned. And the DHCP needed to assign a new one.

Posted

My PC IP is fixed. I use Asus router and I have set it to always assigns the same IP to my PC.

In any event I used localhost:8096/web/index.html on the same PC that the server was running. It should work even if it was not the same old IP.

Happy2Play
Posted

None of my test systems are having any issues on version 2004 build 10.0.19645.1.

4.4.3.0

4.5.0.12

  • Like 1
Posted

Yes, it was a very strange problem and solved now.

  • Like 1
Posted

Thanks for the feedback.

  • 2 weeks later...
Posted

This problem is back again. Windows has not updated. I just restarted my windows and no browser can open localhost:8096/web/index.html. I did a router reboot like the last time but it didn't help. Will try more.

Posted

Strange, working again. I disabled my network card on PC. Started Emby server and it worked. Then after, I enabled my network card again.

Posted

Thanks for the feedback.

  • 1 month later...
WhiteGuyTranslating
Posted

Having the exact same issue. Have to exit and restart emby server after resume from sleep. Will try your network card reset idea. Might be that 2004 introduced something that certain network drivers are having trouble with. I believe mine is a Killer.

Posted
3 hours ago, WhiteGuyTranslating said:

Having the exact same issue. Have to exit and restart emby server after resume from sleep. Will try your network card reset idea. Might be that 2004 introduced something that certain network drivers are having trouble with. I believe mine is a Killer.

Let us know how you get on. Thanks.

Posted

I have a similar issue with new win10. In 4 days my server goes down 3 times. After restarting the PC all goes again...

I don't have time now to search around but found that when emby stops working even teamviewer not working.

So I think its a some kind of network issue.

BR

Posted
6 hours ago, bohosh said:

I have a similar issue with new win10. In 4 days my server goes down 3 times. After restarting the PC all goes again...

I don't have time now to search around but found that when emby stops working even teamviewer not working.

So I think its a some kind of network issue.

BR

Ah let us know what you find about your network issue. Thanks.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...