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

Fix HttpRequestException in - [Socket Receive(System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags)] #208

Open
christoofar opened this issue Nov 30, 2019 · 0 comments

Comments

@christoofar
Copy link
Owner

Version: 1.6 (1.1.18) | com.philadelinquency.phillyblotter

Stacktrace

0 System.Net.Sockets Socket Receive 1 System.Net.Sockets NetworkStream Read 2 System.Net.Sockets NetworkStream Read 3 Mono.Net.Security MobileAuthenticatedStream InnerRead 4 Mono.Net.Security AsyncProtocolRequest ProcessOperation 5 Mono.Net.Security AsyncProtocolRequest ProcessOperation 6 Mono.Net.Security AsyncProtocolRequest StartOperation 7 Mono.Net.Security AsyncProtocolRequest StartOperation 8 Mono.Net.Security MobileAuthenticatedStream ProcessAuthentication null 0 

Reason

System.Net.Http.HttpRequestException: An error occurred while sending the request ---> System.Net.WebException: Error: SecureChannelFailure (Unable to read data from the transport connection: The descriptor is not a socket.) ---> System.IO.IOException: Unable to read data from the transport connection: The descriptor is not a socket. ---> System.Net.Sockets.SocketException: The descriptor is not a socket

Link to HockeyApp

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

1 participant