You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to bootstrap a Nakamoto Testnet node and keep getting this error message:
[testnet/stacks-node/src/event_dispatcher.rs:496] [main] Event dispatcher: connection or request failed to localhost:3700 - Custom { kind: WouldBlock, error: "Timed out while receiving request" }, backoff: 100ms, attempts: 0
After digging through issues of stacks-core I found there's a PR adding timeout_ms config to events_observer section, but it doesn't seem to be effective to resolve the issue. Probably relevant to #5288
Steps To Reproduce
Trying to bootstrap a Nakamoto Testnet follower node with stacks-blockchain-api
The text was updated successfully, but these errors were encountered:
pc-quiknode
changed the title
event_observer.timeout_ms is not effective
events_observer.timeout_ms is not effective
Oct 24, 2024
pc-quiknode
changed the title
events_observer.timeout_ms is not effective
events_observer.timeout_ms config is not effective
Oct 24, 2024
Describe the bug
I am trying to bootstrap a Nakamoto Testnet node and keep getting this error message:
After digging through issues of stacks-core I found there's a PR adding timeout_ms config to events_observer section, but it doesn't seem to be effective to resolve the issue. Probably relevant to #5288
Steps To Reproduce
Trying to bootstrap a Nakamoto Testnet follower node with stacks-blockchain-api
The text was updated successfully, but these errors were encountered: