node.js error message events.js:183 throw er; // Unhandled 'error' event

后端 未结 13 1094
囚心锁ツ
囚心锁ツ 2020-12-18 04:25

Playing around Microsoft\'s botframework, when I try to run the app.js file, which is the main file of the bot, the first time is fine, after I close the bot emulator, and a

13条回答
  •  甜味超标
    2020-12-18 04:45

    Even I was also getting the error while running node server. i.e events.js:183 throw er; // Unhandled 'error' event ^ In my case, I was getting that error because I had changed Mysql port number 3306 to 3307 while installing. I recovered from from that error by changing Mysql port number to 3306, and now its running.

提交回复
热议问题