We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the example code from the README (with an added line #!/usr/bin/python3) and the following config
#!/usr/bin/python3
loglevel=7 pipe-command=/path/to/backend.py launch=pipe
I'm getting these errors:
Feb 24 11:14:27 Backend launched with banner: {"result": false, "log": ["Cannot parse input"]} Feb 24 11:14:27 Backend launched with banner: {"result": false, "log": ["Cannot parse input"]} Feb 24 11:14:27 Backend launched with banner: {"result": false, "log": ["Cannot parse input"]}
I assume I've configured pdns incorrectly, but I'm not sure how exactly. It would be really helpful if the README explained how to use it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the example code from the README (with an added line
#!/usr/bin/python3
) and the following configI'm getting these errors:
I assume I've configured pdns incorrectly, but I'm not sure how exactly. It would be really helpful if the README explained how to use it.
The text was updated successfully, but these errors were encountered: