name: /usr/local/lib/python3.10/dist-packages/pytonlib/distlib/linux/libtonlibjson.x86_64.so
Traceback (most recent call last):
File "/home/ubuntu/wallet.py", line 100, in
asyncio.get_event_loop().run_until_complete(main())
File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/ubuntu/wallet.py", line 66, in main
seqno = await get_seqno(client, 'EQBH5fyRXV3O6kzLMkIQum8c5kSDgnFujgn0DtXWAA0X9OcC')
File "/home/ubuntu/wallet.py", line 46, in get_seqno
data = await client.raw_run_method(method='seqno', stack_data=[], address=address)
File "/usr/local/lib/python3.10/dist-packages/pytonlib/client.py", line 244, in raw_run_method
contract_id = await self._load_contract(address)
File "/usr/local/lib/python3.10/dist-packages/pytonlib/client.py", line 212, in _load_contract
result = await self.tonlib_wrapper.execute(request, timeout=self.tonlib_timeout)
pytonlib.tonlibjson.BlockNotFound: LITE_SERVER_NOTREADY: cannot load proof for (-1,8000000000000000,5176746):6E8A200DF183356CC29EDCAF4AD261E179664092FC12B5BB524E6A633AB11DD8:CB025E3514846F903D7068EC5D007674051D5397CD54E0FFF9889B959BB6C089 : not in db(during last block synchronization)

Aug 29, 2023, 6:52 AM
what this means?
who can help me ...
Aug 29, 2023, 7:05 AM
you can try https://github.com/yungwine/pytoniq
Aug 29, 2023, 7:10 AM
the ton chain confused me .... thank you
hardforks differs from embedded hardforks
another error .... this is an examples
what happens? I can't sync the block always
Aug 29, 2023, 8:13 AM
it seems lite-server you connecting to is not working. or connection issues with your internet and you fails to get answer
Aug 29, 2023, 8:26 AM
what can I do?
Aug 29, 2023, 8:26 AM
if you connect to your own lite-server - check it. if you use some "other" (public) lite-server - try to choose other one
Aug 29, 2023, 8:27 AM
do you know how much about the own lite-server
Aug 29, 2023, 8:28 AM
its the server that you interact with when you want to interact with ton blockchain. there is a bunch of them available publicly, but some (all?) of them are not guaranteed to 100% uptime work.
so either you need to spin-up your own, or just randomly(?) reconnect trying to find working one.
reconnects works for me, but I use other language sdk
Aug 29, 2023, 8:30 AM

© 2024 Draquery.com All rights reserved.