Skip to content

Error on search method with short term fields #161

@nsiriaporn

Description

@nsiriaporn
  • 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.

error.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions