home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.66k stars 28.82k forks source link

Emby integration won't set up #115730

Open hacshacdgacs opened 2 months ago

hacshacdgacs commented 2 months ago

The problem

Integration completely refuses to set up and connect to the server. The config I've entered should be correct as far as I can tell from the documentation on it

What version of Home Assistant Core has the issue?

core-2024.4.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Emby

Link to integration documentation on our website

https://www.home-assistant.io/integrations/emby/

Diagnostics information

No response

Example YAML snippet

# Emby
media_player:
  - platform: emby
    host: 192.168.68.179
    port: 8096
    api_key: "my api key"

Anything in the logs that might be useful for us?

Logger: pyemby.server
Source: runner.py:189
First occurred: 15:24:44 (2 occurrences)
Last logged: 15:24:44

Error fetching Emby data:
Unable to register emby client.

Additional information

No response

home-assistant[bot] commented 2 months ago

Hey there @mezz64, mind taking a look at this issue as it has been labeled with an integration (emby) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `emby` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign emby` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


emby documentation emby source (message by IssueLinks)

mptpro commented 2 weeks ago

Same problem. I am running HA and Emby in docker, if that matters.

Starstrike commented 1 week ago

Just noticed this happening in the past couple days when my light automations stopped working. Lights are set to dim/brighten if something is playing or not.

I'm using Emby in Docker and HA runs in Hyper-V. Using Supervised. Core is 2024.6.3. Getting the same "Unable to register emby client" error in the logs. All the Emby entities are saying they aren't being provided by the integration anymore.

Starstrike commented 1 week ago

Seems the integrations came back after the HA OS update yesterday.