-
-
Notifications
You must be signed in to change notification settings - Fork 939
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
Bun throws error 'A retry listener has been attached already' #2299
Comments
If this only happens on Bun and not Node.js, you need to report it in the Bun issue tracker. They claim Node.js compatibility, so they need to resolve any Node.js compatibility issues. |
It makes sense, you can close this if you'd like |
As I understand, issue is fix is stuck oven-sh/bun#4395 |
Unfortunately this isn't the only thing where bun fails in
throws
also bun seems to freeze 2 times out of 3 not resolving a single request response forever — didn't dive deep into why ) |
Does 1.0.13 fix the issue? |
nope :( |
With got 14.3.0, I am getting
|
fwiw after hitting this we just opted to use ky which is basically the same thing but works with fetch, so it works on bun. |
Bun throws error on this line
https://github.com/sindresorhus/got/blob/944caa8ce8151d7b18ab17c4130b18d622c04ebe/source/core/index.ts#L219C3-L224C1
The text was updated successfully, but these errors were encountered: