google-play-scraper
google-play-scraper copied to clipboard
Get data from APP, and comments return "null".
I get data from APP, but the comment section is having a null problem, not returning results. I need someone to fix it. (see the photo to understand what I mean better):
var gplay = require('google-play-scraper');
gplay.app({appId: 'com.google.android.apps.translate'})
.then(console.log, console.log);
"comments": [ null, null, null, null, null ], https://i.imgur.com/LBp3Ryr.png
Are comments still a thing? Not seeing comments anywhere and never noticed them before. Are they still necessary? What are they used for?
Fixed with PR #645 Comments were targeted in ds:9 but are located in ds:8
This issue has regressed. @jbigman, comments are now in ds:9
again. Perhaps the extractor should check both ds:8
and ds:9
(one being a fallback if the other doesn't contain comments). Thoughts?