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

Refresh node list returns 'missing signatures' error #25

Open
Starlawn opened this issue Sep 24, 2020 · 1 comment
Open

Refresh node list returns 'missing signatures' error #25

Starlawn opened this issue Sep 24, 2020 · 1 comment

Comments

@Starlawn
Copy link

Starlawn commented Sep 24, 2020

Steps to reproduce

Just copy-pasted the code from official API docs(incubed_network.py):
link

Expected behavior

It should return node list for incubed

Actual behavior

It returns an error about missing signatures(and actually there was no such error just few weeks ago)
image

System configuration

Linux Mint 19 x64
Python3.7

Incubed version

Incubed3.0.4

Request

--

Incubed Configuration

--

Chain

--

@cerealkill
Copy link
Contributor

cerealkill commented Sep 28, 2020

Hi @Starlawn, thanks for spotting this problem! While investigating it, I notice it only happens on the görli network, and as it seems, some nodes are refusing to sign the block headers to enable the in3 client to verify the data source authenticity, hence the exception.
We are investigating the issue, but meanwhile, the same script work with connecting to Ethereum mainnet, just try it by removing goerli like so:

import in3
client = in3.Client()
node_list = client.refresh_node_list()

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