rhasspy / wyoming-handle-external

Wyoming protocol server that calls an external program to handle intents
MIT License
4 stars 0 forks source link

"No services found at endpoint" with Home assistant and Wyoming integration #1

Open tjiho opened 7 months ago

tjiho commented 7 months ago

Hello, Thanks for the work.

I tried to run the example:

script/run \
  --uri 'tcp://127.0.0.1:10500' \
  --program cat \
  --language fr

Then I did "add entry" with the right ip and port in Wyoming integration in HASS.

I got an error: "No services found at endpoint".

When running with --debug, here is the log:

DEBUG:root:Namespace(program='cat', language=['fr'], info_name='external', uri='tcp://0.0.0.0:10500', debug=True)
INFO:root:Ready
DEBUG:root:Client connected: 1992304827281541
DEBUG:root:Sent info to client: 1992304827281541
xrh0905 commented 2 months ago

Can confirm the same issue