Version 0.0.61 doesn't work properly unlike 0.0.58. I'm aware of the tonlibjson did not respond exception by running:
data = await client.raw_run_method(
method="seqno", stack_data=[], address=address
)
And with my implementation of retries (it has await asyncio.sleep()), this function causes the following exception at some retries:
LITE_SERVER_NETWORK(during last block synchronization)
I suppose it's not essential, but my laptop is a MacBook Pro 15 2014
Version 0.0.61 doesn't work properly unlike 0.0.58. I'm aware of the
tonlibjson did not respondexception by running:And with my implementation of retries (it has
await asyncio.sleep()), this function causes the following exception at some retries:LITE_SERVER_NETWORK(during last block synchronization)I suppose it's not essential, but my laptop is a MacBook Pro 15 2014