We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.24+6fa35839c
Linux 6.1.0-17-arm64 aarch64 unknown
When use ccxt last version.
309 | }); 310 | return; 311 | } 312 | // For br 313 | if (codings === 'br') { 314 | body$1 = Stream.pipeline(body$1, zlib__default["default"].createBrotliDecompress(), error => { ^ error: zlib.createBrotliDecompress is not implemented at node:zlib:2269:65 at /home/viperblock/skamm-v2/tas/src/dev/node_modules/ccxt/dist/cjs/src/static_dependencies/node-fetch/index.js:314:50 at node:http:887:29
No response
The text was updated successfully, but these errors were encountered:
Duplicate of #267
Sorry, something went wrong.
No branches or pull requests
What version of Bun is running?
1.0.24+6fa35839c
What platform is your computer?
Linux 6.1.0-17-arm64 aarch64 unknown
What steps can reproduce the bug?
When use ccxt last version.
What is the expected behavior?
What do you see instead?
309 | });
310 | return;
311 | }
312 | // For br
313 | if (codings === 'br') {
314 | body$1 = Stream.pipeline(body$1, zlib__default["default"].createBrotliDecompress(), error => {
^
error: zlib.createBrotliDecompress is not implemented
at node:zlib:2269:65
at /home/viperblock/skamm-v2/tas/src/dev/node_modules/ccxt/dist/cjs/src/static_dependencies/node-fetch/index.js:314:50
at node:http:887:29
Additional information
No response
The text was updated successfully, but these errors were encountered: