Ashcon Partovi

Results 384 comments of Ashcon Partovi

It also could be that `Readable.fromWeb`, specifically, is not emitting the event. ```js const response = await fetch(asset.browser_download_url); const {body: bodyStream, status, ok} = response; if (!ok || status !==...

Could you please share the code and commands you used?

Is it possible to share the `package.json`? If there are IP addresses, feel free to change them to localhost.

Are you able to share the `package.json` and snippet of code you used?

The root issue is that Bun does not support MUSL, and our alpine image is using a hacky way around it.

Are you able to share the `package.json` you used?

We also need to make the error message better.