-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when starting bot locally. #3
Comments
I'm baffled as to why this is happening on server.js startup opposed to waiting till the first request comes in; however, that might be something due to restify. |
Do you have the latest code? I just checked in an update yesterday. |
Yes. I just found out about the repo today. I've confirmed that HEAD points to dd52d6f. To reproduce the problem, I run "git pull && rm -rf node_modules && npm install && npm start". |
I just created #4 which fixes the problem for me. I'm encountering this issue with Node v.6.6.0 after a clean clone and running "npm install && npm start" |
When I clone this repo and try to run locally, I get the following error.
Digging into the code, I believe that this is because server.js is not passing in expected req, res variables:
See:
https://github.com/fuselabs/echobot/blob/master/server.js#L24
https://github.com/Microsoft/BotBuilder/blob/master/Node/core/lib/bots/ChatConnector.js#L59
The text was updated successfully, but these errors were encountered: