Skip to content
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

Bug: getAvatar #118

Open
djmbritt opened this issue May 10, 2024 · 1 comment
Open

Bug: getAvatar #118

djmbritt opened this issue May 10, 2024 · 1 comment

Comments

@djmbritt
Copy link
Member

djmbritt commented May 10, 2024

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?

@djmbritt
Copy link
Member Author

This seems to be happening in the getAsset() function as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant