-
Notifications
You must be signed in to change notification settings - Fork 7
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
Timeout while Client creation #7
Comments
Could you try increasing the timeout manually? Seemed to work in another issue #6 |
tried that already didnt worked :/ |
@nikhilro so it seems like that one of your dependecies daily_flutter is causing that issue. Not 100% sure but maybe you can also check it again? |
daily_flutter is essential because we use daily for webrtc transport. this sdk should actually be a thin wrapper on daily_flutter. i'm pretty swamped with infra right now. if someone wants to take a stab at making the sdk work, happy to merge their PR. for reference, this is how web sdk works with dailyjs: https://github.com/VapiAI/web/blob/main/vapi.ts (again, should be pretty thin wrapper) |
wish i could take a stab.. i'm more of a hacker than an engineer. hope we can see progress here soon. good luck. blocked from development |
#10 might solve the creation timeout. Lmk if any issues remaining. |
Hey,
First of all we are using:
vapi: 0.0.9
Flutter: 3.22.2
We are trying to add vapi to our flutter app but we get a timeout error while the client is created (see image). The app crashed right after. It happens also on real devices.
We are using the example from the repository:
Thanks!
The text was updated successfully, but these errors were encountered: