google-play-api
google-play-api copied to clipboard
{"message":"Cannot read property 'replace' of undefined"}
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?
normal play parser is working fine. i get the problem only in the rest api
try with npm install
to update the dependencies
Up to date. Still getting the same error /api/apps works /api/apps/appid fails with the above mentioned error
#30 Fixed
Fixed in #35 Please update
I had the same problem today, but I didn't change anything. It was normal yesterday
Same problem. Was working fine in the morning. Updated everything, still issue is there.
同样的问题。早上工作正常。更新了所有内容,问题仍然存在。
Have you solved this problem now?
i am getting same issue now any one know work around , thanks in advance
Will be fixed with #61
I'm also getting this with the current version
I'm getting same issue with the current version
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"