-
-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Description
- Operating System: Windows10 Home 19041.1052
- Node version: 14.16.0
- app-play-scraper version: 16.3
Description:
Describe your issue here
When performing a one-term search (i.e. "travel", "diet", "commute") and also "active travel", using the method 'search', the promise return an error. However, some two-word search works. I've used "active commute" which works but "active travel" does not.
Example code:
// Put code to reproduce the issue here
scraper = require('app-store-scraper');
scraper.search({
term: "diet",
country: "us",
num: 250,
fullDetail: true
}).then(console.log, console.log);Error message:
The error is the json in attached file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels