-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot Error - Node App Instance 0 loop [SOLVED] #19
Comments
Additional Details
|
Seems like Yimp|NPM is causing this issue?
|
solved in discord DM, suggested adding new folder name logs to ignore watch list |
where to put logs folder? in root? I tried that, didnt help solve it |
@telostia doesnt matter just has to coincide with whats inside ecosystem.config.js so pm2 knows where to write the logs to |
did you rename the config file...says it cant see one |
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. Don't know why its not finding app instance 0. It is in ecosystem.config.js |
thats a normal issue with, the config package conflicts with node.js config it looks for so they sorta clash but nothing to worry about the other issue is completely different, probably has to do with setting up the bot properly with discord |
ok I just had to remove the yarn.lock and yarn install again. works :D thanks @MSFTserver ! |
I cant seem to pass this error - Codebase, wallet and dependencies installed but still cant seem to get the bot to work.
These errors are found within the
pm2 monit
sectionThe text was updated successfully, but these errors were encountered: