#Voice PE playback esp-tls: [sock=58] select() timeout

1 messages · Page 1 of 1 (latest)

ornate hornet
#

I wanted to customize some additional settings so I adopted Voice PE into ESPHome Builder, made a change to add a single restart button, and it all works except for playing back the voice response.

I get this in logs.
[10:14:47][D][voice_assistant:641]: Event Type: 8
[10:14:47][D][voice_assistant:719]: Response URL: "http://<local_ip_here>:8123/api/tts_proxy/<some_file_here>.flac"
[10:14:47][D][voice_assistant:515]: State changed from AWAITING_RESPONSE to STREAMING_RESPONSE
[10:14:47][D][voice_assistant:522]: Desired state set to STREAMING_RESPONSE
[10:14:47][D][media_player:080]: 'Media Player' - Setting
[10:14:47][D][media_player:087]: Media URL: http://<local_ip_here>:8123/api/tts_proxy/<some_file_here>.flac
[10:14:47][D][media_player:093]: Announcement: yes
[10:14:47][D][voice_assistant:641]: Event Type: 2
[10:14:47][D][voice_assistant:733]: Assist Pipeline ended
[10:14:52][D][esp-idf:000][ann_read]: E (59557) esp-tls: [sock=58] select() timeout=
[10:14:52][D][esp-idf:000][ann_read]: E (59564) transport_base: Failed to open a new connection: 32774
[10:14:52][D][esp-idf:000][ann_read]: E (59570) HTTP_CLIENT: Connection failed, sock < 0
[10:14:52][E][nabu_media_player.pipeline:171]: Media reader encountered an error: ESP_ERR_HTTP_CONNECT
[10:14:52][E][nabu_media_player:305]: The announcement pipeline's file reader encountered an error.
[10:14:52][D][voice_assistant:515]: State changed from STREAMING_RESPONSE to IDLE
[10:14:52][D][voice_assistant:522]: Desired state set to IDLE

The device is already added in HA and can interact with it, I confirmed the flac file plays just fine via my browser, so just the Voice PE device times out when trying to play it. Reflashing with latest firmware fixes, but the moment I adopt into esphome and build, it fails again.

Any ideas? Thanks!

ornate hornet
#

Gah, so dumb - I had my esphome wifi config pointing at my isolated VLAN so when I adopted it could no longer reach HA.