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();