telostia
telostia
Hi. Thanks for the fix! Unfortunately i wont be able to test it yet. Hope to try it this week.
@ditokp oh im using windows 7
It would be good to add Web support! Any progress on the web if I may ask?
where to put logs folder? in root? I tried that, didnt help solve it
whats odd is that. even with the right ecosystem.config.js configs. its stil giving the error... nodejs updated, tried on both windows and linux , updated pm2. there is something really...
ecosystem.config.js? yes. those are the first things i do. If I haven't then there wouldnt be any log files generated right?
ok I found the problem. cwd: './botfolder', should be pointing to ./ since I only renamed the ecosystem.js and its looking for the file in botfolder folder.
hm.. that leads to another error: WARNING: NODE_APP_INSTANCE value of '0' did not match any instance config file names. WARNING: See https://github.com/lorenwest/node-config/wiki/Strict-Mode TypeError: bot.user.setActivity is not a function Don't know...
ok I just had to remove the yarn.lock and yarn install again. works :D thanks @MSFTserver !