Google Assistant on Ubuntu 'segmentation fault(core dumped)'
Good afternoon and Happy New Year !!
I'm trying to get Google Assistant working properly on my laptop. Actually it is working properly but not with the language that I want. The major issue that I have is when I type
googlesamples-assistant-hotword --project-id myprojectid --device-model-id mymodel
I get the error in the title.
But when I only enter
googlesamples-assistant-hotword --device-model-id mymodel
it works like a charm ! Of course I get the message "Your device is not registered blablabla".
I already manually registered it with the tool provided by Google in the terminal.
I do not know how to do I searched the web for every little solutions but none of them is working.
Thanks for you help and sorry for my English :)
I have the same situation, reversed. The issues might be related.
I submitted issue: https://github.com/googlesamples/assistant-sdk-python/issues/313
I have the same problem. Any solution?
Ok, I think I found a solution. When you try to use the hotword command it does not work and segment fault appears. I probe with another command:
google-assistant-demo --project-id YOUR-ID-PROJECT --device-model-id YOUR-ID-MODEL
Everything started to work, and then trying the hotword command also worked.
I hope it serves you.
My project segfaults on credential passing and on sending a text query.
Is there something I'm doing wrong?? 😩
I have the same issue, the push to talk method works fine but the hot word method does not ,the voice recording test also works fine here.any clue where to troubleshoot ?
I am having the same issue. I receive a
Segmentation fault (core dumped)
for google-assistant-demo as well as google-assistant-hotword no matter what I do.
I have same problem using orange pi zero with armbian ubuntu version any fix?
I have the same issue, the push to talk method works fine but the hot word method does not ,the voice recording test also works fine here.any clue where to troubleshoot ?
i have the exct same problem anyone find a the fix?
Requesting that someone please fix this or tell us how to correct the issue as this is halting me from furthering my smart-home project.
Any news about the issue?
@Eloque any solution on this?
Nothing yet...
Anyone figure this out yet? Both pushtotalk and hotword work on my raspberry pi 3 but hotword does not work on the PC. Segmentation fault (core dumped)
As commented on #313, there's no solution to this issue.
The new Google Assistant Service works over gRPC, and the (now old) Google Assistant Library is deprecated.
Cheers.
https://github.com/googlesamples/assistant-sdk-python/issues/356 https://github.com/googlesamples/assistant-sdk-python/issues/358 https://github.com/googlesamples/assistant-sdk-python/issues/359
to get it working, I downgraded the library version to 1.0.0
pip install google-assistant-library==1.0.0
to get it working, I downgraded the library version to
1.0.0pip install google-assistant-library==1.0.0
This worked for me, but audio suddenly went down and pops when google's response starts.
to get it working, I downgraded the library version to
1.0.0pip install google-assistant-library==1.0.0This worked for me, but audio suddenly went down and pops when google's response starts.
For me still not working. I am using a RPi 400
#356 #358 #359
So, basically, is not going to work on from RPi 4 onwards?