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
However, when it gets to the autoPagingEach, I get the following error:
{ "errorMessage": "Unexpected: Telnyx API response does not have a well-formed dataarray.", "errorType": "Error", "stackTrace": [ "Error: Unexpected: Telnyx API response does not have a well-formeddata array.", " at iterate (..../fax-scheduler.js:243147:17)", " at process.processTicksAndRejections (node:internal/process/task_queues:95:5)" ] }
Node version is: v20.11.0
It seems from the documentation, but clearly, something is not happy.
Please advise.
The text was updated successfully, but these errors were encountered:
Here is documentation that I'm trying to follow with:
await telnyx .getClient() .faxes.list() .autoPagingEach(async (fax) => { console.log(fax); });
However, when it gets to the autoPagingEach, I get the following error:
{ "errorMessage": "Unexpected: Telnyx API response does not have a well-formed
dataarray.", "errorType": "Error", "stackTrace": [ "Error: Unexpected: Telnyx API response does not have a well-formed
dataarray.", " at iterate (..../fax-scheduler.js:243147:17)", " at process.processTicksAndRejections (node:internal/process/task_queues:95:5)" ] }
Node version is: v20.11.0
It seems from the documentation, but clearly, something is not happy.
Please advise.
The text was updated successfully, but these errors were encountered: