-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error: No such command when running client.py in Docker #104
Comments
Same issue but client.py file contains only 148 lines. Which line does you replace ? |
Here's the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am unable to generate a config.yml file using the provided tool in the Docker container.
Expected Outcome:
config.yaml generated from an existing Cachet instance when calling
client.py
Actual Outcome:
I receive the error
Error: No such command "[url]"
Steps to reproduce:
help produces the following output:
Resolution:
change line 150 of
cachet_url_monitor/client.py
to:The text was updated successfully, but these errors were encountered: