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

PyQT thread issue? #2

Open
nixwebb opened this issue Jul 14, 2021 · 0 comments
Open

PyQT thread issue? #2

nixwebb opened this issue Jul 14, 2021 · 0 comments

Comments

@nixwebb
Copy link

nixwebb commented Jul 14, 2021

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.

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

1 participant