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
I think Airtable updated how they are handling errors, as we recently started getting problems on this line:
error_json = error.split("[Error: ")[1].rstrip("]")
Which is found in wagtail_airtable/mixins.py
The error above is coming in as:
error
'422 Client Error: Unprocessable Entity for url: https://api.airtable.com/v0/<base_name>/<table_name>'
Which is different from how the error messages used to come, which included brackets that the error was splitting on.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think Airtable updated how they are handling errors, as we recently started getting problems on this line:
Which is found in wagtail_airtable/mixins.py
The
error
above is coming in as:Which is different from how the error messages used to come, which included brackets that the error was splitting on.
The text was updated successfully, but these errors were encountered: