-
Notifications
You must be signed in to change notification settings - Fork 300
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
An error occurred accessing AlexaAPI: LoginError occurred. Arguments: ('Unauthorized',)
#2429
Comments
Can you try again with the new release 4.12.7? |
same problem also with new release 4.12.7 I did a roolback to 2024.7.4 and AMP 4.12.7 and all work fine |
works again for me on 4.12.7! |
Same here. Updating to the latest release fixed it. |
I did various tests based also on the other open issues, unfortunately the problem seemed solved after reauthentication (deleted integration and reconfigured from scratch) but after about a couple of hours it reappeared. |
I have the same issue with HA 2024.8.2 and AMP 4.12.9. |
An exception of type AlexapyLoginError occurred. Arguments: ('Unauthorized',)
An exception of type AlexapyLoginError occurred. Arguments: ('Unauthorized',)
LoginError occurred. Arguments: ('Unauthorized',)
@danielbrunt57 there are many dupe issues to track with the same root cause Also, when you submit a PR, you can identify which issues it'll close so it auto cleans up when its merged but also lets people know there's a PR that may close the issue. |
Yes, I'm aware of that and realize it's kinda out of hand, hence why I went through them and edited the title with the initial, most relevant
I will, when my spare time permits.
I try! |
any news? I have the same problem: HA 2024.10.1 Alexa Media Player v4.13.4 |
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
all amazon devices are available but I can't use them
To Reproduce
updated to 2024.8.0 and fix manifest.json with "alexapy==1.28.2"
Expected behavior
notify (TTS) to alexa devices but not working with errors
Screenshots
Registratore: alexapy.helpers
Fonte: runner.py:190
Prima occorrenza: 12:53:26 (3 occorrenze)
Ultima registrazione: 12:53:26
alexaapi.run_behavior((<alexapy.alexaapi.AlexaAPI object at 0x7f69d69190>, {'@type': 'com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode', 'type': 'Alexa.Speak', 'operationPayload': {'deviceType': 'A3VRME03NAXFUB', 'deviceSerialNumber': 'G316', 'locale': 'it-it', 'customerId': 'AG0W', 'textToSpeak': 'ciao', 'target': {'customerId': 'AG0W', 'devices': [{'deviceSerialNumber': 'G316', 'deviceTypeId': 'A3VRME03NAXFUB'}]}, 'skillId': 'amzn1.ask.1p.saysomething'}}), {'queue_delay': 1.5}): An error occurred accessing AlexaAPI: An exception of type AlexapyLoginError occurred. Arguments: ('Unauthorized',)
alexaapi.send_sequence((<alexapy.alexaapi.AlexaAPI object at 0x7f69d69190>, 'Alexa.Speak'), {'customer_id': 'A292ZASRY7G0W', 'textToSpeak': 'ciao', 'target': {'customerId': 'AG0W', 'devices': [{'deviceSerialNumber': 'G*********316', 'deviceTypeId': 'A3VRME03NAXFUB'}]}, 'skillId': 'amzn1.ask.1p.saysomething', 'queue_delay': 1.5}): An error occurred accessing AlexaAPI: An exception of type AlexapyLoginError occurred. Arguments: ('Unauthorized',)
alexaapi.send_tts((<alexapy.alexaapi.AlexaAPI object at 0x7f69d69190>, 'ciao'), {'customer_id': 'A292ZASRY7G0W', 'queue_delay': 1.5}): An error occurred accessing AlexaAPI: An exception of type AlexapyLoginError occurred. Arguments: ('Unauthorized',)
System details
const.py
or HA startup): v4.12.6 + fix manifest.json with "requirements": ["alexapy>=1.28.2", "packaging>=20.3", "wrapt>=1.14.0"],pip show alexapy
or HA startup): 1.28.2Logs
Please provide logs.
Additional context
The text was updated successfully, but these errors were encountered: