[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Google Assistant on Ubuntu 'segmentation fault(core dumped)' #314

Open
JulienDupontDev opened this issue Jan 3, 2019 · 19 comments
Open

Comments

@JulienDupontDev
Copy link

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 :)

@Eloque
Copy link
Eloque commented Jan 3, 2019

I have the same situation, reversed. The issues might be related.

I submitted issue: #313

@alberttoMur
Copy link

I have the same problem. Any solution?

@alberttoMur
Copy link

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.

@m-flak
Copy link
m-flak commented Feb 27, 2019

My project segfaults on credential passing and on sending a text query.

Is there something I'm doing wrong?? 😩

@Noraccire
Copy link

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 ?

@FrankWhoee
Copy link

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.

@marine1988
Copy link

I have same problem using orange pi zero with armbian ubuntu version any fix?

@marine1988
Copy link

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?

@BlueCyro
Copy link

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.

@dimitris17563
Copy link

Any news about the issue?

@bachoo786
Copy link

@Eloque any solution on this?

@dimitris17563
Copy link

Nothing yet...

@Hameem1
Copy link
Hameem1 commented Aug 7, 2019

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)

@pablorq
Copy link
pablorq commented Aug 26, 2019

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.

@acidfreako
Copy link

#356
#358
#359

@thanxx
Copy link
thanxx commented Nov 3, 2019

to get it working, I downgraded the library version to 1.0.0
pip install google-assistant-library==1.0.0

@Eli-Audio
Copy link

to get it working, I downgraded the library version to 1.0.0
pip install google-assistant-library==1.0.0

This worked for me, but audio suddenly went down and pops when google's response starts.

@georgeion
Copy link

to get it working, I downgraded the library version to 1.0.0
pip install google-assistant-library==1.0.0

This 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

@georgeion
Copy link
georgeion commented Feb 11, 2021

#356
#358
#359

So, basically, is not going to work on from RPi 4 onwards?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests