You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As written in certbot pull request in dns-lexicon v3.1.0 the variable type parameter was renamed to rtype, which makes it incompatible with older certbot versions.
Solutions:
require dns-lexicon<3.1.0 only for NPM, maybe in NPM config?
implement create_record and delete_record and pass arguments without names as suggested here
(2.2) try and catch around a call with rtype and type and possibly use super(NamecheapClient,self).*_record(...)
One of these should still be done.
The text was updated successfully, but these errors were encountered:
From #10 :
One of these should still be done.
The text was updated successfully, but these errors were encountered: