mirror of
https://github.com/verifiable-pdfs/blockchain-certificates.git
synced 2026-04-03 00:28:33 -06:00
Error - UnboundLocalError: local variable 'authpair' referenced before assignment #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vishnu6266 on 11/20/2017
Hi @karask ,
Thanks a lot for putting together the project.
I tried creating certificates using the project and got the error "UnboundLocalError: local variable 'authpair' referenced before assignment"
I tried printing out service_url in /new_py3_env/lib/python3.5/site-packages/bitcoin/rpc.py and see that the value is set. authpair variable seems to be have local scope in the if block. Appretiate your help in fixing the issue.
Thanks
Vishnu