-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
TypeError: undefined is not an object (evaluating 'new tls.TLSSocket(new stream.PassThrough)._handle._parentWrap') #3061
Comments
Darn too fast, I came here to open this issue :) |
While digging for the root cause of the error, I found this line in the deno source of
Imho this might not be needed for bun as it seems pretty much node realm optimization. If it is needed it can be added in future. But now making this |
Probably not super helpful, but maybe for someone using search will find it this way: had this error due to using npm package |
Probably related to this issue, in the
|
This also seems to be causing issues with Drizzle Kit. I have this error when using their push command from the cli. const secureSocket = new Tls.TLSSocket(this.stream, {
rejectUnauthorized,
requestCert: true,
secureContext,
isServer: false
}); This is happening when using Windows 11 Ubuntu WSL 2024.2.33.0, Bun 1.0.2, and drizzle-kit 0.19.13. |
The original issue was fixed,
This issue is being tracked here: #3150 |
What version of Bun is running?
0.6.4
What platform is your computer?
Linux 5.4.0-1106-azure x86_64 x86_64
What steps can reproduce the bug?
Use the got package and create a request with it.
What is the expected behavior?
A succesful request.
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: