Error sending socket message #1979

Closed
opened 2025-12-21 19:54:50 +01:00 by backuprepo · 0 comments
Owner

Originally created by @ssyangchn on GitHub (Jul 30, 2020).

Describe the bug
Jellyfin throws this error every 60 seconds. I have aready DLNA disabled

System (please complete the following information):

  • OS: windows
  • Virtualization: none
  • Clients: [Browser]
  • Browser: [Chrome]
  • Jellyfin Version: 10.6.1

Logs

[09:33:59] [ERR] [75] Emby.Dlna.Main.DlnaEntryPoint: Error sending socket message from 172.16.21.233 to 239.255.255.250:1900
System.Net.Sockets.SocketException (10049): 在其上下文中,该请求的地址无效。
   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
   at System.Net.Sockets.Socket.EndSendTo(IAsyncResult asyncResult)
   at Emby.Server.Implementations.Net.UdpSocket.<>c__DisplayClass21_0.<SendToAsync>b__0(IAsyncResult callbackResult)
--- End of stack trace from previous location where exception was thrown ---
   at Rssdp.Infrastructure.SsdpCommunicationsServer.SendFromSocket(ISocket socket, Byte[] messageData, IPEndPoint destination, CancellationToken cancellationToken)
[09:33:59] [ERR] [29] Emby.Dlna.Main.DlnaEntryPoint: Error sending socket message from 172.16.21.233 to 239.255.255.250:1900
System.Net.Sockets.SocketException (10049): 在其上下文中,该请求的地址无效。
   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
   at System.Net.Sockets.Socket.EndSendTo(IAsyncResult asyncResult)
   at Emby.Server.Implementations.Net.UdpSocket.<>c__DisplayClass21_0.<SendToAsync>b__0(IAsyncResult callbackResult)
--- End of stack trace from previous location where exception was thrown ---
   at Rssdp.Infrastructure.SsdpCommunicationsServer.SendFromSocket(ISocket socket, Byte[] messageData, IPEndPoint destination, CancellationToken cancellationToken)
[09:33:59] [ERR] [75] Emby.Dlna.Main.DlnaEntryPoint: Error sending socket message from 172.16.21.233 to 239.255.255.250:1900
System.Net.Sockets.SocketException (10049): 在其上下文中,该请求的地址无效。
   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
   at System.Net.Sockets.Socket.EndSendTo(IAsyncResult asyncResult)
   at Emby.Server.Implementations.Net.UdpSocket.<>c__DisplayClass21_0.<SendToAsync>b__0(IAsyncResult callbackResult)
--- End of stack trace from previous location where exception was thrown ---
   at Rssdp.Infrastructure.SsdpCommunicationsServer.SendFromSocket(ISocket socket, Byte[] messageData, IPEndPoint destination, CancellationToken cancellationToken)
Originally created by @ssyangchn on GitHub (Jul 30, 2020). **Describe the bug** Jellyfin throws this error every 60 seconds. I have aready DLNA disabled **System (please complete the following information):** - OS: windows - Virtualization: none - Clients: [Browser] - Browser: [Chrome] - Jellyfin Version: 10.6.1 **Logs** ``` [09:33:59] [ERR] [75] Emby.Dlna.Main.DlnaEntryPoint: Error sending socket message from 172.16.21.233 to 239.255.255.250:1900 System.Net.Sockets.SocketException (10049): 在其上下文中,该请求的地址无效。 at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName) at System.Net.Sockets.Socket.EndSendTo(IAsyncResult asyncResult) at Emby.Server.Implementations.Net.UdpSocket.<>c__DisplayClass21_0.<SendToAsync>b__0(IAsyncResult callbackResult) --- End of stack trace from previous location where exception was thrown --- at Rssdp.Infrastructure.SsdpCommunicationsServer.SendFromSocket(ISocket socket, Byte[] messageData, IPEndPoint destination, CancellationToken cancellationToken) [09:33:59] [ERR] [29] Emby.Dlna.Main.DlnaEntryPoint: Error sending socket message from 172.16.21.233 to 239.255.255.250:1900 System.Net.Sockets.SocketException (10049): 在其上下文中,该请求的地址无效。 at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName) at System.Net.Sockets.Socket.EndSendTo(IAsyncResult asyncResult) at Emby.Server.Implementations.Net.UdpSocket.<>c__DisplayClass21_0.<SendToAsync>b__0(IAsyncResult callbackResult) --- End of stack trace from previous location where exception was thrown --- at Rssdp.Infrastructure.SsdpCommunicationsServer.SendFromSocket(ISocket socket, Byte[] messageData, IPEndPoint destination, CancellationToken cancellationToken) [09:33:59] [ERR] [75] Emby.Dlna.Main.DlnaEntryPoint: Error sending socket message from 172.16.21.233 to 239.255.255.250:1900 System.Net.Sockets.SocketException (10049): 在其上下文中,该请求的地址无效。 at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName) at System.Net.Sockets.Socket.EndSendTo(IAsyncResult asyncResult) at Emby.Server.Implementations.Net.UdpSocket.<>c__DisplayClass21_0.<SendToAsync>b__0(IAsyncResult callbackResult) --- End of stack trace from previous location where exception was thrown --- at Rssdp.Infrastructure.SsdpCommunicationsServer.SendFromSocket(ISocket socket, Byte[] messageData, IPEndPoint destination, CancellationToken cancellationToken)
backuprepo 2025-12-21 19:54:50 +01:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#1979
No description provided.