Replies: 1 comment
-
sorry nobody ever got back to you, are you still having trouble? |
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.
-
I use sdk "Createlisting" to create listing nfts and it used to work perfectly but used to auto approve nfts which were not approved by the wallet but now i keep getting the following error for nfts which are not approved and the code tries to approve it
Please Solve this and take a look
It is neither soulbound or locked! i can list it via opensea.io but not via sdk and its not about a single contract but every contract which are not approved are not getting pre approved
"createListing failed error (attempt 1): Error: missing revert data (action="estimateGas", data=null, reason=null, transaction={ "data": "0xa22cb4650000000000000000000000001e0049783f008a0085193e00003d00cd54003c710000000000000000000000000000000000000000000000000000000000000001", "from": “my wallet”, "to": “nftcontract }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.13.5)
code: 'CALL_EXCEPTION',
action: 'estimateGas',
data: null,
reason: null,
transaction: {
to: ‘nftcontract’,
data: '0xa22cb4650000000000000000000000001e0049783f008a0085193e00003d00cd54003c710000000000000000000000000000000000000000000000000000000000000001',
from: ‘my’wallet
},
invocation: null,
revert: null,
shortMessage: 'missing revert data',
info: {
error: {
code: -32003,
message: 'out of gas: gas required exceeds allowance: 550000000'
},
payload: {
method: 'eth_estimateGas',
params: [Array],
id: 9,
jsonrpc: '2.0'
}
}
}"
Beta Was this translation helpful? Give feedback.
All reactions