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

TimeoutException: The operation has timed out. #11

Open
kirill-kostenetskyi opened this issue Apr 16, 2018 · 1 comment
Open

TimeoutException: The operation has timed out. #11

kirill-kostenetskyi opened this issue Apr 16, 2018 · 1 comment

Comments

@kirill-kostenetskyi
Copy link

All works great on my Windows machine, but every time when I tried to do login or registration from an app hosted on Linux machine I got TimeoutException: The operation has timed out.
This looks like this issue https://github.com/dotnet/corefx/issues/4631#issuecomment-165893079

TimeoutException: The operation has timed out.
Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
Npgsql.NpgsqlConnector+<RawOpen>d__146.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Npgsql.NpgsqlConnector+<Open>d__143.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Npgsql.ConnectorPool+<AllocateLong>d__24.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
System.Runtime.CompilerServices.TaskAwaiter.GetResult()
System.Runtime.CompilerServices.ValueTaskAwaiter.GetResult()
Npgsql.NpgsqlConnection+<Open>d__28.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Npgsql.NpgsqlConnection.Open()
AspNetCore.Identity.PostgreSQL.Context.PostgreSQLDatabase.OpenConnection()
@robson-paproski
Copy link
Owner

robson-paproski commented Apr 30, 2018

@neustart That's weird. What's the linux and postgres version that you are using? Sorry for the delay in answer it

The problem occurs only when you try to login or register? Did you had a chance to test in another cenario like loading something from a table?

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