facundoolano / google-play-scraper

Node.js scraper to get data from Google Play
MIT License
2.34k stars 632 forks source link

Error appId search #667

Closed VictorAmarill closed 1 week ago

VictorAmarill commented 1 year ago

Description:

Describe your issue here

Example code:

const appId = 'com.google.android.apps.translate' const app = await gplay.app({appId})

// Put code to reproduce the issue here

Error message: TypeError: Cannot read properties of undefined (reading 'replace')

/node_modules/google-play-scraper/lib/utils/mappingHelpers.js:6:51)

Put error message here