Hubot is not responding to hubot help and ping (Win 7 - 32 bit)
See original GitHub issueI attempted to install and run hubot based following this Tutorial as following:
- npm install hubot
- cd node_modules / hubot
- node node_modules / coffee-script / bin / coffee bin / hubot
Hubot does not respond to any of sample command (help & ping). I managed to solve deprecated issue by modifying robot.coffee code line 283
#app.use express.bodyParser()
app.use express.urlencoded()
app.use express.json()
But the result is the same.
Port 8080 is not in use. Any other ways to resolve/troubleshoot?
Issue Analytics
- State:
- Created 9 years ago
- Comments:18 (8 by maintainers)
Top Results From Across the Web
Hubot Help Desk: Reply With Error If X Is Not There - ADocLib
I have created a new Campfire account for hubot logged in withI updated the 3 env Hubot is not responding to hubot help...
Read more >Windows 7 does not respond to ping - Microsoft Community
I have a small net work, and, for unknown reason, my computer does not respond to others computers in the network.
Read more >How to install and use Hubot on Ubuntu Linux - LinuxConfig.org
In this tutorial I'm going to teach you how to set up Hubot with its ... several core scripts like math, ping, help,...
Read more >Automation and Monitoring with Hubot
Sometimes Hubot will stop responding, and it's output will show “Lost connection to. Skype”. Restarting Hubot alone will probably not help, ...
Read more >hubot shell not loading scripts and packages - Stack Overflow
As answer to your Update 2, you need to put the bot's name before you type help , like this: myhubot> help usage:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
this should be in the doc
@eliassal thanks! I missed that among the flurry of updates today.