From 1cf6e2978cf8bc0200882ccd8bfdb02d953a1cda Mon Sep 17 00:00:00 2001 From: Nazar <78618525+Nazar1ky@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:10:39 +0300 Subject: [PATCH 1/3] update hash and add new variable includeIsDJ --- constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 0c5676d9..0035a82b 100644 --- a/constants.py +++ b/constants.py @@ -327,10 +327,11 @@ def with_variables(self, variables: JsonType) -> GQLOperation: # returns live channels for a particular game "GameDirectory": GQLOperation( "DirectoryPage_Game", - "3c9a94ee095c735e43ed3ad6ce6d4cbd03c4c6f754b31de54993e0d48fd54e30", + "c7c9d5aad09155c4161d2382092dc44610367f3536aac39019ec2582ae5065f9", variables={ "limit": ..., # limit of channels returned "slug": ..., # game slug + "includeIsDJ": True, "imageWidth": 50, "options": { "broadcasterLanguages": [], From 31e411cb2258f6e8fc5b872980c2bf0b664ab00a Mon Sep 17 00:00:00 2001 From: Nazar <78618525+Nazar1ky@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:15:05 +0300 Subject: [PATCH 2/3] No reason to include dj info --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 0035a82b..d8e714e5 100644 --- a/constants.py +++ b/constants.py @@ -331,7 +331,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation: variables={ "limit": ..., # limit of channels returned "slug": ..., # game slug - "includeIsDJ": True, + "includeIsDJ": False, "imageWidth": 50, "options": { "broadcasterLanguages": [], From 9b8427d436d24eb640570155eabb34d3b76ce519 Mon Sep 17 00:00:00 2001 From: Arne Weber Date: Tue, 13 Aug 2024 23:02:36 +0200 Subject: [PATCH 3/3] update patch notes for v15.8.2 --- patch_notes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/patch_notes.txt b/patch_notes.txt index d5c42e7a..01602845 100644 --- a/patch_notes.txt +++ b/patch_notes.txt @@ -1,3 +1,11 @@ +## v15.8.2 + +13.8.2024 +- update hash and add new variable includeIsDJ to fix `PersistedQueryNotFound` as reported in #159 + - Thanks to @Nazar1ky for the fix + + + ## v15.8.1 5.8.2024