fascinating-indigo•2y ago
Twilio integration
I followed this guide: https://developer.voiceflow.com/docs/twilio-sms
I got it configured and online but when i sen a message to the number its gives out an error:
vf-sms-twilio | data: {
vf-sms-twilio | code: 500,
vf-sms-twilio | status: "Internal Server Error",
vf-sms-twilio | dateTime: "2024-01-20T08:28:29.475Z",
vf-sms-twilio | timestamp: 1705739309475,
vf-sms-twilio | data: "Program not found: 64386e21bb106b044ea34b78",
vf-sms-twilio | },
vf-sms-twilio | },
vf-sms-twilio | toJSON: [Function: toJSON],
vf-sms-twilio | isAxiosError: true,
vf-sms-twilio | toString: [Function: toString],
vf-sms-twilio | }
What could cause this?
8 Replies
fascinating-indigoOP•2y ago
@NiKo | Voiceflow Could you help me? ❤️
optimistic-gold•2y ago
Please help me as well 😘
When I run "npm run dev" I get the following error message: FileNotFound while resolving package "form-data" from "/home/bun/.bun/install/cache/axios@1.6.5/lib/platform/node/classes/FormData.js"
Be sure to use the right project ID and the right version (development or production).
Also double check that you run (compile) your project or publish it each time you make a change on your agent.
Try to first run a
npm install
optimistic-gold•2y ago
I ran a npm install, ran npm run dev, got the following error:
/bin/bash: line 1: /usr/src/app/node_modules/.bin/bun: cannot execute binary file: Exec format error
vf-sms-twilio | error: script "app" exited with code 126
I'm running on mac
I got it to work on my windows computer, but the voiceflow bot only responds to every other text that I send
@NiKo | Voiceflow pls help
The only messages that get a response are the ones who run SAVE TRANSCRIPT, nd only every other message activates that command
fascinating-indigoOP•2y ago
Tried it, even deleted the whole repository and did it again from the start but still the same issue with the same error. @NiKo | Voiceflow

optimistic-gold•2y ago
@NiKo | Voiceflow
please help me - I am in dire need of assistance
Try importing this demo project, you will need to set the OpenAI key for this to work and update your .env file with the project ID and API Key but this should give you a good way to start debugging (or at least remove any issue related to the agent design).
harsh-harlequin•2y ago
@MrDipshit did you find a solution?