AndlyticsProject / andlytics

Google Play - Android Market statistics app
Other
537 stars 181 forks source link

Update JSONParser to handle API-updates #696

Closed TheNephilim88 closed 9 years ago

TheNephilim88 commented 9 years ago

Hey,

starting today I got following exception: com.github.andlyticsproject E/Main﹕ Error while requesting developer console : com.github.andlyticsproject.console.v2.DevConsoleV2Protocol.parseRatingsResponse(DevConsoleV2Protocol.java:212) com.github.andlyticsproject.console.v2.DevConsoleV2.fetchRatings(DevConsoleV2.java:290) com.github.andlyticsproject.console.v2.DevConsoleV2.fetchAppInfosAndStatistics(DevConsoleV2.java:122) com.github.andlyticsproject.console.v2.DevConsoleV2.getAppInfo(DevConsoleV2.java:103) com.github.andlyticsproject.Main$LoadRemoteEntries.doInBackground(Main.java:521) com.github.andlyticsproject.Main$LoadRemoteEntries.doInBackground(Main.java:488)

The pull requests fixes JSONException in parseRatings.

willlunniss commented 9 years ago

Thanks!