We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Session is immediately closed with exception type socket_error and message "We could not connect to the voice. Please try again."
socket_error
The error originates here https://github.com/HumeAI/empathic-voice-api-js/blob/v0.1.15/packages/react/src/lib/VoiceProvider.tsx#L302-L305 and it appears that readyState is not yet OPEN (see https://github.com/HumeAI/empathic-voice-api-js/blob/v0.1.15/packages/react/src/lib/useVoiceClient.ts#L215-L217).
readyState
OPEN
The text was updated successfully, but these errors were encountered:
The fix is available in beta 0.1.16-beta.2 and will be included in the upcoming 0.1.16 release.
Sorry, something went wrong.
No branches or pull requests
Session is immediately closed with exception type
socket_error
and message "We could not connect to the voice. Please try again."The error originates here https://github.com/HumeAI/empathic-voice-api-js/blob/v0.1.15/packages/react/src/lib/VoiceProvider.tsx#L302-L305 and it appears that
readyState
is not yetOPEN
(see https://github.com/HumeAI/empathic-voice-api-js/blob/v0.1.15/packages/react/src/lib/useVoiceClient.ts#L215-L217).The text was updated successfully, but these errors were encountered: