Viraj Shelke
Results
11
comments of
Viraj Shelke
The following code snippet gives me this error ```js ;(async () => { const result = await client.search('q=*:*') console.log('Response:', JSON.stringify(result.response)) })() ``` ```bash (node:16591) UnhandledPromiseRejectionWarning: FetchError: invalid json response body...