-
Notifications
You must be signed in to change notification settings - Fork 5k
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
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 |
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: