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

store.developer() removes first row from results.

Open curious-mike-dvc opened this issue 5 years ago • 2 comments

  • Operating System: Windows 10
  • Node version: 10.15.3
  • app-play-scraper version: "0.16.2"

Description:

Function always return one result less than on Apple's developer page.

Example code:

store.developer({devId: 526656015}).then(console.log).catch(console.log);

Error message:

No error but first row is removed from results. (In developer : return results.slice(1))

curious-mike-dvc avatar Mar 11 '20 14:03 curious-mike-dvc

Noticed the same thing. Removing .slice(1) helped.

chernikovalexey avatar Apr 23 '20 11:04 chernikovalexey

Any solutions for this? This still exists 😕 The call returns incomplete data!

Aditya94A avatar May 21 '20 03:05 Aditya94A