Anyone able to fit this annoying error
What is the error, anyone can get around this WARNING - Your app is configured to skip the wifi check when the USB is plugged in. Read the documentation to ensure this is what you want, since this is less secure
INFO - This run will try to issue on the bitcoin_testnet chain
/Users/Dorris/cert-issuer/venv/lib/python3.7/site-packages/merkletools-1.0.2-py3.7.egg/merkletools/__init__.py:7: UserWarning: sha3 is not working!
warn("sha3 is not working!")
INFO - Set cost constants to recommended_tx_fee=0.000600,min_per_output=0.000028,satoshi_per_byte=250
INFO - Processing 3 certificates
INFO - Processing 3 certificates under work path=Users/Dorris/cert-issuer/data/work
WARNING - <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)>
WARNING - address muXVC33D5MwP434pMCv7bcLbg2EeXGSsqQ has a balance of 0
INFO - Total cost will be 133500 satoshis
ERROR - Please add 133500 satoshis to the address muXVC33D5MwP434pMCv7bcLbg2EeXGSsqQ
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "cert_issuer/__main__.py", line 21, in <module>
cert_issuer_main()
File "cert_issuer/__main__.py", line 17, in cert_issuer_main
issue_certificates.main(parsed_config)
File "/Users/Dorris/cert-issuer/venv/lib/python3.7/site-packages/cert_issuer-2.0.15-py3.7.egg/cert_issuer/issue_certificates.py", line 36, in main
return issue(app_config, certificate_batch_handler, transaction_handler)
File "/Users/Dorris/cert-issuer/venv/lib/python3.7/site-packages/cert_issuer-2.0.15-py3.7.egg/cert_issuer/issue_certificates.py", line 16, in issue
transaction_handler.ensure_balance()
File "/Users/Dorris/cert-issuer/venv/lib/python3.7/site-packages/cert_issuer-2.0.15-py3.7.egg/cert_issuer/blockchain_handlers/bitcoin/transaction_handlers.py", line 51, in ensure_balance
raise InsufficientFundsError(error_message)
cert_issuer.errors.InsufficientFundsError: Please add 133500 satoshis to the address muXVC33D5MwP434pMCv7bcLbg2EeXGSsqQ
1 Like