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

alexa_media_everywhere no longer sends message to every Alexa device (specifically a echo show 8 is excluded for some reason) #2744

Open
pcmike opened this issue Dec 11, 2024 · 5 comments

Comments

@pcmike
Copy link

pcmike commented Dec 11, 2024

IMPORTANT: Please search the issues, including closed issues, and the FAQ before opening a new issue. The template is mandatory; failure to use it will result in issue closure.

Describe the bug

After the most recent spat of updates (I'm not now on 5.0.4) my automations using notify.alexa_media_everywhere no longer play a message on every echo device; specifically the echo show 8 in the kitchen does not play the message.

To Reproduce

Try sending a message to notify.alexa_media_everywhere

Expected behavior

Every echo speaker should be outputting the same message

System details

  • Home Assistant version: HAOS 2024.12.2
  • alexa_media version (from const.py or HA startup log): 5.0.4
  • alexapy version (from pip show alexapy in homeasssistant container or HA startup log): no clue how to get into the container
  • Is Amazon 2FA/2SV enabled <!---We will not debug login issues if unanswered---> (y/n): y
  • Amazon Domain: no clue? I'm US based

Debug Logs (alexa_media & alexapy)
Please provide logs.

Additional context

@sayam93
Copy link
Contributor

sayam93 commented Dec 11, 2024

Did you face this issue with 5.0.2? If not and 5.0.3 broke it, 5.0.4 should fix it.

IMPORTANT: Please search the issues, including closed issues, and the FAQ before opening a new issue. The template is mandatory; failure to use it will result in issue closure.

Describe the bug

After the most recent spat of updates (I'm not on 5.0.4) my automations using notify.alexa_media_everywhere no longer play a message on every echo device; specifically the echo show 8 in the kitchen does not play the message.

To Reproduce

Try sending a message to notify.alexa_media_everywhere

Expected behavior

Every echo speaker should be outputting the same message

System details

  • Home Assistant version: HAOS 2024.12.2
  • alexa_media version (from const.py or HA startup log): 5.0.4
  • alexapy version (from pip show alexapy in homeasssistant container or HA startup log): no clue how to get into the container
  • Is Amazon 2FA/2SV enabled <!---We will not debug login issues if unanswered---> (y/n): y
  • Amazon Domain: no clue? I'm US based

Debug Logs (alexa_media & alexapy) Please provide logs.

Additional context

@pcmike
Copy link
Author

pcmike commented Dec 11, 2024

I’m sorry, I got autocorrected as I was rushing out of the house. The not should be a now. I am on 5.0.4 and the issue still exists.

@sayam93
Copy link
Contributor

sayam93 commented Dec 11, 2024

I’m sorry, I got autocorrected as I was rushing out of the house. The not should be a now. I am on 5.0.4 and the issue still exists.

Was this present in 5.0.2? 5.0.4 reverts the changes made in 5.0.3 and only changes the text for error message.

@pcmike
Copy link
Author

pcmike commented Dec 11, 2024

Unsure, I believe so.

@sayam93
Copy link
Contributor

sayam93 commented Dec 11, 2024

Unsure, I believe so.

v5.0.2...v5.0.4

The only changes between 5.0.2 and 5.0.4 besides version number and the new error message is that error messages have been added to const.py and are being imported from there.

This version basically replaces:

"To send TTS, please set Announce=true. Music can't be played this way."

with

"Sorry, direct music streaming isn't supported. This limitation is set by Amazon, and not by Alexa-Media-Player, Music-Assistant, nor Home-Assistant."

That shouldn't break the functionality you have mentioned unless it was already broken in 5.0.2

Did you add a target entity_id to the action call as that is usually required?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants