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

Bug report: wrong conversation id #18

Open
Elarion245 opened this issue Nov 21, 2024 · 1 comment
Open

Bug report: wrong conversation id #18

Elarion245 opened this issue Nov 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Elarion245
Copy link

Describe the bug
`Logger: homeassistant.components.assist_pipeline.pipeline
Quelle: components/assist_pipeline/pipeline.py:1017
Integration: Assist pipeline (Dokumentation, Probleme)
Erstmals aufgetreten: 08:19:27 (2 Vorkommnisse)
Zuletzt protokolliert: 08:19:40

Unexpected error during intent recognition
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/assist_pipeline/pipeline.py", line 1017, in recognize_intent
conversation_result = await conversation.async_converse(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/conversation/agent_manager.py", line 110, in async_converse
result = await method(conversation_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/huggingchat_conversation/init.py", line 190, in async_process
await self.hass.async_add_executor_job(chatbot.change_conversation, info)
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/hugchat/hugchat.py", line 257, in change_conversation
raise exceptions.InvalidConversationIDError(
hugchat.exceptions.InvalidConversationIDError: Invalid conversation id, not in conversation list.`

To Reproduce
Install 1.3.7 and use. After the upgrade it worked exactly one and then I received the error. Not working since then, also not with assist enabled l.

Expected behavior
Working Assist

Environment:

  • Home Assistant 2024.11
  • Version 1.3.7
@Elarion245 Elarion245 added the bug Something isn't working label Nov 21, 2024
@Invernomut0
Copy link

Same here:

ENV:
Core: 2024.11.3
Supervisor: 2024.11.4
Operating System: 13.2
Frontend: 20241106.2
Huggingface 1.3.7

ERROR:
Unexpected error during intent recognition
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/assist_pipeline/pipeline.py", line 1017, in recognize_intent
conversation_result = await conversation.async_converse(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/conversation/agent_manager.py", line 110, in async_converse
result = await method(conversation_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/huggingchat_conversation/init.py", line 190, in async_process
await self.hass.async_add_executor_job(chatbot.change_conversation, info)
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/hugchat/hugchat.py", line 257, in change_conversation
raise exceptions.InvalidConversationIDError(
hugchat.exceptions.InvalidConversationIDError: Invalid conversation id, not in conversation list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants