m50 / ha-fallback-conversation

HomeAssistant Assist Fallback Conversation Agent
MIT License
76 stars 12 forks source link

Unexpected error during intent recognition in 2024.10.0b0 #32

Closed caohuongls closed 1 month ago

caohuongls commented 1 month ago

I've upgraded to the new beta version 2024.10.0b0 for testing, but I've found that this custom component not working with error " Unexpected error during intent recognition". However, when others agent runs independently, they work fine.

This occurs in the combinations between the Assist, Extended OpenAI Conversation, and Google Generative AI conversation agents.

``

m50 commented 1 month ago

Can you upgrade Fallback Conversation Agent to v2.0.2-beta and see if it fixes the issue? I am not on the beta build of HomeAssistant, and I prefer stability, so never upgrade until a couple weeks after release, and do not have a beta HA setup (I should probably do that, considering they keep breaking things) so I won't be able to test locally right now

caohuongls commented 1 month ago

@m50 Thanks, it seems to have fixed the issue for me. Everything is working as expected.

caohuongls commented 1 month ago

I have another question that's not directly related to this issue. I hope you have experience with it, and we can discuss it further in a different context. I'm using Wyoming Satellite on a Raspberry Pi 2W with your component to control Home Assistant. The issue I'm facing is:

Have you encountered this issue? Is it something that can be fixed within your component, or is it on the Wyoming Satellite side? Thanks

m50 commented 1 month ago

It's a wyoming Satellite limitation. Something I wanted to try to fix in it's code, but it seems like the HA team is moving away from wyoming satellite so I gave up on that. But yeah, not related to this at all.

iganeshk commented 1 month ago

@m50 just checking in to see if you were aware of this PR https://github.com/home-assistant/core/pull/118835 which should have addressed this issue.

I am trying to back trace this issue still persists as this component should pick up the conversation_id by design https://github.com/m50/ha-fallback-conversation/blob/523d91ac31bf9a33119985a8f17fda84b78c26e9/custom_components/fallback_conversation/conversation.py#L113-L116

Edit: Looks like the Satellite Source itself has this debt, sorry to open this back up!

maxi1134 commented 1 month ago

I have this issue on v2.0.2 coupled with HA2024.10.1.

Is anyone else experiencing it?