You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really appreciate for your works with this slack bot, but i found problem when running it
ubuntu@ip:~/stf-bot$ node main.js
url.js:555
throw new TypeError('Parameter "urlObj" must be an object, not ' +
^
TypeError: Parameter "urlObj" must be an object, not undefined
at urlFormat (url.js:555:11)
at new Request (/home/ubuntu/stf-bot/node_modules/superagent/lib/node/index.js:128:37)
at request (/home/ubuntu/stf-bot/node_modules/superagent/lib/request.js:29:10)
at Function.request.(anonymous function) [as get] (/home/ubuntu/stf-bot/node_modules/superagent/lib/node/index.js:1030:15)
at SuperagentHttpClient.execute (/home/ubuntu/stf-bot/node_modules/swagger-client/lib/http.js:204:26)
at module.exports.SwaggerHttp.execute (/home/ubuntu/stf-bot/node_modules/swagger-client/lib/http.js:83:10)
at module.exports.SwaggerClient.build (/home/ubuntu/stf-bot/node_modules/swagger-client/lib/client.js:226:23)
at module.exports.SwaggerClient.initialize (/home/ubuntu/stf-bot/node_modules/swagger-client/lib/client.js:151:17)
at new module.exports (/home/ubuntu/stf-bot/node_modules/swagger-client/lib/client.js:104:17)
at Object.<anonymous> (/home/ubuntu/stf-bot/main.js:19:14)
The text was updated successfully, but these errors were encountered:
Hi There,
Really appreciate for your works with this slack bot, but i found problem when running it
The text was updated successfully, but these errors were encountered: