Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception on device Discovery -> Exception.Message: One or more errors occurred #62

Closed
esb82 opened this issue Jan 27, 2023 · 1 comment

Comments

@esb82
Copy link

esb82 commented Jan 27, 2023

It worked exactly once, afterwards i always get this message as soon as i click on "Device Discovery"

same error with v2.3.0 and v2.4.0-alpha.6

  • Windows 11 Pro (Windows v10.0 (Build 22621: Service Pack 0))
  • .net 7.0.2 (x64)
  • FritzBox 7590 AX (7.31) on 192.168.178.1
Exception.GetType: System.AggregateException
Exception.Message: One or more errors occurred. (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.) (Die angeforderte Adresse ist in diesem Kontext ungültig.)
Exception.Source: RS.Fritz.Manager.API
Exception.TargetSite: Void MoveNext()
Exception.StackTrace:    at RS.Fritz.Manager.API.TaskExtensions.WhenAllSafe[T](IEnumerable`1 tasks) in /_/RS.Fritz.Manager.API/Extensions/TaskExtensions.cs:line 25
   at RS.Fritz.Manager.API.DeviceSearchService.GetRawDeviceResponses(String deviceType, Int32 sendCount, Int32 timeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 137
   at RS.Fritz.Manager.API.DeviceSearchService.GetDevicesAsync(String deviceType, Nullable`1 sendCount, Nullable`1 timeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 36
   at RS.Fritz.Manager.UI.MainWindowViewModel.DoExecuteDefaultCommandAsync(CancellationToken cancellationToken) in D:\a\RS.Fritz.Manager\RS.Fritz.Manager\RS.Fritz.Manager.UI\MainWindow\MainWindowViewModel.cs:line 303
   at RS.Fritz.Manager.UI.FritzServiceViewModel.ExecuteDefaultCommandAsync(Nullable`1 showView, CancellationToken cancellationToken) in D:\a\RS.Fritz.Manager\RS.Fritz.Manager\RS.Fritz.Manager.UI\Infrastructure\FritzServiceViewModel.cs:line 160
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
   at RS.Fritz.Manager.API.TaskExtensions.WhenAllSafe[T](IEnumerable`1 tasks) in /_/RS.Fritz.Manager.API/Extensions/TaskExtensions.cs:line 18
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Private.CoreLib
Exception.TargetSite: Void Throw()
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.CreateException(SocketError error, Boolean forAsyncThrow)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.SendToAsync(Socket socket, CancellationToken cancellationToken)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken)
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken)
   at RS.Fritz.Manager.API.DeviceSearchService.<>c__DisplayClass16_1.<GetRawDeviceResponses>b__4(IPAddress r) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 137
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext()
   at System.Threading.Tasks.Task.WhenAll[TResult](IEnumerable`1 tasks)
   at RS.Fritz.Manager.API.TaskExtensions.WhenAllSafe[T](IEnumerable`1 tasks)
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
   at RS.Fritz.Manager.API.TaskExtensions.WhenAllSafe[T](IEnumerable`1 tasks)
   at RS.Fritz.Manager.API.DeviceSearchService.GetRawDeviceResponses(String deviceType, Int32 sendCount, Int32 timeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 137
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
   at RS.Fritz.Manager.API.DeviceSearchService.GetRawDeviceResponses(String deviceType, Int32 sendCount, Int32 timeout, CancellationToken cancellationToken)
   at RS.Fritz.Manager.API.DeviceSearchService.GetDevicesAsync(String deviceType, Nullable`1 sendCount, Nullable`1 timeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 34
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
   at RS.Fritz.Manager.API.DeviceSearchService.GetDevicesAsync(String deviceType, Nullable`1 sendCount, Nullable`1 timeout, CancellationToken cancellationToken)
   at RS.Fritz.Manager.UI.MainWindowViewModel.DoExecuteDefaultCommandAsync(CancellationToken cancellationToken) in D:\a\RS.Fritz.Manager\RS.Fritz.Manager\RS.Fritz.Manager.UI\MainWindow\MainWindowViewModel.cs:line 303
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
   at RS.Fritz.Manager.UI.MainWindowViewModel.DoExecuteDefaultCommandAsync(CancellationToken cancellationToken)
   at RS.Fritz.Manager.UI.FritzServiceViewModel.ExecuteDefaultCommandAsync(Nullable`1 showView, CancellationToken cancellationToken) in D:\a\RS.Fritz.Manager\RS.Fritz.Manager\RS.Fritz.Manager.UI\Infrastructure\FritzServiceViewModel.cs:line 160
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
   at RS.Fritz.Manager.UI.FritzServiceViewModel.ExecuteDefaultCommandAsync(Nullable`1 showView, CancellationToken cancellationToken)
   at CommunityToolkit.Mvvm.Input.AsyncRelayCommand`1.ExecuteAsync(T parameter)
   at CommunityToolkit.Mvvm.Input.AsyncRelayCommand`1.Execute(Object parameter)
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Ribbon.RibbonButton.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at RS.Fritz.Manager.UI.App.Main()
--- End of stack trace from previous location ---
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
AggregateException.InnerExceptions:
Exception.GetType: System.Net.Sockets.SocketException
Exception.Message: Die angeforderte Adresse ist in diesem Kontext ungültig.
Exception.Source: System.Net.Sockets
Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
Exception.StackTrace:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at RS.Fritz.Manager.API.DeviceSearchService.SearchDevicesAsync(IPAddress unicastAddress, IPAddress multicastAddress, String deviceType, Int32 sendCount, Int32 receiveTimeout, CancellationToken cancellationToken) in /_/RS.Fritz.Manager.API/Services/Discovery/DeviceSearchService.cs:line 131
@Rans4ckeR
Copy link
Owner

Hi, can you try v2.4.0-alpha.10?

If this does not solve your problem, can you try to find the last 2.3.0-alpha version that did not have this behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants