-
Notifications
You must be signed in to change notification settings - Fork 512
New ENS fails with Cannot read property 'sendPayload' of undefined #326
Comments
Hi, can you upgrade to the latest |
Hi @makoto, this issue seems to be gone with latest version, but I have another problem:
Is it something known? |
@novakov-alexey sorry for taking ages to respond. Can you try with I think what was happening was it was picking up whatever the web3 version you have locally and ENS is not compatible with the later version of Web3. So my fix is to fix web3 version to the known working version. https://github.com/ensdomains/ensjs/compare/fix-web3js-version?expand=1 I created the following truffle script and run on the project where later version of web3 (1.0.0-beta.52) is installed and looks working fine.
|
Hi @makoto, sorry for even longer delay in response. I have tried my script with new ENS version. However, it still fails somewhere between Node and my local Geth client:
Perhaps, I need to update Geth or so. |
This looks like the same issue with web3 issuing broken RPC requests. |
I am trying to run a sample code to create ENS instance in my console and then to resolve some name. But it fails just on ENS creation.
Versions:
I am using Geth with Rinkeby network.
The text was updated successfully, but these errors were encountered: