still I'm wondering what @extra means in the answer, what can I use this data for?
Jun 28, 2023, 5:08 PM
I just want to track the transaction somehow without using comments to make sure that it was successful, will this data help me to do this?
Jun 28, 2023, 5:12 PM
do you need it for payments?
Jun 28, 2023, 5:16 PM
yes, I have an account from which I automatically transfer TON, I want to somehow make sure that TON has come, and find exactly that transaction
who can tell what that means?
{'@type': 'error', ' code': 500, 'message': 'LITE_SERVER_UNKNOWN: timeout(during last block synchronization)', '@extra': '
{'@type': 'error', ' code': 500, 'message': 'LITE_SERVER_UNKNOWN: timeout(during last block synchronization)', '@extra': '
'})>
Jun 28, 2023, 6:23 PM
There has been an internal liteserver error (probably it could not download the last block).
You would probably want to retry the request (if that's transfer from wallet, not changing the seqno).
Jun 28, 2023, 6:29 PM
I understood this 😆 is it possible somehow on the client side to ensure that there is no such error?
Jun 28, 2023, 6:30 PM
Probably no, as all liteservers need to download blocks. You could try to choose one where the errors are less frequent.
Jun 28, 2023, 6:31 PM
ok, thanks a lot 🙏
Jun 28, 2023, 6:32 PM
Spin up own lite server
Jun 28, 2023, 6:32 PM
maybe this is a really good idea 😁
Jun 28, 2023, 6:33 PM
Just a reminder: that includes running own full node. Though, this can allow both to send and to check transactions easier.
Jun 28, 2023, 6:42 PM