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

Panic in new API for ETH1 connections #10165

Closed
handelaar2 opened this issue Feb 1, 2022 · 5 comments
Closed

Panic in new API for ETH1 connections #10165

handelaar2 opened this issue Feb 1, 2022 · 5 comments
Assignees
Labels
API Api related tasks Bug Something isn't working Help Wanted Extra attention is needed

Comments

@handelaar2
Copy link

handelaar2 commented Feb 1, 2022

🐞 Bug Report

Description

Trying to fetch the eth1 connections results in panic
curl http://localhost:3500/eth/v1alpha1/node/eth1/connections

new functionality in release v2.0.6:
Add endpoint to query eth1 connections #10073 #10103

Has this worked before in a previous version?

N/a

🔬 Minimal Reproduction

curl http://localhost:3500/eth/v1alpha1/node/eth1/connections

🔥 Error

2022-02-01_09-16-26

🌍 Your Environment

Operating System:

Linux with latest Prysm 2.0.6

Anything else relevant (validator index / public key)?

cc: @michaelneuder

@prestonvanloon
Copy link
Member

Looks like an err is nil.

errStrs = append(errStrs, err.Error())

@prestonvanloon prestonvanloon added API Api related tasks Bug Something isn't working Help Wanted Extra attention is needed labels Feb 1, 2022
@michaelneuder
Copy link
Contributor

yup, I will look at this tonight EST, thanks!

@prestonvanloon
Copy link
Member

Thanks @michaelneuder

@michaelneuder
Copy link
Contributor

Opened #10186

@rauljordan
Copy link
Contributor

No longer an issue now that we only support a single eth1 connection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Api related tasks Bug Something isn't working Help Wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants