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
Traceback (most recent call last):
File "test", line 13, in <module>
print(wallet.get_balance())
File "/usr/local/lib/python3.8/dist-packages/ton/sync.py", line 19, in syncified
return loop.run_until_complete(coro)
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/usr/local/lib/python3.8/dist-packages/ton/account/state_methods.py", line 24, in get_balance
(await self.get_state(force=True, **kwargs)).balance # nanoTONs
File "/usr/local/lib/python3.8/dist-packages/ton/account/state_methods.py", line 14, in get_state
await self.load_state(**kwargs)
File "/usr/local/lib/python3.8/dist-packages/ton/account/state_methods.py", line 8, in load_state
self.state = await self.client.tonlib_wrapper.execute(
File "/usr/local/lib/python3.8/dist-packages/ton/tonlibjson.py", line 175, in execute
result = await self._execute(query, timeout=timeout)
ton.tonlibjson.TonlibError: LITE_SERVER_UNKNOWN: timeout(during last block synchronization)
I'm running this on a DigitalOcean server so my internet isn't a problem
The text was updated successfully, but these errors were encountered:
Code:
error:
I'm running this on a DigitalOcean server so my internet isn't a problem
The text was updated successfully, but these errors were encountered: