serpapi / serpapi-javascript

Scrape and parse search engine results using SerpApi.
https://serpapi.com
MIT License
45 stars 4 forks source link

TypeError: First parameter has member 'readable' that is not a ReadableStream. #13

Open WesleyYue opened 1 year ago

WesleyYue commented 1 year ago

When using getJson, I get the following error: TypeError: First parameter has member 'readable' that is not a ReadableStream.

I'm on node v18.15, serpapi 1.1.1

sebastianquek commented 1 year ago

Could you provide a minimal, reproducible example of this issue?