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
{{ message }}
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.
Hello,
First, thanks for this package, you made me save a lot of time! However I'm having issues using the Bundle from the console. I've created a class extending ContainerAwareCommand which is loaded from a file application.php at the root of my project. This php file loads /app/AppKernel.php in which I have added the VreshTwilioBundle. My credentials are also in the config.yml file.
I can use the Bundle successfully from the app, but when I try to use it through the command/console I have an error:
[Services_Twilio_RestException]
The requested resource /2010-04-01/Accounts/XXXXXXXX/Messages.json was not found
Is there anything else specific I need to load for this to work? Would you know any workaound?
Cheers!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
First, thanks for this package, you made me save a lot of time! However I'm having issues using the Bundle from the console. I've created a class extending
ContainerAwareCommand
which is loaded from a fileapplication.php
at the root of my project. This php file loads/app/AppKernel.php
in which I have added the VreshTwilioBundle. My credentials are also in theconfig.yml
file.I can use the Bundle successfully from the app, but when I try to use it through the command/console I have an error:
Is there anything else specific I need to load for this to work? Would you know any workaound?
Cheers!
The text was updated successfully, but these errors were encountered: