From 8e50533e3d5971ea42e632b735d4b16d58caae48 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 22 Dec 2025 05:27:00 +0300 Subject: [PATCH 1/4] Update test.ts --- scripts/commands/playlist/test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/commands/playlist/test.ts b/scripts/commands/playlist/test.ts index 0464ea645c..8209870d11 100644 --- a/scripts/commands/playlist/test.ts +++ b/scripts/commands/playlist/test.ts @@ -26,7 +26,6 @@ const errorStatusCodes = [ 'ECONNREFUSED', 'HTTP_404_NOT_FOUND', 'HTTP_404_UNKONWN_ERROR', - 'HTTP_403_FORBIDDEN', 'HTTP_401_UNAUTHORIZED' ] From f387ec19e7994fbbc5d1576b7fc451f8d10b004f Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:53:35 +0300 Subject: [PATCH 2/4] Update test.ts --- scripts/commands/playlist/test.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/commands/playlist/test.ts b/scripts/commands/playlist/test.ts index 8209870d11..8a8e66b856 100644 --- a/scripts/commands/playlist/test.ts +++ b/scripts/commands/playlist/test.ts @@ -21,12 +21,15 @@ let interval: string | number | NodeJS.Timeout | undefined let streams = new Collection() let isLiveUpdateEnabled = true const errorStatusCodes = [ + 'ECONNREFUSED', 'ENOTFOUND', 'ENETUNREACH', - 'ECONNREFUSED', + 'EPROTO', + 'HTTP_401_UNAUTHORIZED', + 'HTTP_404_', 'HTTP_404_NOT_FOUND', 'HTTP_404_UNKONWN_ERROR', - 'HTTP_401_UNAUTHORIZED' + 'HTTP_410_GONE' ] program From 5911de72fe72a5efe2f1143c15e043815fe3cd60 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:57:18 +0300 Subject: [PATCH 3/4] Update test.ts --- scripts/commands/playlist/test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/commands/playlist/test.ts b/scripts/commands/playlist/test.ts index 8a8e66b856..8b26499ea7 100644 --- a/scripts/commands/playlist/test.ts +++ b/scripts/commands/playlist/test.ts @@ -25,6 +25,7 @@ const errorStatusCodes = [ 'ENOTFOUND', 'ENETUNREACH', 'EPROTO', + 'HTTP_400_BAD_REQUEST', 'HTTP_401_UNAUTHORIZED', 'HTTP_404_', 'HTTP_404_NOT_FOUND', From 73988bc3dcdaffeebd816002f83a13f17b2b1db5 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 22 Dec 2025 12:48:04 +0300 Subject: [PATCH 4/4] Update test.ts --- scripts/commands/playlist/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/playlist/test.ts b/scripts/commands/playlist/test.ts index 8b26499ea7..3f632b0836 100644 --- a/scripts/commands/playlist/test.ts +++ b/scripts/commands/playlist/test.ts @@ -29,7 +29,7 @@ const errorStatusCodes = [ 'HTTP_401_UNAUTHORIZED', 'HTTP_404_', 'HTTP_404_NOT_FOUND', - 'HTTP_404_UNKONWN_ERROR', + 'HTTP_404_UNKNOWN_ERROR', 'HTTP_410_GONE' ]