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
Hey @paranoikcodit , it may be problem with your pub_key_b64
if you using: client = LiteClient( host, port, pub_key_b64, trust_level=2, init_key_block=init_block )
check that pub_key_b64 you get from: /usr/bin/ton/local.config.json doc
I trying to connect to my node, and i get error :
ensure(rc == 0, "Unexpected library error", raising=exc.RuntimeError) File "/home/meqy/Projects/Python/stonfi/.venv/lib/python3.12/site-packages/nacl/exceptions.py", line 88, in ensure raise raising(*args) nacl.exceptions.RuntimeError: Unexpected library error
The text was updated successfully, but these errors were encountered: