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

Troubleshooting guide #386

Open
mshustov opened this issue Feb 3, 2025 · 0 comments
Open

Troubleshooting guide #386

mshustov opened this issue Feb 3, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@mshustov
Copy link
Member

mshustov commented Feb 3, 2025

a guide for investigating typical problems:

Timeout error

Error: Timeout error.\n at TLSSocket.onTimeout
steps:

  • verify server availability via curl or a script using nodejs native http module

ECONNRESET

socket hang up
steps:

  • verify the event vent loop is not stuck. TODO: how.
  • TODO
@mshustov mshustov added the documentation Improvements or additions to documentation label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant