You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looping through a list of numbers and calling messages.create results in many of the requests erroring. Is this a rate-limiting issue? If so, it is not clear.
Error: An error occurred with our connection to Telnyx.
at Constructor._Error (/var/task/node_modules/telnyx/lib/Error.js:12:17)
at Constructor (/var/task/node_modules/telnyx/lib/utils.js:160:15)
at new Constructor (/var/task/node_modules/telnyx/lib/utils.js:160:15)
at /var/task/node_modules/telnyx/lib/TelnyxResource.js:255:9
at ClientRequest.<anonymous> (/var/task/node_modules/telnyx/lib/TelnyxResource.js:455:67)
at ClientRequest.emit (node:events:513:28)
at TLSSocket.socketErrorListener (node:_http_client:494:9)
at TLSSocket.emit (node:events:513:28)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3) {
type: 'TelnyxConnectionError',
raw: {
message: 'An error occurred with our connection to Telnyx.',
responseBody: Error: connect EMFILE 172.67.26.14:443 - Local (undefined:undefined)
at internalConnect (node:net:1041:16)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:464:18)
at GetAddrInfoReqWrap.emitLookup [as callback] (node:net:1187:9)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8)
at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -24,
code: 'EMFILE',
syscall: 'connect',
address: '172.67.26.14',
port: 443
}
},
headers: undefined,
requestId: undefined,
statusCode: undefined,
responseBody: Error: connect EMFILE 172.67.26.14:443 - Local (undefined:undefined)
at internalConnect (node:net:1041:16)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:464:18)
at GetAddrInfoReqWrap.emitLookup [as callback] (node:net:1187:9)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8)
at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -24,
code: 'EMFILE',
syscall: 'connect',
address: '172.67.26.14',
port: 443
}
}
The text was updated successfully, but these errors were encountered:
Node: 16
Package version: 1.23.0
Looping through a list of numbers and calling
messages.create
results in many of the requests erroring. Is this a rate-limiting issue? If so, it is not clear.The text was updated successfully, but these errors were encountered: