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

socket connection refused #1

Open
hexxter opened this issue May 29, 2018 · 5 comments
Open

socket connection refused #1

hexxter opened this issue May 29, 2018 · 5 comments

Comments

@hexxter
Copy link

hexxter commented May 29, 2018

If i run ./respeakerd -mode=pulse -source="alsa_input.platform-sound_0.seeed-8ch" -debug -snowboy_model_path="./resources/snowboy.umdl" -snowboy_res_path="./resources/common.res" -snowboy_sensitivity="0.4" i can see n the log the trigger of the hotword. But i can not connect via Python client:

python respeakerd_client.py
INFO:__main__:Start to connect to the socket: /tmp/respeakerd.sock ...
ERROR:__main__:Error when connect to the socket: [Errno 111] Connection refused

When i start respeakerd without -mode=pulse i see no reaction by the hotword and when i connect the python client i always get "None".

@KillingJacky
Copy link
Contributor

mode pulse will not create /tmp/respeakerd.sock file. To run respeakerd_client.py, please start respeakerd with the default mode (without the mode parameter).

@hexxter
Copy link
Author

hexxter commented May 29, 2018

see on my issue:
When i start respeakerd without -mode=pulse i see no reaction by the hotword and when i connect the python client i always get "None".

In the default mode:
In the respeakerd log i see no reaction on the hotword and the python client only shows None

@hexxter
Copy link
Author

hexxter commented Jun 6, 2018

there is a solution here? how can i debug this problem? If i user the default mode and get only None via the python client?

@Franklin62120
Copy link

@hexxter Did you find any solution ? I also get this problem, only get None result via the python client ...

@Padamaya
Copy link

Any new updates? I have the same issues, although I have followed the instructions in the wiki.

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

4 participants