You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node version: latest (also tested on node version 18)
google-play-scraper version: latest release
Description:
i've use this library to fetch similar apps, but in some cases its cannot scrape similar apps
Example code:
try{constsimilarApps=awaitgplay.similar({ appId,fullDetail: true});res.json(similarApps);}catch(error){res.status(500).json({error: 'Failed to fetch similar apps',details: error.message});}
Error message:
{"error":"Failed to fetch similar apps","details":"Cannot read properties of null (reading 'length')"}
The text was updated successfully, but these errors were encountered:
Description:
i've use this library to fetch similar apps, but in some cases its cannot scrape similar apps
Example code:
Error message:
The text was updated successfully, but these errors were encountered: