Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nacl.exceptions.RuntimeError: Unexpected library error #29

Open
paranoikcodit opened this issue Jun 25, 2024 · 1 comment
Open

nacl.exceptions.RuntimeError: Unexpected library error #29

paranoikcodit opened this issue Jun 25, 2024 · 1 comment

Comments

@paranoikcodit
Copy link

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

@alogatski
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants