Charca / bootbot

Facebook Messenger Bot Framework for Node.js
MIT License
970 stars 252 forks source link

Error: listen EADDRINUSE :::3000 #188

Open binhluong2012 opened 4 years ago

binhluong2012 commented 4 years ago

Hello, when i tried to setup bootbot with Adonis and Apache, site is working, but when Verify call back url, it's showing this error. I've tested with ngrok and it's working fine.

Charca commented 4 years ago

That error message means there's some other process running on port 3000. You should either run Bootbot on a different port, or kill the process that's currently running on 3000.

binhluong2012 commented 4 years ago

Thank for reply, i've tried to run Bootbot on different port First time i saw the message "Facebook Webhook running on localhost:3000/webhook", but can't verify, then try to click again then it show error. Pls check attachments. screen1 screen2