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

After update today notify.alexa_media no longer shows or works in HA #2117

Open
thorrrr opened this issue Nov 22, 2023 · 14 comments
Open

After update today notify.alexa_media no longer shows or works in HA #2117

thorrrr opened this issue Nov 22, 2023 · 14 comments
Labels
question Further information is requested

Comments

@thorrrr
Copy link

thorrrr commented Nov 22, 2023

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
I have several automation's using notify.alexa_media but after an update it no longer shows or works in HA
The service is no longer showing so this part of my automation's no longer work

Logger: homeassistant.helpers.script.websocket_api_script
Source: helpers/script.py:1783
First occurred: 16:42:05 (2 occurrences)
Last logged: 16:47:07

websocket_api script: Error executing script. Service not found for call_service at pos 1: Unable to find service notify.alexa_media

Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/connection.py:268
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 16:42:05 (2 occurrences)
Last logged: 16:47:07

[139756669377344] Error handling message: Unable to find service notify.alexa_media (unknown_error) Dale from 192.168.23.34 (Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36)

image

@svenht
Copy link

svenht commented Nov 22, 2023

Same problem here :-(

@ZeloNoleZ
Copy link

ZeloNoleZ commented Nov 23, 2023

Same here

Update: It's working again.

@VictoriousCupid
Copy link

For me it works half the time.

@MidnightLink
Copy link

MidnightLink commented Nov 25, 2023

I'm wondering it they were having issues on the API's end as these all happened near the same time

This error originated from a custom integration.

Logger: custom_components.alexa_media
Source: helpers/update_coordinator.py:322
Integration: Alexa Media Player (documentation, issues)
First occurred: 10:38:04 AM (1 occurrences)
Last logged: 10:38:04 AM
Error fetching alexa_media data: Error communicating with API:

Logger: alexapy.helpers
Source: runner.py:188
First occurred: 10:38:04 AM (4 occurrences)
Last logged: 10:38:04 AM

alexaapi.get_devices((<alexapy.alexalogin.AlexaLogin object at 0x7f8651eefe10>,), {}): Timeout error occurred accessing AlexaAPI: An exception of type CancelledError occurred. Arguments: ()
alexaapi.get_bluetooth((<alexapy.alexalogin.AlexaLogin object at 0x7f8651eefe10>,), {}): Timeout error occurred accessing AlexaAPI: An exception of type CancelledError occurred. Arguments: ()
alexaapi.get_device_preferences((<alexapy.alexalogin.AlexaLogin object at 0x7f8651eefe10>,), {}): Timeout error occurred accessing AlexaAPI: An exception of type CancelledError occurred. Arguments: ()
alexaapi.get_dnd_state((<alexapy.alexalogin.AlexaLogin object at 0x7f8651eefe10>,), {}): Timeout error occurred accessing AlexaAPI: An exception of type CancelledError occurred. Arguments: ()
Logger: homeassistant.components.alexa.state_report
Source: components/alexa/state_report.py:376
Integration: Amazon Alexa (documentation, issues)
First occurred: 10:37:57 AM (2 occurrences)
Last logged: 10:38:11 AM

Timeout sending report to Alexa for sensor.temperature_humidity_sensor_library_attic_air_temperature
Timeout sending report to Alexa for sensor.temperature_humidity_sensor_top_attic_air_temperature

@alandtse
Copy link
Owner

Please fill out the full template. You're not providing all the required info.

@alandtse alandtse added the question Further information is requested label Nov 27, 2023
@andregoncalvespires
Copy link

Same here

@edzards
Copy link

edzards commented Dec 4, 2023

same for me

@andregoncalvespires
Copy link

I already use the alexa_media.update_last_caled service in all scripts, but I can't understand why some echos don't have last_called and the last_called_timestamp and last_called_summary attributes updated. I believe this is the reason why it is not working correctly.

image

@mrai64
Copy link

mrai64 commented Feb 18, 2024

A week ago also for me. Was my ALL notify.* on HA...

@Gheben
Copy link

Gheben commented Feb 25, 2024

Guys, It seems that I found a solution (temp solution?)
Comment media_player and api in configuration.yaml as in the image below, restart HA and works again!

Screenshot_20240225_084056_Home Assistant

@daxxio
Copy link

daxxio commented Mar 2, 2024

maybe a coinicidence, but just wanted to add that for me it worked after commenting these lines and ass Gheben mentioned, the media_player:

alexa:
  smart_home:
    locale: de-DE
    #endpoint: 
    #client_id: 
    #client_secret:

@shamimrahim
Copy link

I updated to latest version of Homeassistant yesterday and the notify.alexa services had disappeared. I restored to an older version and they came back. I checked for @daxxio and @Gheben's fixes but they did not work for me.

@makgiber1984
Copy link

Same problem here, for two weeks the notify.alexa_media_xxx services have been randomly disappearing, sometimes they recover when restarting, but it has not been recovered for days. Any idea?
Capture de pantalla 2024-04-23 a las 18 55 36 Captura de pantalla 2024-04-23 a las 18 56 33

@mirlorojiblanco
Copy link

The same here :-(. What is the solution?

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

No branches or pull requests