Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Errors #23

Open
DerpyDinosaur opened this issue Feb 28, 2020 · 3 comments
Open

Syntax Errors #23

DerpyDinosaur opened this issue Feb 28, 2020 · 3 comments

Comments

@DerpyDinosaur
Copy link

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

@pmurley
Copy link

pmurley commented Mar 23, 2020

bump

@egaebel
Copy link

egaebel commented Mar 27, 2021

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

@DerpyDinosaur
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants