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
Using the sample code in the readme to fetch a form, I'm getting:
(node:23596) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'token' of undefined
at Form._fetchResponses (~/node_modules/@lirantal/typeform-client/src/Form/Form.js:95:31)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async Form.fetchFormResponses ~/node_modules/@lirantal/typeform-client/src/Form/Form.js:118:51)
at async ~/test.js:16:14
The error comes from this line in the node module:
Using the sample code in the readme to fetch a form, I'm getting:
The error comes from this line in the node module:
Might need a more defensive fix?
For reference, my form has 6 questions and no responses.
The text was updated successfully, but these errors were encountered: