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

No progress in call in dialin even after the user responds many time #690

Open
geekofycoder opened this issue Nov 5, 2024 · 3 comments
Open
Assignees

Comments

@geekofycoder
Copy link

Description

Is this reporting a bug or feature request?
It is a Bug regarding the used of dialin feature of pipecat

If reporting a bug, please fill out the following:

Environment

  • pipecat-ai version:0.0.48.dev5
  • python version:3.10.12
  • OS:Ubuntu

Issue description

Provide a clear description of the issue.
I was implementing the dialin feature with twilio.I manage to do the call forwarding my creation of new room but when the bot says the first phrase,how many times the user responds ,it doesnt respond back.For checking if the user transcription are loading,I tried the content.get_messages.json()method also but the role:user transcript part is not available

Repro steps

List the steps to reproduce the issue.
call the bot_runner.py in the dialin chatbot through twilio method.

Expected behavior

User query should be mentioned and answered

Actual behavior

NO response to the user

@arturnt
Copy link

arturnt commented Nov 22, 2024

I am experiencing the same issue, any ideas?

@markbackman
Copy link
Contributor

@geekofycoder, can you share your code for how you're setting up your transport and initializing capture_participant_transcription? It sounds like user transcription may not be configured correctly.

Also, you've probably seen these examples, but if not, check out these bots files:

Things to look out for:

  • setting up your transport with the correct params
  • awaiting any functions like await transport.capture_participant_transcription(participant["id"])

@markbackman
Copy link
Contributor

@geekofycoder are you still blocked by this issue? Also, what transport and what service are you using for STT?

@markbackman markbackman self-assigned this Dec 3, 2024
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

3 participants