From ff136e85f6353a993c6fba96e4844b8d9aad1059 Mon Sep 17 00:00:00 2001 From: Luna <84203950+Wolvinny@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:57:38 +0200 Subject: [PATCH] chore: tags (#208) * Add network-issues tag --- tags/tags.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tags/tags.toml b/tags/tags.toml index 773c203..48f1145 100644 --- a/tags/tags.toml +++ b/tags/tags.toml @@ -1195,3 +1195,11 @@ Relative paths base: - [`require`](https://nodejs.org/api/modules.html#requireid) resolves relative paths based on the file's location. - [`fs`](https://nodejs.org/api/fs.html) methods (e.g. [`fs.readFile`](https://nodejs.org/api/fs.html#fspromisesreadfilepath-options)) resolve paths based on the current working directory. """ + +[network] +keywords = ["network-issues", "connection-reset", "socket-error"] +content = """ +Errors such as `ECONNRESET`, `ConnectTimeoutError`, `SocketError: other side closed` indicate a network issue +* Free or shared hosting providers often come with significant limitation +* Another indication of these issues are 'Unknown Interaction' errors. +"""