app-store-scraper icon indicating copy to clipboard operation
app-store-scraper copied to clipboard

TypeError: app.link.find is not a function for selected categories

Open vadymus opened this issue 5 years ago • 0 comments

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)

vadymus avatar Sep 27 '19 16:09 vadymus