You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the validator on a random feed (LINK Knoxville from systems.csv#L686), I realized that it returns "Sorry, this version is not yet implemented or not detectable !". However, the filegbfs.json is conform to v2.2 when testing it against the JSON Schema.
What is the issue and why is it an issue?
When using the validator on a random feed (LINK Knoxville from systems.csv#L686), I realized that it returns "Sorry, this version is not yet implemented or not detectable !". However, the file
gbfs.json
is conform to v2.2 when testing it against the JSON Schema.It could be a problem for other feeds too.
Please describe some potential solutions you have considered (even if they aren’t related to GBFS).
I don't have a solution but I did some debugging, if it helps.
The
checkAutodiscovery()
method ingbfs.js
catches this error:But the feed loads correctly in the browser 🤔
The text was updated successfully, but these errors were encountered: