mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Getting a traceback error #94
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GTAXL on GitHub (May 10, 2016).
[root@excession:letsencrypt.sh]./letsencrypt.sh -c -d excession.gtaxl.net -d irc.gtaxl.net -t dns-01 -k 'hooks/cloudflare/hook.py'
INFO: Using main config file /root/letsencrypt.sh/config.sh
Processing excession.gtaxl.net with alternative names: irc.gtaxl.net
Traceback (most recent call last):
File "hooks/cloudflare/hook.py", line 14, in
import dns.resolver
File "/usr/local/lib/python2.7/dist-packages/dns/resolver.py", line 35, in
import dns.message
File "/usr/local/lib/python2.7/dist-packages/dns/message.py", line 191
print('id %d' % self.id, file=s)
^
SyntaxError: invalid syntax
I'm on Debian 8.4. Please help :(
@GTAXL commented on GitHub (May 10, 2016):
I have no idea why Github formatted it like that, sorry.
@rumpelsepp commented on GitHub (May 10, 2016):
Use three backticks:
@lukas2511 commented on GitHub (May 11, 2016):
This is a problem with your hook script and not with letsencrypt.sh. I don't maintain any hook scripts.