Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No search result, at all #548

Closed
KaKi87 opened this issue May 29, 2022 · 1 comment
Closed

No search result, at all #548

KaKi87 opened this issue May 29, 2022 · 1 comment

Comments

@KaKi87
Copy link

KaKi87 commented May 29, 2022

  • Operating System: Debian 10 or Ubuntu 21.10
  • Node version: 14.19.2 or 14.19.3
  • google-play-scraper version: 8.1.0 (latest release) or 6ba483a (latest commit)

Description:

search returns no result, at all.

Example code:

require('google-play-scraper')
    .search({ term: 'web browser', num: 250 })
    .then(console.log)
    .catch(console.error);

Error message:

None.

Result is [].


Thanks

@sandeepscet
Copy link

Duplicate of ##539

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants