Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I followed the instructions in the github page but I'm getting this weird error when I try running `gulp`
$ gulp
[11:14:47] Using gulpfile C:\QlikBot\QlikBotNode\gulpfile.js
[11:14:47] Starting 'vendor-js'...
[11:14:47] Starting 'vendor-css'...
[11:14:47] Starting 'server'...
[11:14:47] Finished 'server' after 283 ms
[11:14:47] [nodemon] 1.18.4
[11:14:47] [nodemon] to restart at any time, enter `rs`
[11:14:47] [nodemon] watching: app/server/server.js app/server/app.js C:\QlikBot\QlikBotNode\app\server\routes/**/* C:\QlikBot\QlikBotNode\app\server\models/**/* C:\QlikBot\QlikBotNode\app\public/**/*
[11:14:47] [nodemon] starting `node app/server/server.js`
[11:14:47] Finished 'vendor-css' after 378 ms
restarted!
[11:14:47] [nodemon] restarting due to changes...
restarted!
[11:14:47] [nodemon] restarting due to changes...
[11:14:47] Finished 'vendor-js' after 613 ms
[11:14:47] Starting 'default'...
[11:14:47] Finished 'default' after 39 μs
[11:14:47] [nodemon] starting `node app/server/server.js`
error: uncaughtException: 401: Bot Token is required date=Wed Oct 24 2018 11:14:48 GMT-0400 (Eastern Daylight Time), pid=16112, uid=null, gid=null, cwd=C:\QlikBot\QlikBotNode, execPath=C:\Program Files\nodejs\node.exe, version=v8.12.0, argv=
[11:14:48] [nodemon] clean exit - waiting for changes before restart
Any help would be much appreciated.
Hi @Anonymous Did you manage to find the problem? I too get this error.
Need to setup the telegram token, either as ENV or hard code it in
https://github.com/qlik-bots/QlikBotNode/blob/master/app/server/routes/api/sense-bot/telegram.js#L17