Skip to content
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

Crashing when i reguest logs #3

Open
ShiNxz opened this issue Jul 8, 2020 · 3 comments
Open

Crashing when i reguest logs #3

ShiNxz opened this issue Jul 8, 2020 · 3 comments

Comments

@ShiNxz
Copy link

ShiNxz commented Jul 8, 2020

when i press "logs" on any proccess its just crash the web panel (the node proccess)
getting the attached error
unknown

@A1Gard
Copy link
Member

A1Gard commented Aug 1, 2020

I updated pm2 to latest version test it again, any problem ! everything is fine.
Please give us more detail to help you.

image

make a new file as test.js with this content:

setInterval(function () {
    console.log(Math.random());
},1000);

and check your log to test your problem better.

Kind Regards A1Gard

@ShiNxz
Copy link
Author

ShiNxz commented Aug 17, 2020

I updated pm2 to latest version test it again, any problem ! everything is fine.
Please give us more detail to help you.

image

make a new file as test.js with this content:

setInterval(function () {
    console.log(Math.random());
},1000);

and check your log to test your problem better.

Kind Regards A1Gard

Got the same error when i log the panel from the pm2..
maybe its because im running the pm2 panel on windows?

@A1Gard
Copy link
Member

A1Gard commented Aug 28, 2020

@AmirE1555
I guese it not depends on OS, By the way check log directly with command line like this:

pm2 logs 0

Then tell me whats the result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants