djtimca / hagooglewifi

Home Assistant integration for Google Wifi systems.
Apache License 2.0
79 stars 26 forks source link

Config flow could not be loaded: undefined #70

Closed stonkage closed 2 years ago

stonkage commented 2 years ago

Hi there

When i try to install the integration i get the following error "Config flow could not be loaded: undefined"

I can see the following in the log

Logger: homeassistant.util.package Source: util/package.py:99 First occurred: 12:15:20 (3 occurrences) Last logged: 12:16:07

Unable to install package grpcio==1.44.0: ERROR: Cannot install grpcio==1.44.0 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts WARNING: You are using pip version 22.0.3; however, version 22.0.4 is available. You should consider upgrading via the '/usr/local/bin/python3 -m pip install --upgrade pip' command.

System Health

version core-2022.4.6
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.9.9
os_name Linux
os_version 5.15.32-v8
arch aarch64
timezone Australia/Adelaide
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 5000 Installed Version | 1.24.5 Stage | running Available Repositories | 1027 Downloaded Repositories | 6
Home Assistant Cloud logged_in | true -- | -- subscription_expiration | 17 May 2022, 09:30 relayer_connected | true remote_enabled | true remote_connected | true alexa_enabled | false google_enabled | true remote_server | ap-southeast-1-0.ui.nabu.casa can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 8.0.rc2 -- | -- update_channel | beta supervisor_version | supervisor-2022.04.2 docker_version | 20.10.12 disk_total | 58.0 GB disk_used | 7.7 GB healthy | true supported | true board | rpi3-64 supervisor_api | ok version_api | ok installed_addons | Terminal & SSH (9.3.0), Node-RED (11.1.1), Studio Code Server (5.0.0), Home Assistant Google Drive Backup (0.106.2)
Dashboards dashboards | 3 -- | -- resources | 1 views | 15 mode | storage

any help would be much appreciated

rmiles7721 commented 2 years ago

Getting the same thing here.

022-04-23 20:16:13 INFO (MainThread) [homeassistant.requirements] Multiple attempts to install grpcio==1.44.0 failed, install will be retried after next configuration check or restart

robbiebyrd commented 2 years ago

I had success by installing the plugin directly from the git repository. If you download from HCS, you can also go into mainfest.json and change the grpcio version to 1.45 and it should work on restart.

djtimca commented 2 years ago

I just created a new release which should fix this. Sorry must have missed creating the release with the last update.

paulgampe commented 2 years ago

Trying the new version did not resolve this issue for me.

rmiles7721 commented 2 years ago

Changing the manifest.json and bumping the grcpio version up as robbiebyrd mentionted took care of it for me, worked after a restart.

djtimca commented 2 years ago

Not sure why the new release wouldn't work. 0.1.32 has the updated manifest.json - I confirmed by downloading source.