You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Version 0.0.61 doesn't work properly unlike 0.0.58. I'm aware of the
tonlibjson did not respond
exception 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
The text was updated successfully, but these errors were encountered: