Uno.Samples icon indicating copy to clipboard operation
Uno.Samples copied to clipboard

[UI/ChatSignalR] You cannot connect yourself

Open Marc-Antoine-Soucy opened this issue 2 years ago • 3 comments

When trying to login, you get stuck at this animation: image

When exceptions are activated, you get this error message: image, but I'm not sure it's related.

The important one is this one: image

I'm not sure if it means that we need some sort of key to make it work, if it just won't work anymore, or if it's a minor problem.

When you don't activate exceptions, you get in an infinite loop. On WinUI, I got these errors in the output:

Exception thrown: 'System.Net.Sockets.SocketException' in System.Net.Sockets.dll Exception thrown: 'System.Net.Sockets.SocketException' in System.Private.CoreLib.dll Exception thrown: 'System.Net.Sockets.SocketException' in System.Net.Http.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Net.Http.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Private.CoreLib.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Private.CoreLib.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Private.CoreLib.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Private.CoreLib.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Private.CoreLib.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Private.CoreLib.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Private.CoreLib.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Private.CoreLib.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Private.CoreLib.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Net.Http.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Private.CoreLib.dll

Marc-Antoine-Soucy avatar Aug 02 '23 17:08 Marc-Antoine-Soucy