-
Notifications
You must be signed in to change notification settings - Fork 56
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
Lots of net_peercount errors on Alchemy node #155
Comments
See my reply on #152 (comment) Had to disable Alchemy WS and just use JSON-RPC to bypass this. |
@georgandreasjaksch I guess it's a bug, it should not send |
@splix I just set it individually for that upstream not as a global option. I'll give this a go and also try to remove the WS part from Alchemy config. Thx |
I can confirm that the issue is still present in upstreams:
- id: alchemy-eth
chain: ethereum
priority: 100
options:
disable-validation: true
labels:
provider: alchemy
archive: true
connection:
ethereum:
rpc:
url: "https://eth-mainnet.alchemyapi.io/v2/${ALCHEMY_USER}"
ws:
url: "wss://eth-mainnet.alchemyapi.io/v2/${ALCHEMY_USER}" I still see a lot of
|
From what I can tell upstreams:
- id: alchemy-eth
chain: ethereum
priority: 100
options:
validate-peers: false
labels:
provider: alchemy
archive: true
connection:
ethereum:
rpc:
url: "https://eth-mainnet.alchemyapi.io/v2/${ALCHEMY_USER}"
ws:
url: "wss://eth-mainnet.alchemyapi.io/v2/${ALCHEMY_USER}" |
I confirm, this removes the
Full logs:
|
I am also seeing the occasional:
It seems to happen reliably every 30s. My theory is that it may be something specific to the WebSocket server on the Alchemy side (I don't see this for local Geth connections or Infura for example). |
I'm using the latest Docker version and it appears that using Alchemy as an upstream node produces a lot of the following errors:
In the yaml it's not included in the list of supported methods as well as validation is gererally set to False.
Any idea what‘s wrong here?
The text was updated successfully, but these errors were encountered: