We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the following error when trying to call getAvatar function:
getAvatar
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?
The text was updated successfully, but these errors were encountered:
This seems to be happening in the getAsset() function as well.
getAsset()
Sorry, something went wrong.
No branches or pull requests
Getting the following error when trying to call
getAvatar
function:Not sure what is causing this error, Maybe the contract was updated and the config or needs to be updated?
The text was updated successfully, but these errors were encountered: