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

More BrotliDecompress error info #27251

Open
shevernitskiy opened this issue Dec 6, 2024 · 1 comment
Open

More BrotliDecompress error info #27251

shevernitskiy opened this issue Dec 6, 2024 · 1 comment

Comments

@shevernitskiy
Copy link

shevernitskiy commented Dec 6, 2024

I getting some BrotliDecompress error on several YT clients. It fails somewhere inside deno nodejs compat files.

import { Innertube } from "npm:youtubei.js";
const yt = await Innertube.create();

Error:

error: Uncaught TypeError: Failed to decompress
    at BrotliDecompress.transform [as _transform] (ext:deno_node/_brotli.js:69:23)
    at BrotliDecompress.Transform._write (ext:deno_node/_stream.mjs:4563:12)
    at writeOrBuffer (ext:deno_node/_stream.mjs:3520:16)
    at _write (ext:deno_node/_stream.mjs:3465:14)
    at BrotliDecompress.Writable.write (ext:deno_node/_stream.mjs:3468:14)
    at Readable.ondata (ext:deno_node/_stream.mjs:2744:26)
    at Readable.emit (ext:deno_node/_events.mjs:393:28)
    at Readable.read (ext:deno_node/_stream.mjs:2597:14)
    at flow (ext:deno_node/_stream.mjs:2933:38)
    at resume_ (ext:deno_node/_stream.mjs:2915:7)

deno: 2.1.3

@sigmachirality
Copy link

Seems like #26086 could be related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants