issue-tracker icon indicating copy to clipboard operation
issue-tracker copied to clipboard

`No metadata found! Try again later` is returned.

Open niwatoliver opened this issue 3 years ago • 0 comments

Running the following Javascript code with getTokenIdMetadata will return No metadata found! Try again later.

const tokenIdMetadata = await Moralis.Web3API.token.getTokenIdMetadata({
  address: '0x88b48f654c30e99bc2e4a1559b4dcf1ad93fa656',
  token_id: '45210219323525622005916031417052358146209118995657193786396528339504945168385',
  chain: 'rinkeby'
});

The following blockchains are supported.

https://rinkeby.etherscan.io/token/0x88b48f654c30e99bc2e4a1559b4dcf1ad93fa656?a=45210219323525622005916031417052358146209118995657193786396528339504945168385

My guess is that if the name contains Japanese, an error will occur.

niwatoliver avatar Feb 04 '22 07:02 niwatoliver