-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Cannot read property of blockNumber of null #2246
Comments
My .on('Confirmation', {} => ) callback is not called after the above error is thrown. Looks like an error in web3core when sendSignedTransaction is called. |
@0x-genesys Thanks for submitting this issue! Which provider are you using? |
Thanks for your prompt response @nivida . I am using HttpProvider , with an infura url:
|
Oh so issue was in 'receipt' , not 'confirmed'. Once the PR is merged, do I need to re-install node_modules? |
@0x-genesys Nope anything is fine :-) |
when can the response from the RPC be null? |
As described here, will the |
Im still facing the error. Tried running:
@nivida am I missing something? |
@nivida I'm not sure if it is helpful, but I am experiencing a similar behavior, is it possible that one of the other calls to |
Uh oh!
There was an error while loading. Please reload this page.
sendSignedTransaction call back 'confirmation' is called when transaction is mined on ropsten/mainnet
Callback is not called. Error is thrown
Steps to reproduce the behavior
Package.json:
call : web3.eth.sendSignedTransaction('0x' + serializedTx)
Error Logs
following error is thrown:
Versions
[NPM, Node, Web3.js, OS, device...]
Node: v8.12.0
Npm: 6.4.1
web3: "^1.0.0-beta.37"
"@babel/runtime": "^7.3.1",
"solc": "^0.4.24",
The text was updated successfully, but these errors were encountered: