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

Authorization Error #95

Open
frakman1 opened this issue Jul 18, 2023 · 2 comments
Open

Authorization Error #95

frakman1 opened this issue Jul 18, 2023 · 2 comments

Comments

@frakman1
Copy link

Using the latest Home Assistant Core: Home Assistant 2023.7.2. Frontend 20230705.1 - latest
Latest HA-GoogleWiFi from HACS: 0.1.35
Unraid Docker Container: https://registry.hub.docker.com/r/homeassistant/home-assistant/

This integration used to work. Now I get this error:

2023-07-18 10:55:00.639 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Google Wifi for googlewifi
Traceback (most recent call last):
  File "/config/custom_components/googlewifi/__init__.py", line 61, in async_setup_entry
    await api.connect()
  File "/usr/local/lib/python3.11/site-packages/googlewifi/__init__.py", line 171, in connect
    success = await self.get_api_token()
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/googlewifi/__init__.py", line 151, in get_api_token
    raise ConnectionError("Authorization Error")
ConnectionError: Authorization Error

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 390, in async_setup
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/googlewifi/__init__.py", line 64, in async_setup_entry
    raise PlatformNotReady from error
homeassistant.exceptions.PlatformNotReady: Authorization Error

I deleted the integration, updated HA but when I tried to re-add it, it was no longer an installable option within HACS (No Download button when opened within Integrations list)

@ollie4452
Copy link

I have the same issue and have not been able to fix it either.

@marc3k18
Copy link

marc3k18 commented Oct 8, 2023

@djtimca are tou going to be able to fix this?

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

3 participants