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
When using the GUI, I run into segmentation faults. I use the "press and hold to record speech" button, sometimes I can say one utterance, have it correctly recognized and get a generated reply, or sometimes it fails on my first utterance.
The error I see is:
QObject::connect: Cannot queue arguments of type 'QTextCursor' (Make sure 'QTextCursor' is registered using qRegisterMetaType().) Segmentation fault (core dumped)
If I ONLY type responses, I do not get this issue.
Believing this to be a PyQT error, I try to running with the gui setting as False in the settings.yml file, but then I get a "NotImplementedError" raised by the call to the enable_speech function.
I'm running on Ubuntu 20.04.
The text was updated successfully, but these errors were encountered:
When using the GUI, I run into segmentation faults. I use the "press and hold to record speech" button, sometimes I can say one utterance, have it correctly recognized and get a generated reply, or sometimes it fails on my first utterance.
The error I see is:
QObject::connect: Cannot queue arguments of type 'QTextCursor' (Make sure 'QTextCursor' is registered using qRegisterMetaType().) Segmentation fault (core dumped)
If I ONLY type responses, I do not get this issue.
Believing this to be a PyQT error, I try to running with the gui setting as False in the settings.yml file, but then I get a "NotImplementedError" raised by the call to the enable_speech function.
I'm running on Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: