Uncaught RangeError

Uncaught (in promise) RangeError: Maximum call stack size exceeded

we need more info about how did you get this error, sometimes can happen because of a variable name used instead of a string

i got a new error that : No asset found

Hey @pure.roboot Please give us more info. What you did that you received this error message. Please attach screenshots, code, server subdomain. Thank you

@Yomoo @cryptokid
my method :
const getAsset = async () => {

    const res = await Moralis.Plugins.opensea.getAsset({

        network: "testnet",

        tokenAddress: "0x7227e371540CF7b8e512544Ba6871472031F3335",

        tokenId: "158456342645169828529664924109",

    });

    console.log(res);

};

response :

Uncaught (in promise) Error: Something went wrong
{
“code”: 500001,
“message”: “No asset found”,
“details”: {
“method”: “getAsset”,
“network”: “rinkeby”,
“tokenAddress”: “0x7227e371540CF7b8e512544Ba6871472031F3335”,
“tokenId”: “158456342645169828529664924109”,
“error”: “API Error 404: Not found. Full message was ‘{“success”:false}’”
}
}

following this tuto : https://www.youtube.com/watch?v=r2YFhfjIb3k

!!!

There is no such addresses 0x7227e371540CF7b8e512544Ba6871472031F3335 on Rinkeby

how can i create it on Rinkeby ( i ve create one on polygon to test )

or if you can give me a link of one that can i test with

https://testnets.opensea.io/assets?search[chains][0]=RINKEBY

1 Like
  • thank you !

  • when getting asset, where can i find the price ?