google-play-api icon indicating copy to clipboard operation
google-play-api copied to clipboard

{"message":"Cannot read property 'replace' of undefined"}

Open nowkin opened this issue 6 years ago • 10 comments

hello,

only getting {"message":"Cannot read property 'replace' of undefined"} since a few days when trying to parse app infos with apps/appid

any ideas?

nowkin avatar Feb 07 '19 11:02 nowkin

normal play parser is working fine. i get the problem only in the rest api

nowkin avatar Feb 07 '19 11:02 nowkin

try with npm install to update the dependencies

facundoolano avatar Feb 08 '19 13:02 facundoolano

Up to date. Still getting the same error /api/apps works /api/apps/appid fails with the above mentioned error

ZeeshanSultan avatar Feb 09 '19 21:02 ZeeshanSultan

#30 Fixed

ZeeshanSultan avatar Feb 09 '19 21:02 ZeeshanSultan

Fixed in #35 Please update

srikanthlogic avatar Jun 03 '19 08:06 srikanthlogic

I had the same problem today, but I didn't change anything. It was normal yesterday

billsix123 avatar Sep 17 '21 03:09 billsix123

Same problem. Was working fine in the morning. Updated everything, still issue is there.

hmzisb avatar Sep 17 '21 14:09 hmzisb

同样的问题。早上工作正常。更新了所有内容,问题仍然存在。

Have you solved this problem now?

billsix123 avatar Sep 24 '21 06:09 billsix123

i am getting same issue now any one know work around , thanks in advance

farzan3 avatar Oct 01 '21 07:10 farzan3

Will be fixed with #61

srikanthlogic avatar Oct 01 '21 13:10 srikanthlogic

I'm also getting this with the current version

Frohlix avatar Nov 28 '22 18:11 Frohlix

I'm getting same issue with the current version

inga-schetinina avatar Dec 08 '22 11:12 inga-schetinina

Try updating the dependencies and install:

rm -f package-lock.json && \
npm update && \
npm outdated && \
npm audit fix --force && \
npm install

Start the server:

npm start

Test it out:

curl "localhost:3000/api/apps/burrows.apps.crypto"

jaredsburrows avatar Feb 06 '24 14:02 jaredsburrows