You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stack trace: TypeError: Cannot read property 'data' of undefined
at onError (C:\work\deep_load_data\node_modules\web3data-js\src\utils.js:72:30)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async AmberdataTokenHoldersIterator.getItems (C:\work\deep_load_data\integrations\amberdata\amberdata.iterator.js:28:28)
at async TokenHoldersIterator.getItems (C:\work\deep_load_data\loaders\token-holders\token-holders.iterator.js:24:21)
at async syncTokenHolders (C:\work\deep_load_data\loaders\token-holders\syncTokenHolders.js:38:27)
at async syncSingleAddressTokenHolders (C:\work\deep_load_data\loaders\token-holders\syncTokenHolders.js:176:13)
The text was updated successfully, but these errors were encountered:
There is an error that is caused by a missing null check at onError function
I am calling the
web3Data.token.getHolders
like this:And then I receive an error:
The text was updated successfully, but these errors were encountered: