Skip to content

Bug: getAvatar #118

@djmbritt

Description

@djmbritt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions