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

twilio client hangs #8673

Closed
AndrewBarba opened this issue Feb 4, 2024 · 3 comments
Closed

twilio client hangs #8673

AndrewBarba opened this issue Feb 4, 2024 · 3 comments
Labels
bug Something isn't working needs investigate Needs to be investigated to find the root cause

Comments

@AndrewBarba
Copy link

AndrewBarba commented Feb 4, 2024

What version of Bun is running?

1.0.26

What platform is your computer?

Darwin 23.2.0 arm64 arm

What steps can reproduce the bug?

import twilio from 'twilio'

await twilio().messages.get('xyz').fetch().catch(() => null)

console.log('Never gets here...')

What is the expected behavior?

The http request completes (success or error) and the log is reached

What do you see instead?

The program hangs when issuing the fetch()

Additional information

No response

@AndrewBarba AndrewBarba added the bug Something isn't working label Feb 4, 2024
@Electroid Electroid added the needs investigate Needs to be investigated to find the root cause label Feb 4, 2024
@gopricy
Copy link

gopricy commented Feb 5, 2024

#5642 #7260 related and probably the same bug?

@AndrewBarba
Copy link
Author

AndrewBarba commented Feb 5, 2024

Twilio lib uses Axios. So im inclined to say all same bug. Not sure how reproducible the other issues are, the one I have here is very reproducible so hopefully easy enough to debug

@Electroid Electroid marked this as a duplicate of #8673 Feb 19, 2024
@Electroid Electroid closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2024
@Electroid Electroid reopened this Feb 19, 2024
@Electroid
Copy link
Contributor

Duplicate of #5642

@Electroid Electroid marked this as a duplicate of #5642 Feb 19, 2024
@Electroid Electroid closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs investigate Needs to be investigated to find the root cause
Projects
None yet
Development

No branches or pull requests

3 participants