facundoolano / google-play-scraper

Node.js scraper to get data from Google Play
MIT License
2.34k stars 632 forks source link

EVENT PAID LIST returning error #579

Open josepius-clemson opened 2 years ago

josepius-clemson commented 2 years ago

Description:

Describe your issue here

Example code:

var gplay = require('google-play-scraper');

gplay.list({
    category: gplay.category.EVENTS,
    collection: gplay.collection.TOP_PAID,
    num: 1000
  })
  .then(console.log, console.log);

Error message:

TypeError: Cannot read properties of undefined (reading 'map') at c:..\node_modules\ramda\dist\ramda.js:578:31 at Object.f2 [as map] (c:..\node_modules\ramda\dist\ramda.js:473:22) at parseCollectionApps (c:..\node_modules\google-play-scraper\lib\list.js:121:27) at c:..\node_modules\google-play-scraper\lib\list.js:51:33 at processTicksAndRejections (node:internal/process/task_queues:96:5)

Put error message here
yussufbiyik commented 2 years ago

I have the same issue, a fix pls?