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
The current converter at
app/converters/gbfs_https_to_http.py would fail if there are GBFS Feeds without .gbfs ending like https://roxy.rideatom.com/gbfs/v2_2/en/gbfs?id=1227 . It might be worth using a regexp instead, on the other hand it makes thinks more complex and the source URLs which get modified on the fly are well defined, so we should do this as soon as the need arises.
The text was updated successfully, but these errors were encountered:
The current converter at
app/converters/gbfs_https_to_http.py would fail if there are GBFS Feeds without
.gbfs
ending like https://roxy.rideatom.com/gbfs/v2_2/en/gbfs?id=1227 . It might be worth using a regexp instead, on the other hand it makes thinks more complex and the source URLs which get modified on the fly are well defined, so we should do this as soon as the need arises.The text was updated successfully, but these errors were encountered: