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

Create / Update failing silently #24

Open
ishakir opened this issue Jul 4, 2017 · 2 comments
Open

Create / Update failing silently #24

ishakir opened this issue Jul 4, 2017 · 2 comments

Comments

@ishakir
Copy link

ishakir commented Jul 4, 2017

Hi,

I'm on version 0.0.9. I am finding that I can access the table data via the all and records methods, however, when I try create or update the methods just return false. It's not out of the realms of possibility that I'm doing something wrong but the response is very opaque so it's hard to find out. It's not obvious from the code what could cause this failure mode, but I only see version 0.0.8 in this repo... Any clues on what could be going wrong, or how to debug further?

Regards,
Imran

@nekapoor
Copy link

@ishakir so I forked a version of the repo and after doing some debugging realized that airtable will reject an update if you pass it a created_at field. After removing that field, the updates worked for me.

Just FYI in case you're still struggling with this and you have a created_at field in one of your tables.

@syrnick
Copy link
Contributor

syrnick commented Jul 30, 2017 via email

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

No branches or pull requests

3 participants