I am trying to issue certificate on bitcoin testnet. I have created cert template based on https://github.com/blockchain-certificates/cert-tools.
When i try to run “cert-issuer -c conf.ini” these warning are shown after some hex values:
WARNING - Caught exception trying provider <bound method BlockrIOBroadcaster.broadcast_tx of <cert_issuer.blockchain_handlers.bitcoin.connectors.BlockrIOBroadcaster object at 0x7fea30293cc0>>. Trying another. Exception=Expecting value: line 1 column 1 (char 0)
ERROR - Error broadcasting the transaction through the BlockExplorer API. Error msg: Missing inputs. Code:-25
WARNING - Caught exception trying provider <bound method BlockExplorerBroadcaster.broadcast_tx of <cert_issuer.blockchain_handlers.bitcoin.connectors.BlockExplorerBroadcaster object at 0x7fea3029d470>>. Trying another. Exception=Missing inputs. Code:-25
It seems like I am missing an input for the API but I am not sure which input and how do I include it. Any suggestion on how to solve this error?