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

GRPC Not working #12174

Closed
YZYLAB opened this issue Jun 26, 2024 · 2 comments
Closed

GRPC Not working #12174

YZYLAB opened this issue Jun 26, 2024 · 2 comments
Labels
bug Something isn't working needs repro Needs an example to reproduce node:zlib

Comments

@YZYLAB
Copy link

YZYLAB commented Jun 26, 2024

What version of Bun is running?

1.1.17

What platform is your computer?

Darwin 22.6.0 arm64 arm

What steps can reproduce the bug?

Using Yellowstone GRPC library from triton. Returning Z_DATA_ERR and Z_BUF_ERR after 1 second of running, does receive events before that.

Uncaught exception: 2486 | if (opts.dictionary) {
2487 | if (!Buffer2.isBuffer(opts.dictionary))
2488 | throw new Error("Invalid dictionary: it should be a Buffer instance");
2489 | }
2490 | this._handle = new binding.Zlib(mode);
2491 | this._hadError = !1, this._handle.onerror = function(message, errno) {
^
error: unexpected end of file
errno: -5
code: "Z_BUF_ERROR"

  at node:zlib:2491:59
  at node:zlib:2234:40
  at node:zlib:2209:45
  at node:zlib:2228:40
  at node:zlib:2155:39

What is the expected behavior?

No response

What do you see instead?

No response

Additional information

No response

@YZYLAB YZYLAB added bug Something isn't working needs triage labels Jun 26, 2024
@nektro nektro added needs repro Needs an example to reproduce node:zlib and removed needs triage labels Sep 16, 2024
Copy link
Contributor

Hello @YZYLAB. Please provide a minimal reproduction using a GitHub repository, Replit, or CodeSandbox. Issues marked with needs repro will be closed if they have no activity within 3 days.

@nektro
Copy link
Member

nektro commented Sep 25, 2024

should be fixed by #14079. will be available in the next canary/1.1.30. if the issue still persists after uprgading please let us know and I will reopen

@nektro nektro closed this as completed Sep 25, 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 needs repro Needs an example to reproduce node:zlib
Projects
None yet
Development

No branches or pull requests

2 participants