-
Notifications
You must be signed in to change notification settings - Fork 1k
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
"beacon node misconfiguration" error on /eth/v1/events #14607
Comments
Is there possibly something else with your setup that may be different? cURL should be supported here |
I don't think or am aware of anything else that would be different here. You can see the node config in the OP. Plus, other Beacon API methods seem to work without any issues. |
Could you try using any other tool outside of curl to see if you're able to query, the flush is required for event stream endpoints |
|
Is there any configuration flag that may be causing or can help with this issue? |
Where does this error come from? "beacon node misconfiguration" is not a string found in our repo. |
@prestonvanloon This error was in v5.1.2, but due to recent changes from kasey it shouldn't be there anymore prysm/beacon-chain/rpc/eth/events/events.go Line 164 in 944f94a
still... both of us were testing with curl and haven't run into the above error, which should be that the client is unable to call the flush function on the writer. |
Describe the bug
When trying to subscribe to events with Prysm
v5.1.2
, the node throwsmisconfiguration error
.Flags
Execution Client: Geth
v1.14.11
The node is syncing fine and responds to other methods without any issues.
Has this worked before in a previous version?
No response
🔬 Minimal Reproduction
v5.1.2
(with the above flags).curl "http://localhost:3500/eth/v1/events?topics=head" -H "Accept: text/event-stream"
Error
Platform(s)
Linux (x86)
What version of Prysm are you running? (Which release)
v5.1.2
Anything else relevant (validator index / public key)?
No response
The text was updated successfully, but these errors were encountered: