mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-13 13:26:43 +02:00
Debug the response
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user