-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Getting the following error when trying to call getAvatar function:
5490 | message = `${APIError.formatError (response.json.error)} at ${path}`;
5491 | }
5492 | else {
5493 | message = `HTTP ${response.status } at ${path}`;
5494 | }
5495 | super(message);
^
error: Account Query Exception at /v1/chain/get_table_rows
code: "3060002"
path: "/v1/chain/get_table_rows"
at new APIError (/home/djmbritt/Effect/sdk/nod e_modules/@wharfkit/antelope/lib/antelope.js:5495:9)
at /home/djmbritt/Effect/sdk/node_modules/@wha rfkit/antelope/lib/antelope.js:5542:23
at fulfilled (/home/djmbritt/Effect/sdk/node_m odules/tslib/tslib.js:166:52)
Not sure what is causing this error, Maybe the contract was updated and the config or needs to be updated?
Metadata
Metadata
Assignees
Labels
No labels