watson-developer-cloud / botkit-middleware

A middleware to connect Watson Conversation Service to different chat channels using Botkit
https://www.npmjs.com/package/botkit-middleware-watson
Apache License 2.0
206 stars 254 forks source link

localtunnel url does not work on webhooks #39

Closed vkjuju closed 7 years ago

vkjuju commented 7 years ago

when I pasted https://xxx.ngrok.io/facebook/receive on webhooks of facebook messenger, there's an error: The URL couldn't be validated. Callback verification failed with the following errors: HTTP Status Code = 404; HTTP Message = Not Found

but https://xxx.ngrok.io/ connectiong to my watson conversation works fine ,

any advice would be appreciated

Regards, Joe

vkjuju commented 7 years ago

ok, it works, we have to paste 5000 port application instead of our local watson conversation app. sorry for my mistake...

germanattanasio commented 7 years ago

Do you think we should something in the README or is the problem described above beyond the purpose of this repo?

vkjuju commented 7 years ago

it works fine on my facebook messenger, but I saw thess warning message on the console of botkit: leware-master\examples\multi-bot\node_modules\express\lib\router\layer.js:95:5) at next (C:\botkit-middleware-master\botkit-middleware-master\examples\multi -bot\node_modules\express\lib\router\route.js:137:13) at Route.dispatch (C:\botkit-middleware-master\botkit-middleware-master\exam ples\multi-bot\node_modules\express\lib\router\route.js:112:3) at Layer.handle [as handle_request] (C:\botkit-middleware-master\botkit-midd leware-master\examples\multi-bot\node_modules\express\lib\router\layer.js:95:5) info: Warning: using temporary storage. Data will be lost when process restarts.

info: Warning: using temporary storage. Data will be lost when process restarts.

info: Warning: using temporary storage. Data will be lost when process restarts.

info: Warning: using temporary storage. Data will be lost when process restarts.

info: Warning: using temporary storage. Data will be lost when process restarts.

info: Warning: using temporary storage. Data will be lost when process restarts.

info: Warning: using temporary storage. Data will be lost when process restarts.

info: Warning: using temporary storage. Data will be lost when process restarts.

info: Warning: using temporary storage. Data will be lost when process restarts.

info: Warning: using temporary storage. Data will be lost when process restarts.

info: Warning: using temporary storage. Data will be lost when process restarts.

germanattanasio commented 7 years ago

This is expected