app-store-scraper
app-store-scraper copied to clipboard
TypeError: app.link.find is not a function for selected categories
Description:
When searching for these iOS categories (collections), I am getting an error in list.js. Other categories seem to be working well.
Collections that produce an error:
const collections = [
store.collection.NEW_IOS,
store.collection.NEW_FREE_IOS
store.collection.NEW_PAID_IOS
];
//...
store.list(options)
Error message:
TypeError: app.link.find is not a function
at cleanApp (/Users/ustymenk/Sites/node_modules/app-store-scraper/lib/list.js:20:25)
at Array.map (<anonymous>)
at /Users/ustymenk/Sites/node_modules/app-store-scraper/lib/list.js:49:17
at process._tickCallback (internal/process/next_tick.js:68:7)