Skip to content
Airtable integratio...
 
Notifications
Clear all

Airtable integration issue

5 Posts
4 Users
0 Reactions
6 Views
cooper
(@cooper)
Posts: 1
New Member
Topic starter
 

I have a workflow that polls an Airtable view, and it's been functioning correctly for months.

This week, it's consistently throwing the error shown below, which is flooding my inbox with alerts.

Records aren't entering the view at this pace, and it's quite concerning. Typically, about 10 valid records enter the view daily, and they all process without issue.

I've updated to the latest release.

json
{
"message": "getaddrinfo EAI_AGAIN api.airtable.com",
"name": "Error",
"stack": "Error: getaddrinfo EAI_AGAIN api.airtable.comn at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26)n at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17)",
"config": {
"url": "https://api.airtable.com/v0/appzvC46LNEybpU6B/tblqLwJdHiJfGgzml",
"method": "get",
"headers": {
"Accept": "application/json",
"User-Agent": "axios/0.21.4"
},
"params": {
"view": "viw7m7gks1mFVRuKB",
"filterByFormula": "IS_AFTER({Updated}, DATETIME_PARSE("2023-06-29T21:22:03Z", "YYYY-MM-DD HH:mm:ss"))",
"pageSize": 100,
"api_key": "keywOQj4M2NjxfW7j"
},
"transformRequest": [
null
],
"transformResponse": [
null
],
"timeout": 300000,
"xsrfCookieName": "XSRF-TOKEN",
"xsrfHeaderName": "X-XSRF-TOKEN",
"maxContentLength": null,
"maxBodyLength": null,
"transitional": {
"silentJSONParsing": true,
"forcedJSONParsing": true,
"clarifyTimeoutError": false
},
"axios-retry": {
"retryCount": 0,
"lastRequestTime": 1688073783003
}
},
"code": "EAI_AGAIN"
}

 
Posted : 29/06/2023 9:36 pm
rjbathgate
(@rjbathgate)
Posts: 1
New Member
 

Hey,

I'm 95% certain this is connected to the prominent banner at the top of the forum:

We’re facing some unexpected performance issues on callin.io Cloud at the moment, which might lead to slower response times or even timeouts in your workflow. Our technical team is already on it, working hard to fix the situation as quickly as possible. We apologize sincerely for any inconvenience and truly appreciate your patience while we restore our service. We’ll make sure to keep you updated on the progress. Thanks a bunch!

I've been experiencing the exact same problem (along with several others) all morning, for tasks that were functioning yesterday.

I suppose we just have to wait.

:slight_smile:

 
Posted : 29/06/2023 9:41 pm
Jon
 Jon
(@jon)
Posts: 96
Trusted Member
 

Hi there,

If you were using callin.io Cloud, this might have been due to the issue we experienced. Everything should be resolved now.

 
Posted : 01/07/2023 5:21 pm
mibrahim547
(@mibrahim547)
Posts: 1
New Member
 

I'm encountering the same error:


ERROR: getaddrinfo EAI_AGAIN <a href="http://api.airtable.com" rel="noopener nofollow ugc">api.airtable.com</a>

This is happening on my self-hosted setup. Has anyone else experienced this?

 
Posted : 27/08/2023 6:08 pm
Jon
 Jon
(@jon)
Posts: 96
Trusted Member
 

Hello,

This appears to be a DNS-related problem. You could try implementing a retry mechanism on the node to see if that resolves the issue. However, since your problem isn't directly related to this discussion thread, I'll be closing it. If you continue to experience this issue, please feel free to start a new topic.

 
Posted : 01/09/2023 3:51 pm
Share: