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
74.2k stars 31.16k forks source link

Bose SoundTouch play media URL stopped working #132254

Open rgerbranda opened 10 hours ago

rgerbranda commented 10 hours ago

The problem

I was always started radio channels using it's URL, but this suddenly stopped working. I started debug logging. It looks like the command was send to the SoundTouch, but nothing happens.

What version of Home Assistant Core has the issue?

2024.8.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

soundtouch

Link to integration documentation on our website

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

Diagnostics information

2024-12-04 11:08:05.343 DEBUG (SyncWorker_0) [homeassistant.components.soundtouch.media_player] Starting media with media_id: http://icecast.vrtcdn.be/stubru.aac
2024-12-04 11:08:05.343 DEBUG (SyncWorker_0) [homeassistant.components.soundtouch.media_player] Playing URL http://icecast.vrtcdn.be/stubru.aac
2024-12-04 11:09:03.124 DEBUG (SyncWorker_6) [homeassistant.components.soundtouch.media_player] Starting media with media_id: http://icecast.omroep.nl/radio1-bb-aac
2024-12-04 11:09:03.124 DEBUG (SyncWorker_6) [homeassistant.components.soundtouch.media_player] Playing URL http://icecast.omroep.nl/radio1-bb-aac

Example YAML snippet

alias: NPO 3FM
sequence:
  - target:
      entity_id: media_player.soundtouch_asb
    data:
      media_content_id: http://icecast.omroep.nl/3fm-bb-aac
      media_content_type: music
    action: media_player.play_media
description: ""

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 10 hours ago

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

Code owner commands Code owners of `soundtouch` 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 soundtouch` 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)


soundtouch documentation soundtouch source (message by IssueLinks)