Error: with cert_issuer -c conf.ini(AttributeError: ‘CertificateBatchHandler’ object has no attribute 'certificates_to_issue’)

I got error when I try to issue a certificate
AttributeError: ‘CertificateBatchHandler’ object has no attribute 'certificates_to_issue’

I followed this website

I’ve aleady checked other post about this error but it didn’t work.
Anyone can solve this problem?? Please help me.

Error


conf.ini
issuing_address = myaddress
verification_method = URL
chain=bitcoin_testnet
#bitcoind
usb_name=./
key_file=./pk_issuer.txt
unsigned_certificates_dir=./data/unsigned_certificates
signed_certificates_dir=./data/signed_certificates
blockchain_certificates_dir=./data/blockchain_certificates
work_dir=./work
no_safe_mode
no_bitcoind

This error has been reported before: AttributeError: 'CertificateBatchHandler' object has no attribute 'certificates_to_issue' - #3 by osheenchavhan

Bascially you should ensure that you have certificates in the dir you defined here:

unsigned_certificates_dir=./data/unsigned_certificates

Thanks! It’s worked! You help me a lot