dnschef icon indicating copy to clipboard operation
dnschef copied to clipboard

Syntax Errors

Open DerpyDinosaur opened this issue 5 years ago • 3 comments

log.error(f"{self.client_address[0]}: ERROR: invalid DNS request") ^ SyntaxError: invalid syntax

DerpyDinosaur avatar Feb 28 '20 19:02 DerpyDinosaur

bump

pmurley avatar Mar 23 '20 18:03 pmurley

You're most likely accidentally running in python2. I initially tried setting this up to run within virtualenv, but since you have to sudo to run it you have to install the deps with sudo as well and not in a virtualenv. I noticed while doing this that I seemed to also be using python2 without knowing it....

egaebel avatar Mar 27 '21 00:03 egaebel

Unfortunately wasn't my issue, thank you for the response though. I am now using an alternative tool for my work.

DerpyDinosaur avatar Mar 27 '21 01:03 DerpyDinosaur