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

Response code 500 on Link.city feeds #122

Closed richfab closed 1 year ago

richfab commented 1 year ago

Observed

Currently, the validator does not work on some Link.city feeds (I tested 5 different Link systems from systems.csv and they all returned the same error message).

ie: https://gbfs-validator.mobilitydata.org/validator?url=https%3A%2F%2Fmds.linkyour.city%2Fgbfs%2Fus_tx_dallas%2Fgbfs.json

image

Feed: https://mds.linkyour.city/gbfs/us_tx_dallas/gbfs.json

Expected

The validation report should be displayed.

Investigation

In debug mode, we see that the response for the URL https://mds.linkyour.city/gbfs/us_tx_dallas/gbfs.json is code 500. I would need help to continue the investigation please. Thank you!

https://github.com/MobilityData/gbfs-validator/blob/master/gbfs-validator/gbfs.js#L282

image
josee-sabourin commented 1 year ago

Check out #90, maybe that will help!

richfab commented 1 year ago

Duplicate of https://github.com/MobilityData/gbfs-validator/issues/90