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

Interruption results in closed connection #14

Open
ARochniak opened this issue Dec 27, 2024 · 1 comment
Open

Interruption results in closed connection #14

ARochniak opened this issue Dec 27, 2024 · 1 comment

Comments

@ARochniak
Copy link

Interruption during agent "speaking" results in closing websocket connection, with the reason: "Interrupted message doesn't match the last agent message".

Steps to reproduce:

  1. Clone the repo
git clone https://github.com/elevenlabs/elevenlabs-examples.git.
  1. Move into the app example
cd elevenlabs-examples/examples/conversational-ai/nextjs

3 Install dependencies

pnpm i
  1. Create .env form the .env.example
cp .env.example .env
  1. Provide env variables within the .env
  2. Run the nextjs demo
pnpm dev
  1. Interrupt agent while it "speaking"
@CodingFu
Copy link

CodingFu commented Jan 9, 2025

I think we experience the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants