MobilityData / gbfs-validator

The canonical GBFS validator. Maintained by the GBFS community, facilitated by MobilityData.
https://gbfs-validator.mobilitydata.org/
Apache License 2.0
18 stars 12 forks source link

Fix error when `manifest.json` file is not found #119

Closed richfab closed 1 year ago

richfab commented 1 year ago

Currently, when manifest_url is specified in system_information.json, but the file is not found at the URL, the validator fails. Instead, the validator should inform that the manifest.json file is missing.

Before After
before after