Closed san-esc closed 3 months ago
I have a same error.
Hi,
thanks for reporting the issue, do you mind opening a PR fixing the problem? I don't have much cycles to work on that at the moment.
If you do, please follow the angular commit convention to ensure proper semantic release: https://www.conventionalcommits.org/en/v1.0.0/
I found solution of this problem!!
Thanks all for your contribution and support
There is a missing argument on line 64 of file
/cert_issuer/blockchain_handlers/ethereum/__init__.py
that makes issuing with ethereum fails with the following error:TypeError: CertificateV3Handler.__init__() missing 1 required positional argument: 'app_config'