You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The assistant does not display the text that the user made and never generates tokens for a response. For some reason, pressing Ctrl-C on the terminal fixes this and causes the assistant to display what the user spoke and respond to it in text and speech.
The text was updated successfully, but these errors were encountered:
Here it didn't respond until Ctrl-C was pressed. Afterwards it said "recording too short" a bunch, even though those recording attempts were definitely long enough when I made them. So something stopped the key press event handling thread.
I added logs, which will help in debugging this issue, and I have captured at least one implementation of this issue, and here are the results.
The application seems to freeze upon transcribing user audio and never exits. However, the RDEV thread sending keypresses and the audio recording thread starting and stopping recording audio files is still working.
The assistant does not display the text that the user made and never generates tokens for a response. For some reason, pressing Ctrl-C on the terminal fixes this and causes the assistant to display what the user spoke and respond to it in text and speech.
The text was updated successfully, but these errors were encountered: