bun
bun copied to clipboard
ConnectionClosed: The socket connection was closed unexpectedly. For more information, pass `verbose: true` in the second argument to fetch()
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
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")'
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")'
I reproduce the same problem when I have VPN enabled. Without VPN it works fine