Skip to content
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 runtime stuck at fetching when using axios library #8996

Closed
rayanfer32 opened this issue Feb 19, 2024 · 1 comment
Closed

Bun runtime stuck at fetching when using axios library #8996

rayanfer32 opened this issue Feb 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rayanfer32
Copy link

What version of Bun is running?

1.0.27

What platform is your computer?

Linux 5.15.133.1-microsoft-standard-WSL2 x86_64 x86_64

What steps can reproduce the bug?

import axios from "axios"

console.log("Fetching data...");

let response = await axios.get("https://trendlyne.com/portfolio/superstar-shareholders/index/institutional")
let htmlContent = response.data
console.log(htmlContent);

console.log("Data fetched")

image

What is the expected behavior?

Should not be stuck

What do you see instead?

Stuck in fetching for long time, this issue occurs randomly in 1/4 tries

Additional information

I posted the CPU stats as well, unsure what to check. It seems like the buntime issue

@rayanfer32 rayanfer32 added the bug Something isn't working label Feb 19, 2024
@Electroid
Copy link
Contributor

Duplicate of #8673

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants