Scratch-Client-4 / itchy-ionic

📱 A mobile app for Scratch
https://itchy.micahlindley.com
23 stars 4 forks source link

[bug] Explore page : request data is not parsed, hence nothing is being displayed #75

Open moeenio opened 2 years ago

moeenio commented 2 years ago

From my testing, in ExplorePage.vue lines 274-277, response.data is only a string containing the JSON code, and no content is displaying on the Explore page.

moeenio commented 2 years ago

This has started occuring on an older version of Itchy. I assume something changed in the Scratch API.

micahlt commented 2 years ago

Can confirm that this only happens with certain older versions of Itchy - the Google Play version is working for me...

moeenio commented 2 years ago

Doesn't seem to work on latest master for me though. Make sure there isn't anything cached or something, I guess

micahlt commented 2 years ago

Hmm, very odd. I'll test as soon as I can.