bun icon indicating copy to clipboard operation
bun copied to clipboard

ConnectionClosed: The socket connection was closed unexpectedly. For more information, pass `verbose: true` in the second argument to fetch()

Open Cikaros opened this issue 10 months ago • 7 comments

What version of Bun is running?

docker image oven/bun:latest

What platform is your computer?

docker image oven/bun:latest

What steps can reproduce the bug?

ConnectionClosed: The socket connection was closed unexpectedly. For more information, pass verbose: true in the second argument to fetch()

path: https://mikanani.me/RSS/Search?searchstr=GM-Team+%E5%AE%8C%E7%BE%8E%E4%B8%96%E7%95%8C

What is the expected behavior?

No response

What do you see instead?

No response

Additional information

No response

Cikaros avatar Apr 03 '24 08:04 Cikaros

Could you share the code that produces this, the following code seems to work:

bun --print 'fetch("https://mikanani.me/RSS/Search?searchstr=GM-Team+%E5%AE%8C%E7%BE%8E%E4%B8%96%E7%95%8C")'

Electroid avatar Apr 09 '24 00:04 Electroid

image

https://fq.beitai.cc/content

Could you share the code that produces this, the following code seems to work:

bun --print 'fetch("https://mikanani.me/RSS/Search?searchstr=GM-Team+%E5%AE%8C%E7%BE%8E%E4%B8%96%E7%95%8C")'

zhuyankun avatar Apr 09 '24 10:04 zhuyankun

I reproduce the same problem when I have VPN enabled. Without VPN it works fine

Andrew-Ku avatar May 11 '24 20:05 Andrew-Ku