Replies: 2 comments
-
this doesn't look like ethers error, may be json rpc provider that you are using is setting such limits on response length. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree. It seems like a limitation of the backend? Moving to Q&A anyways, to continue discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ethers Version
5.7.1
Search Terms
tokenURI, nft, ethers
Describe the Problem
Consider the following NFT contract
https://etherscan.io/address/0x036721e5a769cc48b3189efbb9cce4471e8a48b1#readContract
Try to get the tokenURI for token "12"
var uri = await contract.tokenURI(12)
You will receive the following error:
retuned result on length 108384 exceeding limit 100000
Code Snippet
Contract ABI
Errors
Environment
node.js (v12 or newer)
Environment (Other)
No response
Beta Was this translation helpful? Give feedback.
All reactions