kappataumu / letsencrypt-cloudflare-hook

Use CloudFlare with dehydrated (formerly letsencrypt.sh) and DNS challenges
MIT License
273 stars 107 forks source link

Error after successful run #45

Open liquidox opened 7 years ago

liquidox commented 7 years ago

I get this error at the end of a seemingly successful run.

+ CloudFlare hook executing: exit_hook Traceback (most recent call last): File "/etc/dehydrated/hooks/cloudflare/hook.py", line 157, in <module> main(sys.argv[1:]) File "/etc/dehydrated/hooks/cloudflare/hook.py", line 153, in main ops[argv[0]](argv[1:]) KeyError: 'exit_hook'

Am using: dehydrated.noarch 0.4.0-5.el7 @epel

Asara commented 6 years ago

I am having the same issue.

Dehydrated version: 0.6.0

hakamairi commented 6 years ago

Hit the same, using master dehydrated from 12.02 and same from cloudflare hook. Refetching both fixed the issue.

kappataumu commented 6 years ago

@liquidox @Asara @hakamairi Which Python version are you using?

Asara commented 6 years ago

@kappataumu Currently using 2.7.5 (default in Centos 7)

kappataumu commented 6 years ago

@Asara Thanks. Can you reproduce using the current master? Is the error consistently coming up?

Asara commented 6 years ago

@kappataumu Seem to be able to use master with no problems now!

Thanks buddy.