GetTransactionReceipt #2086
Replies: 8 comments 2 replies
-
Can you please provide reproduction steps? Preferably something that demonstrates the problem on https://playground.ethers.org? (moving to discussions) |
Beta Was this translation helpful? Give feedback.
-
const transactionReceipt = await PROVIDER.getTransactionReceipt("0x53d110dfba3e357c965d19f1786d681d393de9cb6ef0da019d8a25a035b5b960"); |
Beta Was this translation helpful? Give feedback.
-
@ricmoo i call that function and i get error i use mainnet infura provider |
Beta Was this translation helpful? Give feedback.
-
i use react native when i call this function with this hash i get error and other hash it works fine @ricmoo |
Beta Was this translation helpful? Give feedback.
-
i wrap function with try catch but in catch not return error error only show in the log of my terminal |
Beta Was this translation helpful? Give feedback.
-
@ricmoo i think this transaction return too much log so i have error can you help me to remove this log of function provider.getTransactionReceipt i only want to get status of transaction |
Beta Was this translation helpful? Give feedback.
-
when i wait it for sometime the error in catch is timeout (requestBody="{"method":"eth_getTransactionReceipt","params":["0x53d110dfba3e357c965d19f1786d681d393de9cb6ef0da019d8a25a035b5b960"],"id":44,"jsonrpc":"2.0"}", requestMethod="POST", timeout=120000) |
Beta Was this translation helpful? Give feedback.
-
@ricmoo Do you have another way to get status of transaction ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have issue when i call function getTransactionReceipt have error RangeError: Property storage exceeds 196607 properties
Can you help me ? @ricmoo
Beta Was this translation helpful? Give feedback.
All reactions