Closed hikkoiri closed 3 years ago
HI,
many thanks for reporting!
This results from an incompatibility of certbot with lexicon >= v3.6.0. I have created a bugfix that should resolve this issue, see certbot/certbot#8819.
Until this is integrated in certbot, try downgrading lexicon to 3.5:
pip install dns-lexicon==3.5
This should turn the TypeError into a harmless DeprecationWarning.
Perfect, thank you very much :) Also for creating the PR and giving me an alternative solution.
The workaround should rather be the following:
pip install dns-lexicon==3.5
Yes, also recognized that something is wrong a moment ago, when I got this error message:
ERROR: Could not find a version that satisfies the requirement lexicon==3.5
Thanks @szenti for the quickfix :)
Oops, sorry! :)
Just FYI, this is now fixed with certbot v1.16.
Still an issue with the debian shipped 1.12 but workarround works fine, thanks :)
Hi guys & girls,
I was using your example script to obtain my own certificate using this authenticator. Unfortunately I ran into the following error message:
The program aborted and I did not obtain any certificates. The shown message indicates an internal error in the lexicon library. But I am not sure if that error is caused by a bug in the library implementation or by the way it is integrated into this project. Can you help me identifying the root of all evil?
I am running on a fedora machine with certbot 1.14.0 and certbot-dns-netcup 1.1.0 installed.
Already thanks in advance! Best regards