-
Notifications
You must be signed in to change notification settings - Fork 44
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
Tracker Checker (HTTP): Improve error message when the JSON config is not well-formatted #1042
Comments
I was wrong. It works:
The problem was an extra comma in the JSON configuration. That broke the JSON, and the checker couldn't parse the configuration. This is the right command:
I'm going to keep the issue to improve the error message. For example: "invalid JSON config format" Maybe we can show the serde error if the message is more concrete. |
Clients were extracted into a new package, |
Parent issue: #669
When you run the checker for more than one HTTP tracker and it fails, it only shows an error but not the cause.
How to reproduce
Run the checker without running the tracker:
The text was updated successfully, but these errors were encountered: