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
73.78k stars 30.88k forks source link

Media player ue_smart_radio stopped working #94167

Closed iemand-dev closed 8 months ago

iemand-dev commented 1 year ago

The problem

Since a few months now (since at least 28 April), the integration Media player platform ue_smart_radio is no longer working.

What version of Home Assistant Core has the issue?

core-2023.5.4

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

Media Player, platform ue_smart_radio

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

media_player:
  - platform: ue_smart_radio
    username: somethingsecret@mydomain.com
    password: !secret squeezebox

Anything in the logs that might be useful for us?

Logger: homeassistant.components.media_player
Source: components/ue_smart_radio/media_player.py:70
Integration: Mediaspeler (documentation, issues)
First occurred: 02:05:24 (1 occurrences)
Last logged: 02:05:24
Error while setting up ue_smart_radio platform for media_player

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 304, in _async_setup_platform
    await asyncio.shield(task)
  File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/ue_smart_radio/media_player.py", line 70, in setup_platform
    session = session_request.cookies["sdi_squeezenetwork_session"]
  File "/usr/local/lib/python3.10/site-packages/requests/cookies.py", line 334, in __getitem__
    return self._find_no_duplicates(name)
  File "/usr/local/lib/python3.10/site-packages/requests/cookies.py", line 413, in _find_no_duplicates
    raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}")
KeyError: "name='sdi_squeezenetwork_session', domain=None, path=None"

Additional information

No response

home-assistant[bot] commented 1 year ago

ue_smart_radio documentation ue_smart_radio source

Mommo333 commented 1 year ago

Hi,

It's a duplicate of mine from the 12 march: https://github.com/home-assistant/core/issues/89605

But no one want/know how to fix it :(

issue-triage-workflows[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment πŸ‘ This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

Mommo333 commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment πŸ‘ This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

It's still active and we wait for a solution!

issue-triage-workflows[bot] commented 11 months ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment πŸ‘ This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

Mommo333 commented 11 months ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment πŸ‘ This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

Issue still persistent....

issue-triage-workflows[bot] commented 8 months ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment πŸ‘ This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

iemand-dev commented 8 months ago

Issue can be closed. Logitech announced it will be stopping their UE smart radio services. As a result, this issue becomes obsolete.

image