From 16ecc88fcd068590ce702107f59afdb7ac3fc53e Mon Sep 17 00:00:00 2001 From: PadowYT2 Date: Mon, 20 Jan 2025 21:47:43 +0300 Subject: [PATCH] Debug the response --- lib/app_sources/rustore.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/app_sources/rustore.dart b/lib/app_sources/rustore.dart index 13c35e0..266fc58 100644 --- a/lib/app_sources/rustore.dart +++ b/lib/app_sources/rustore.dart @@ -43,6 +43,9 @@ class RuStore extends AppSource { if (res0.statusCode != 200) { throw getObtainiumHttpError(res0); } + + print(res0); + var appDetails = jsonDecode(res0.body)['body']; if (appDetails['appId'] == null) { throw NoReleasesError();