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

Application Exception: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. #517

Closed
nminaya opened this issue Nov 12, 2022 · 1 comment
Labels
production-bug Bug captured automatically in Production enviroment twitter Related to Twitter Bot

Comments

@nminaya
Copy link
Owner

nminaya commented Nov 12, 2022

This is an issue created automatically by GrammarNazi when an exception was captured.

Date (UTC): 11/12/2022 01:56:03

Exception:

Microsoft.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
---> System.ComponentModel.Win32Exception (258): Unknown error 258
at Microsoft.Data.SqlClient.SqlCommand.<>c.b__188_0(Task1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask2.InnerInvoke()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func4 operation, Func4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable1.AsyncEnumerator.MoveNextAsync()
at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleAsync[TSource](IAsyncEnumerable1 asyncEnumerable, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleAsync[TSource](IAsyncEnumerable1 asyncEnumerable, CancellationToken cancellationToken)
at GrammarNazi.Core.Repositories.EFRepository1.Any(Expression1 filter) in /src/GrammarNazi.Core/Repositories/EFRepository.cs:line 32
at GrammarNazi.Core.Services.TwitterMentionLogService.GetLastTweetId() in /src/GrammarNazi.Core/Services/TwitterMentionLogService.cs:line 26
at GrammarNazi.App.HostedServices.TwitterBotMentionHostedService.ExecuteAsync(CancellationToken stoppingToken) in /src/GrammarNazi.App/HostedServices/Twitter/TwitterBotMentionHostedService.cs:line 53
ClientConnectionId:b2f2e7a8-49a2-4492-ad48-7a532987f664
Error Number:-2,State:0,Class:11

Exception caught counter: 1.

@nminaya nminaya added production-bug Bug captured automatically in Production enviroment twitter Related to Twitter Bot labels Nov 12, 2022
@nminaya
Copy link
Owner Author

nminaya commented Nov 24, 2022

Related to #516

@nminaya nminaya closed this as completed Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
production-bug Bug captured automatically in Production enviroment twitter Related to Twitter Bot
Projects
None yet
Development

No branches or pull requests

1 participant