facundoolano / google-play-api

Turns google-play-scraper into a RESTful API
MIT License
335 stars 121 forks source link

Failed with error: {"message":"Cannot read properties of undefined (reading 'replace')"} #83

Closed nithi2023 closed 8 months ago

nithi2023 commented 1 year ago

I have tried an app details endpoint: http://localhost:443/api/apps/org.wikipedia/?lang=es

and got this error: {"message":"Cannot read properties of undefined (reading 'replace')"}

I could't able to figure out the issue.

nathannli commented 1 year ago

did you try using this fix? https://github.com/facundoolano/google-play-api/pull/76

canalamh2 commented 1 year ago

mesmo erro

ucf0709 commented 1 year ago

go to project root : node_modules\google-play-scraper\lib\app.js

replace all ds:4 with ds:5 then replace ds:8 with ds:9

jaredsburrows commented 8 months ago

This is a duplicate of https://github.com/facundoolano/google-play-api/issues/28.

facundoolano commented 8 months ago

should be fixed on latest version