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

Unhandled exception in the indexer watchdog in v2.5.17 #507

Open
maipal-c opened this issue Jan 28, 2025 · 1 comment
Open

Unhandled exception in the indexer watchdog in v2.5.17 #507

maipal-c opened this issue Jan 28, 2025 · 1 comment

Comments

@maipal-c
Copy link

platform and OS

aws ec2 r8g.medium (arm64)

keep throwing some errors. eg-

2025-01-28T02:46:16.010+05:30info: NBXplorer.Events: BTC: New block 000000000000000000022e7c2b41184413124084489026ead6dee9af433f4977 (881101)
2025-01-28T03:01:49.579+05:30fail: NBXplorer.Indexer.BTC: Unhandled exception in the indexer watchdog
2025-01-28T03:01:49.579+05:30System.Net.Http.HttpRequestException: An error occurred while sending the request.
2025-01-28T03:01:49.579+05:30 ---> System.Net.Http.HttpIOException: The response ended prematurely. (ResponseEnded)
2025-01-28T03:01:49.579+05:30   at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
2025-01-28T03:01:49.579+05:30   --- End of inner exception stack trace ---
2025-01-28T03:01:49.579+05:30   at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
2025-01-28T03:01:49.579+05:30   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
2025-01-28T03:01:49.579+05:30   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
2025-01-28T03:01:49.579+05:30   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
2025-01-28T03:01:49.579+05:30   at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
2025-01-28T03:01:49.579+05:30   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
2025-01-28T03:01:49.579+05:30   at NBitcoin.RPC.RPCClient.SendCommandAsync(RPCRequest request, CancellationToken cancellationToken)
2025-01-28T03:01:49.579+05:30   at NBXplorer.RPCClientExtensions.GetBlockchainInfoAsyncEx(RPCClient client, CancellationToken cancellationToken) in /source/NBXplorer/RPCClientExtensions.cs:line 177
2025-01-28T03:01:49.579+05:30   at NBXplorer.Backend.Indexer.SeemsStuck(CancellationToken cancellationToken) in /source/NBXplorer/Backend/Indexer.cs:line 86
2025-01-28T03:01:49.579+05:30   at NBXplorer.Backend.Indexer.WatchdogLoop() in /source/NBXplorer/Backend/Indexer.cs:line 55

all-pods.log

attaching logs for more details

@NicolasDorier
Copy link
Member

probably a transient error. Anything broken outside of the error message?

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