anyone else experiencing null pointers intermittenly? #267
Replies: 1 comment
|
For me the fix was manually adding the {
//...
"event": {
"type": "event",
"anonymous": false,
"inputs": [
{
"name": "sender",
"column": "sender", // <--- this was required for all inputs
"internalType": "address",
"type": "address",
"indexed": true
},
{
"name": "amount",
"column": "amount",
"internalType": "uint256",
"type": "uint256",
"indexed": false
},
{
"name": "referrer",
"column": "referrer",
"internalType": "address",
"type": "address",
"indexed": false
},
{
"name": "reward",
"column": "reward",
"internalType": "uint256",
"type": "uint256",
"indexed": false
}
],
"name": "Receipt"
}
//...
} |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Shovel seems to run fine and every now and then I'm seeing this error below. I am running it against a local anvil node so unsure if it's something else. Experiencing the error on versions
3410andd4beAll reactions