-
Notifications
You must be signed in to change notification settings - Fork 303
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
Failed to call service configurator/configure expected string or bytes like object #310
Comments
There is a potential fix here. https://gitlab.com/alandtse/alexapy/blob/%23310/alexapy/alexalogin.py. Please try replacing your existing copy. Some people have tried copying the alexapy directory (from gitlab) into the config directory so the directory structure is config/alexapy. I think that may work but I haven’t tested it. Even if this doesn't fix it, please report back with logs as this version provides more info. |
I have this error, I dont even get verification method, just throws the error as soon as I hit confirm. I've put the new alexapy folder in /config and no fix. |
I have a similar error as the one described by @mattnewham: after updating the component through hacs at version 2.0.0, I receive the notification that ask me to configure my account, then the pop-up appears but after pressing the "confirm" button nothing happens. |
Please try replacing alexalogin with what I linked and provide logs. It's possible the /config may not work unless you do a pip install. |
Seeing the same issue as @LCerebo after restarting HASS today. I don't know where to put @alandtse's files - I'm running a HASS.io/HASSOs image, so have limited access to things. Also noted an alexa_media[email].pickle file in /config that contains: Rolling back to v1.4.1 in HACS fixed it |
Hassio installs don’t like pip install, so previously the solution was to put alexapy in the config folder, which didn’t work for me. Also rolling back doesn’t seem to work for me either. I rolled back to 1.4 (which previously worked) then on the config thing I click the button and a second empty dialog box appears and then disappears. I think this was a bug back then too? |
No, I don't think this was reported in 1.4.1. We may just have to push out the code to get better logs to figure out what is happening. |
I installed using Hass configure option...,.,just create a file in the config folder....that's the one that you see with automations, scripts, etc folders. Copy Alan's code...I used windows copy/paste.....Save the file. delete any pickle files that refer to your alexas.... restart.... Fixed my problem which was identical to lCerebo and Kjake..... |
I can't get past this error: That pops up every time I try to put in sms or email. I tried putting the new alexalogin.py file in the /config directory. I am running HASSIO. Not sure how to grab the logs, is there a link to instructions for grabbing the appropriate logs? |
Thanks @GHSTUDIO1, that made sense. |
I am back and running as well. I uninstalled from HACS, and manually put on 1.4.1. I went through the prompts to get the one time code. Then I was able to upgrade to 2.0.0 via HACS. I didn't have to put the alaexalogin.py file in the /config directory. |
Describe the bug
With 2FA disable, Alexa will request a OTP using the claimspicker form. Selection of
sms
oremail
result inFailed to call service configurator/configure expected string or bytes like object
and the configurator does not advance.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Configuration completes.
Screenshots
If applicable, add screenshots to help explain your problem.
System details
const.py
or HA startup): 2.0.0pip show alexapy
or HA startup): 1.0.0Additional context
https://community.home-assistant.io/t/echo-devices-alexa-as-media-player-testers-needed/58639/3069
https://community.home-assistant.io/t/echo-devices-alexa-as-media-player-testers-needed/58639/3079
https://community.home-assistant.io/t/echo-devices-alexa-as-media-player-testers-needed/58639/3084
https://community.home-assistant.io/t/echo-devices-alexa-as-media-player-testers-needed/58639/3089
The text was updated successfully, but these errors were encountered: