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
Description:
I encountered a network problem while making a request using google-play-scraper. Even after wrapping the request in a try-catch block, the function could not continue working.
The error message I received was:
Error: Error requesting Google Play: Client network socket disconnected before secure TLS connection was established
at D:\node_work\work\knowledge\googleplay\node_modules\google-play-scraper\lib\utils\request.js:41:19
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async scrapeGooglePlay (D:\node_work\work\knowledge\googleplay\google-play.js:35:26)
at async main (D:\node_work\work\knowledge\googleplay\google-play.js:127:9) {
status: undefined
}
Operating System:
Windows 10
Node version:
16.16.0
google-play-scraper version:
^9.1.1
Description:
I encountered a network problem while making a request using google-play-scraper. Even after wrapping the request in a try-catch block, the function could not continue working.
The error message I received was:
Example code:
The text was updated successfully, but these errors were encountered: