Skip to content
New issue

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

error: zlib.createBrotliDecompress is not implemented #8308

Closed
egeominotti opened this issue Jan 20, 2024 · 1 comment
Closed

error: zlib.createBrotliDecompress is not implemented #8308

egeominotti opened this issue Jan 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@egeominotti
Copy link

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?

Screenshot 2024-01-20 alle 21 37 37

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

@egeominotti egeominotti added the bug Something isn't working label Jan 20, 2024
@Jarred-Sumner
Copy link
Collaborator

Duplicate of #267

@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #267 Jan 21, 2024
@Jarred-Sumner Jarred-Sumner closed this as not planned Won't fix, can't repro, duplicate, stale Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants