Lots of net_peercount errors on Alchemy node
See original GitHub issueI’m using the latest Docker version and it appears that using Alchemy as an upstream node produces a lot of the following errors:
Code: | -32601
-- | --
Message: | Unsupported method [net_peerCount]. See available methods at https://docs.alchemy.com/alchemy/documentation/apis
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?
Issue Analytics
- State:
- Created a year ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
net.peerCount 0 · Issue #16269 · ethereum/go ... - GitHub
The testnet uses a custom genesis block. You initialized your chain to mainnet, and then tried to connect to the Ropsten testnet, so...
Read more >net.peerCount is Zero and blockNumber has stuck
I had a problem that my blockNumber gets stuck. Then I ran geth upgradedb and started geth --rpc --mine console again. It looked...
Read more >Create your own Ethereum Blockchain | By Michael Whittle
Creating and exploring a private Ethereum blockchain using Geth.
Read more >Geth / Mist doesn't keep any peers, sync takes forever ... - Reddit
0) I am running Ethereum Wallet 0.7.4 x64 on Windows 8.1 x64. I checked that the internet time is synced with time.nist.gov.
Read more >NuCypher Documentation
Peer Count - The total number of peers this node has discovered. ... a 429 status code or Alchemy-specific error message is returned....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
From what I can tell
disable-validation
is not respected in the WebSocket connection.validate-peers
is though, and can be used to work around this: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).