KeyError cloudflare #279

Closed
opened 2025-12-29 01:20:59 +01:00 by adam · 4 comments
Owner

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*=='

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*==' ```
adam closed this issue 2025-12-29 01:20:59 +01:00
Author
Owner

@kdulep commented on GitHub (Feb 9, 2018):

sorry wrong script, issue for hook script

@kdulep commented on GitHub (Feb 9, 2018): sorry wrong script, issue for hook script
Author
Owner

@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 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
Author
Owner

@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.

@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.
Author
Owner

@joeydc commented on GitHub (Feb 13, 2018):

@lukas2511 Awesome, thank you Sir !

@joeydc commented on GitHub (Feb 13, 2018): @lukas2511 Awesome, thank you Sir !
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#279