botman / studio

Ready to use BotMan + Laravel framework
331 stars 90 forks source link

Is this expected to run out of box? #6

Closed seatechdev closed 7 years ago

seatechdev commented 7 years ago

I installed it on EC2 (Ubuntu 16.04, mysql ) with my database configs, url and facebook token. I didn't make any other changes. But the route doesn't seem to respond. I have tested my laravel implementation and that works fine. The route in Route::get('/', function() { echo "Hello Bot"; }); works as expected. But my_url/botman doesn't respond.

alejandrofloresm commented 7 years ago

You should configure your bot services (Facebook, Telegram, etc).

seatechdev commented 7 years ago

yes that is understood. I installed this installation, configured my facebook bot app which works with a different webhook using pimax fine. Then when used the botman webhook for laravel. It fails. After the first message, it puts me in an infinite loop and botman webhook no longer works.

christophrumpel commented 7 years ago

The infinite loop is always a sign of a fatal error. Have you checked your logs for errors? I installed it like this without problems: http://christoph-rumpel.com/2017/01/Setup-a-messenger-chatbot-in-laravel/