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
Class 'Twilio\Twiml' not found {"exception":"[object] (Symfony\Component\Debug\Exception\FatalThrowableError(code: 0): Class 'Twilio\Twiml' not found at /Users/ceejayoz/Multibrain/phonetree/vendor/botman/driver-twilio/src/TwilioVoiceDriver.php:123
It appears the driver code does not function with the Twilio SDK version being required; it's code against an older SDK, perhaps v4? #9 appears to include the adjustments necessary (using Twilio\TwiML\VoiceResponse instead of Twilio\Twiml), but at this time, the driver doesn't appear to function as installed via Botman's docs.
The text was updated successfully, but these errors were encountered:
I have a brand-new Botman installation.
Installing the Twilio driver via the instructions at https://botman.io/2.0/driver-twilio and doing a simple:
in a test conversation initiated via:
results in the following error:
It appears the driver code does not function with the Twilio SDK version being required; it's code against an older SDK, perhaps v4? #9 appears to include the adjustments necessary (using
Twilio\TwiML\VoiceResponse
instead ofTwilio\Twiml
), but at this time, the driver doesn't appear to function as installed via Botman's docs.The text was updated successfully, but these errors were encountered: