# INFO: Using main config file /root/dehydrated/config
+ CloudFlare hook executing: *some key*
Traceback (most recent call last):
File "hooks/cloudflare/hook.py", line 206, in <module>
main(sys.argv[1:])
File "hooks/cloudflare/hook.py", line 202, in main
ops[argv[0]](argv[1:])
KeyError: '*some key*=='
Originally created by @kdulep on GitHub (Feb 9, 2018).
`./dehydrated -c -d example.etc -t dns-01 -k 'hooks/cloudflare/hook.py'`
```
# INFO: Using main config file /root/dehydrated/config
+ CloudFlare hook executing: *some key*
Traceback (most recent call last):
File "hooks/cloudflare/hook.py", line 206, in <module>
main(sys.argv[1:])
File "hooks/cloudflare/hook.py", line 202, in main
ops[argv[0]](argv[1:])
KeyError: '*some key*=='
```
I was having this exact same error with le-godaddy-dns hook.
I've managed to make it work by using an old version of Dehydrated.
Here's my original post with the dev: josteink/le-godaddy-dns#15
@joeydc commented on GitHub (Feb 13, 2018):
I was having this exact same error with le-godaddy-dns hook.
I've managed to make it work by using an old version of Dehydrated.
Here's my original post with the dev: josteink/le-godaddy-dns#15
@joeydc again: not a dehydrated issue, the hook script is broken. i replied to your ticket over on le-godaddy-dns to let the author know and dehydrated now tries to make it clear what's going on.
@lukas2511 commented on GitHub (Feb 13, 2018):
@joeydc again: not a dehydrated issue, the hook script is broken. i replied to your ticket over on le-godaddy-dns to let the author know and dehydrated now tries to make it clear what's going on.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @kdulep on GitHub (Feb 9, 2018).
./dehydrated -c -d example.etc -t dns-01 -k 'hooks/cloudflare/hook.py'@kdulep commented on GitHub (Feb 9, 2018):
sorry wrong script, issue for hook script
@joeydc commented on GitHub (Feb 13, 2018):
I was having this exact same error with le-godaddy-dns hook.
I've managed to make it work by using an old version of Dehydrated.
Here's my original post with the dev: josteink/le-godaddy-dns#15
@lukas2511 commented on GitHub (Feb 13, 2018):
@joeydc again: not a dehydrated issue, the hook script is broken. i replied to your ticket over on le-godaddy-dns to let the author know and dehydrated now tries to make it clear what's going on.
@joeydc commented on GitHub (Feb 13, 2018):
@lukas2511 Awesome, thank you Sir !