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
Uncaught RequestError: The "listener" argument must be of type function. Received an instance of Object
at Request._beforeError (file:///home/kesav/.cache/deno/npm/registry.npmjs.org/got/14.4.3/dist/source/core/index.js:183:21)
at Request.flush (file:///home/kesav/.cache/deno/npm/registry.npmjs.org/got/14.4.3/dist/source/core/index.js:172:18)
at _node_internal (ext:deno_node/internal/validators.mjs:283:13)
at checkListener (ext:deno_node/_events.mjs:116:3)
at HttpsClientRequest.once (ext:deno_node/_events.mjs:537:3)
at new ClientRequest (node:http:172:12)
at new HttpsClientRequest (node:https:73:79)
at request (node:https:123:10)
at Request._makeRequest (file:///home/kesav/.cache/deno/npm/registry.npmjs.org/got/14.4.3/dist/source/core/index.js:838:37)
at Request.flush (file:///home/kesav/.cache/deno/npm/registry.npmjs.org/got/14.4.3/dist/source/core/index.js:158:24)
at eventLoopTick (ext:core/01_core.js:175:7)
...
Describe the bug
Actual behavior
Uncaught RequestError: The "listener" argument must be of type function. Received an instance of Object
at Request._beforeError (file:///home/kesav/.cache/deno/npm/registry.npmjs.org/got/14.4.3/dist/source/core/index.js:183:21)
at Request.flush (file:///home/kesav/.cache/deno/npm/registry.npmjs.org/got/14.4.3/dist/source/core/index.js:172:18)
at _node_internal (ext:deno_node/internal/validators.mjs:283:13)
at checkListener (ext:deno_node/_events.mjs:116:3)
at HttpsClientRequest.once (ext:deno_node/_events.mjs:537:3)
at new ClientRequest (node:http:172:12)
at new HttpsClientRequest (node:https:73:79)
at request (node:https:123:10)
at Request._makeRequest (file:///home/kesav/.cache/deno/npm/registry.npmjs.org/got/14.4.3/dist/source/core/index.js:838:37)
at Request.flush (file:///home/kesav/.cache/deno/npm/registry.npmjs.org/got/14.4.3/dist/source/core/index.js:158:24)
at eventLoopTick (ext:core/01_core.js:175:7)
...
Expected behavior
The text from the request
...
Code to reproduce
Checklist
The text was updated successfully, but these errors were encountered: