PhoenixR49 / hass-huggingchat-conversation

Conversation support for Home Assistant using HuggingChat.
GNU General Public License v3.0
9 stars 3 forks source link

Login currently not working with Hugging Face #6

Closed laberning closed 4 months ago

laberning commented 4 months ago

Describe the bug Currently, login with Hugging Face will throw an exception Exception: Something went wrong!

To Reproduce Steps to reproduce the behavior:

  1. Install the Integration (i.e. via HACS)
  2. Add the Integration
  3. Click Configure and Enter Credentials
  4. Login will report wrong credentials
  5. Logs will report Exception: Something went wrong!

Expected behavior Login should succeed

Additional context The reason for the Problem seems to be this issue with the hugchat package: https://github.com/Soulter/hugging-chat-api/issues/206

If I update the package in manifest.json to hugchat==0.4.4, then the Login works again as expected.

PhoenixR49 commented 4 months ago

Thanks for your report, I've just updated the extension to the latest version of hugchat (0.4.5).

Sriharan-S commented 3 months ago

Describe the bug Currently, login with Hugging Face will throw an exception Exception: Something went wrong!

To Reproduce Steps to reproduce the behavior:

  1. Install the Integration (i.e. via HACS)
  2. Add the Integration
  3. Click Configure and Enter Credentials
  4. Login will report wrong credentials
  5. Logs will report Exception: Something went wrong!

Expected behavior Login should succeed

Additional context The reason for the Problem seems to be this issue with the hugchat package: Soulter/hugging-chat-api#206

If I update the package in manifest.json to hugchat==0.4.4, then the Login works again as expected.

May I know, where is the manifest.json located bro?

PhoenixR49 commented 3 months ago

What version of integration do you use?