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
Follow up of #127 and the fix introduced in #169
When a file is missing but required, the API now says
"summary": { "errorsCount": 0, "hasErrors": true }
which seems unexpected.
Example
errorsCount should be the sum of GBFS errors + the number of missing required files
errorsCount
The text was updated successfully, but these errors were encountered:
Some work has been done on a similar issue: #169
Sorry, something went wrong.
Thank you for the fix @Alessandro100! It works: example
Alessandro100
Successfully merging a pull request may close this issue.
Follow up of #127 and the fix introduced in #169
What is the issue and why is it an issue?
When a file is missing but required, the API now says
which seems unexpected.
Example
Proposed fix
errorsCount
should be the sum of GBFS errors + the number of missing required filesThe text was updated successfully, but these errors were encountered: