Skip to content
New issue

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

Unexpected NOT FOUND error when select()ing a table with a accented name #38

Open
dotlouis opened this issue Jul 24, 2019 · 1 comment
Labels

Comments

@dotlouis
Copy link

Hello Airtable team,
Just stumbled upon a weird error while trying to select rows from a table that has an accented name. (éèà...)

when I do a base.getTable("Accentué").select() it throws a NOT FOUND error. I first suspected that the name should be URLEncoded, which I did: getTable(URLEncoder.encode("Accentué", StandardCharsets.UTF_8)).select() but it hit me with the same error. Can't figure out why. Also, when I do a curl (with and without url encode), it works as expected.

Do you have any ideas ?

@stritti stritti added the bug label Jul 27, 2019
@GalanMarian
Copy link

GalanMarian commented Feb 25, 2023

Hello! I have the same error but using normal names! I cant do any select and i tried to create the same table as you: Actors!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants