From fc1f3ed70a4fb02e7ecf816b85e1cdae62b43bb7 Mon Sep 17 00:00:00 2001 From: DevilXD Date: Thu, 12 Oct 2023 15:42:33 +0200 Subject: [PATCH] Handle "context deadline exceeded" GQL error --- twitch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/twitch.py b/twitch.py index 588dec0b..f3d0f82a 100644 --- a/twitch.py +++ b/twitch.py @@ -1540,6 +1540,7 @@ async def gql_request( "service error", "service unavailable", "service timeout", + "context deadline exceeded", ) ): force_retry = True