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
valid_default_lang
ERROR: new row for relation "feed_info" violates check constraint "valid_default_lang"
Was fixed by changing feed_lang from en to en_US.utf8 but en seems to be used in the example amtrak GTFS and in BART.
feed_lang
en
en_US.utf8
The text was updated successfully, but these errors were encountered:
AFAICT, en is a valid BCP 47 language tag, so it should not cause gtfs-via-postgres to fail.
This is the current implementation of the validation:
gtfs-via-postgres/lib/prerequisites.js
Lines 5 to 22 in 6a022f2
I'm not that familiar though, with the details of how PostgreSQL handles localisation, so I don't know how to implement this properly.
Sorry, something went wrong.
FYI: I also got the same error. For me it was fixed with replacing "DE" by "de".
No branches or pull requests
ERROR: new row for relation "feed_info" violates check constraint "valid_default_lang"
Was fixed by changing
feed_lang
fromen
toen_US.utf8
buten
seems to be used in the example amtrak GTFS and in BART.The text was updated successfully, but these errors were encountered: