Faced with the new issue when transferring NFT:
b'{"error":"error code: 0 , message: cannot apply external message to current state : External message was not accepted\\nCannot run message on account: inbound external message rejected by account FFDF... before smart-contract execution"}\n'
Anyone familar with it?
Mar 20, 2023, 2:10 PM
Probably it's because of not enough gas on my balance. But maybe someone has a list of known errors with tonapi RPC?
When I deposited 1 $TON, the error was changed to:
b'{"error":"error code: 0 , message: cannot apply external message to current state : External message was not accepted\\nCannot run message on account: inbound external message rejected by transaction FFDFASDASDASDSADASD:\\nexitcode=33, steps=23, gas_used=0\\nVM Log (truncated):\\n...te NOW\\nexecute LEQ\\nexecute THROWIF 36\\nexecute PUSH c4\\nexecute CTOS\\nexecute LDU 32\\nexecute LDU 32\\nexecute LDU 256\\nexecute LDDICT\\nexecute ENDS\\nexecute XCPU s4,s3\\nexecute EQUAL\\nexecute THROWIFNOT 33\\ndefault exception handler, terminating vm with exit code 33\\n"}\n'
b'{"error":"error code: 0 , message: cannot apply external message to current state : External message was not accepted\\nCannot run message on account: inbound external message rejected by transaction FFDFASDASDASDSADASD:\\nexitcode=33, steps=23, gas_used=0\\nVM Log (truncated):\\n...te NOW\\nexecute LEQ\\nexecute THROWIF 36\\nexecute PUSH c4\\nexecute CTOS\\nexecute LDU 32\\nexecute LDU 32\\nexecute LDU 256\\nexecute LDDICT\\nexecute ENDS\\nexecute XCPU s4,s3\\nexecute EQUAL\\nexecute THROWIFNOT 33\\ndefault exception handler, terminating vm with exit code 33\\n"}\n'
Mar 20, 2023, 2:15 PM
Check your seqno
Mar 20, 2023, 2:15 PM
Yes, it helped. Do you know send/boc should return tx hash or something? I received "" from tonapi
Mar 20, 2023, 2:20 PM
Sorry, I didn't work much with tonapi so can't help with that
Mar 20, 2023, 2:22 PM
Question:
How to decode transaction data and msg_data?
How to decode transaction data and msg_data?
Mar 20, 2023, 4:08 PM