MoralisWeb3 / issue-tracker

25 stars 7 forks source link

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

Open niwatoliver opened 2 years ago

niwatoliver commented 2 years ago

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.