Can't connect to Google home addon - Could not get master token.
See original GitHub issueHello,
I have read the other issues with the same error than mine, but I couldn’t resolve it.
I use the Google Home addon of Home Assistant, but the connection is refused. I’ve tried to take off the protection methods to my google account too.
Here the log :
2022-05-13 10:58:25 DEBUG (MainThread) [glocaltokens.client] Initializing new GLocalAuthenticationTokens instance. 2022-05-13 10:58:25 DEBUG (MainThread) [glocaltokens.client] Set GLocalAuthenticationTokens client access_token, homegraph, access_token_date and homegraph_date to None 2022-05-13 10:58:25 DEBUG (MainThread) [glocaltokens.client] Set GLocalAuthenticationTokens client username to "m*******************", password to "V********", master_token to "" and android_id to 2022-05-13 10:58:25 DEBUG (SyncWorker_15) [glocaltokens.client] There is no stored master_token, logging in using username and password 2022-05-13 10:58:25 DEBUG (SyncWorker_15) [glocaltokens.client] There is no stored android_id, generating a new one 2022-05-13 10:58:25 DEBUG (SyncWorker_15) [glocaltokens.client] Generating android id... 2022-05-13 10:58:25 DEBUG (SyncWorker_15) [glocaltokens.client] Generated android id: 02d89392d5f67400 2022-05-13 10:58:25 ERROR (SyncWorker_15) [glocaltokens.client] [!] Could not get master token. 2022-05-13 10:58:25 DEBUG (SyncWorker_15) [glocaltokens.client] Request response: {'Error': 'NeedsBrowser', 'Url': 'https://accounts.google.com/signin/continue?sarp=1&scc=1&continue=https://accounts.google.com/o/android/IDELETEDTHIS', 'ErrorDetail': 'To access your account, you must sign in on the web. Touch Next to start browser sign-in.'} 2022-05-13 10:58:25 ERROR (MainThread) [custom_components.google_home]
*Edit : Of course, no pop-up opens.
Issue Analytics
- State:
- Created a year ago
- Comments:46 (10 by maintainers)
Top GitHub Comments
Sorry, guys, my fault (not the first time forgetting to update
manifest
file 😮💨 🤦 😅 ) Fixed here: https://github.com/leikoilja/ha-google-home/pull/541 will merge and deploy a new releaseArrfff, Always the same error. Yet, I have uninstall Google Home, And reboot HA and then reinstall GH.
*EDIT : It works!!
I have forgotten I have reactived the double factor identification, sorry.
Thanks @leikoilja