Cannot install integrations : unexpected keyword argument 'loop'
See original GitHub issueSystem Health details
System Health
version | core-2022.5.5 |
---|---|
installation_type | Home Assistant Container |
dev | false |
hassio | false |
docker | true |
user | root |
virtualenv | false |
python_version | 3.9.9 |
os_name | Linux |
os_version | 5.10.103-v7l+ |
arch | armv7l |
timezone | Europe/Berlin |
Home Assistant Community Store
GitHub API | ok |
---|---|
GitHub Content | ok |
GitHub Web | ok |
GitHub API Calls Remaining | 4961 |
Installed Version | 1.24.5 |
Stage | running |
Available Repositories | 1094 |
Downloaded Repositories | 1 |
Home Assistant Cloud
logged_in | false |
---|---|
can_reach_cert_server | ok |
can_reach_cloud_auth | ok |
can_reach_cloud | ok |
Dashboards
dashboards | 2 |
---|---|
resources | 4 |
views | 5 |
mode | storage |
Checklist
- I’m running the newest version of HACS https://github.com/hacs/integration/releases/latest
- I have enabled debug logging for my installation.
- I have filled out the issue template to the best of my ability.
- I have read https://hacs.xyz/docs/issues
- This issue is related to the backend (integration part) of HACS.
- This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
- This issue is not a duplicate issue of currently open or issues pending release.
Describe the issue
Since 2022.3.x, my HACS Installation is unable to install new integrations or update existing integrations. The issue has persisted with every HA version I have installed since.
I have tried the following without success on solving the issue:
- remove all HACS custom integrations from configuration.yaml, remove all GUI configured custom integrations , then removing it using the instructions from https://hacs.xyz/docs/setup/remove and reinstalling HACS with script
- remove as per instructions, delete the contents of custom_components. Reinstall HACS
- remove as per instructions, delete the contents of custom_components and hacs* in .storage. Reinstall HACS
Previously I had several integrations installed with HACS and it worked flawlessly. My guess is that there may somewhere some leftover configuration that is not
Reproduction steps
- Open HACS
- Click on “Explore & Download Repositories”
- Select a repository (e.g. Sonoff LAN)
- Popup opens, but never shows the repository details
Debug logs
homeassistant | 2022-05-19 16:37:23 DEBUG (MainThread) [aiogithubapi] The authorization request is still pending.
homeassistant | 2022-05-19 16:37:28 INFO (MainThread) [homeassistant.setup] Setting up hacs
homeassistant | 2022-05-19 16:37:28 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds
homeassistant | 2022-05-19 16:37:28 INFO (MainThread) [custom_components.hacs]
homeassistant | -------------------------------------------------------------------
homeassistant | HACS (Home Assistant Community Store)
homeassistant |
homeassistant | Version: 1.24.5
homeassistant | This is a custom integration
homeassistant | If you have any issues with this you need to open an issue here:
homeassistant | https://github.com/hacs/integration/issues
homeassistant | -------------------------------------------------------------------
homeassistant |
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] Configuration type: ConfigurationType.CONFIG_ENTRY
homeassistant | 2022-05-19 16:37:28 INFO (MainThread) [custom_components.hacs] Loaded 19 tasks
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] Scheduling <HacsTask update_downloaded_repositories> to run every 2:00:00
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] Scheduling <HacsTask update_default_repositories> to run every 3:00:00
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] Scheduling <HacsTask prosess_queue> to run every 0:10:00
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] Scheduling <HacsTask check_ratelimit> to run every 0:05:00
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] Scheduling <HacsTask update_critical_repositories> to run every 2:00:00
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] Scheduling <HacsTask update_all_repositories> to run every 1 day, 1:00:00
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] Scheduling <HacsTask update_removed_repositories> to run every 2:00:00
homeassistant | 2022-05-19 16:37:28 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask setup_sensor_platform> Executing task
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask setup_sensor_platform> took 0.000 seconds to complete
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask check_constrains> Executing task
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask verify_api> Executing task
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask activate_categories> Executing task
homeassistant | 2022-05-19 16:37:28 INFO (MainThread) [custom_components.hacs] Enable category: integration
homeassistant | 2022-05-19 16:37:28 INFO (MainThread) [custom_components.hacs] Enable category: plugin
homeassistant | 2022-05-19 16:37:28 INFO (MainThread) [custom_components.hacs] Enable category: theme
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask activate_categories> took 0.002 seconds to complete
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask setup_websocket_api> Executing task
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask setup_websocket_api> took 0.000 seconds to complete
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask clear_old_storage> Executing task
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask setup_frontend> Executing task
homeassistant | 2022-05-19 16:37:28 INFO (MainThread) [custom_components.hacs] <HacsTask setup_frontend> storage mode, cache for /hacsfiles/: True
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask setup_frontend> took 0.007 seconds to complete
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask restore_data> Executing task
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask clear_old_storage> took 0.024 seconds to complete
homeassistant | 2022-05-19 16:37:28 DEBUG (MainThread) [custom_components.hacs] <HacsTask check_constrains> took 0.029 seconds to complete
homeassistant | 2022-05-19 16:37:28 INFO (MainThread) [custom_components.hacs] <HacsData restore> Loading base repository information
homeassistant | 2022-05-19 16:37:28 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
homeassistant | 2022-05-19 16:37:29 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2902957480] Client exceeded max pending messages [2]: 2048
homeassistant | 2022-05-19 16:37:29 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2902957480] Client exceeded max pending messages [2]: 2048
homeassistant | 2022-05-19 16:37:29 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2902957480] Client exceeded max pending messages [2]: 2048
homeassistant | 2022-05-19 16:37:29 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2902957480] Client exceeded max pending messages [2]: 2048
homeassistant | 2022-05-19 16:37:29 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2902957480] Client exceeded max pending messages [2]: 2048
homeassistant | 2022-05-19 16:37:29 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2902957480] Client exceeded max pending messages [2]: 2048
homeassistant | 2022-05-19 16:37:29 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2902957480] Client exceeded max pending messages [2]: 2048
homeassistant | 2022-05-19 16:37:29 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2902957480] Client exceeded max pending messages [2]: 2048
homeassistant | 2022-05-19 16:37:29 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2902957480] Client exceeded max pending messages [2]: 2048
homeassistant | 2022-05-19 16:37:29 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2902957480] Client exceeded max pending messages [2]: 2048
homeassistant | 2022-05-19 16:37:29 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2902957480] Client exceeded max pending messages [2]: 2048
homeassistant | 2022-05-19 16:37:29 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [2902957480] Connection closed by client
homeassistant | 2022-05-19 16:37:30 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'actions_runner_registration' for <class 'dict'>
homeassistant | 2022-05-19 16:37:30 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'scim' for <class 'dict'>
homeassistant | 2022-05-19 16:37:30 DEBUG (MainThread) [custom_components.hacs] <HacsTask verify_api> Can update 396 repositories
homeassistant | 2022-05-19 16:37:30 DEBUG (MainThread) [custom_components.hacs] <HacsTask verify_api> took 1.832 seconds to complete
homeassistant | 2022-05-19 16:37:30 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
homeassistant | 2022-05-19 16:37:30 DEBUG (MainThread) [custom_components.hacs] <HacsTask restore_data> took 1.868 seconds to complete
homeassistant | 2022-05-19 16:37:30 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
homeassistant | 2022-05-19 16:37:30 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
homeassistant | 2022-05-19 16:37:30 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
homeassistant | 2022-05-19 16:37:30 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.hacs entity: sensor.hacs
homeassistant | 2022-05-19 16:37:35 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsTask update_downloaded_repositories> Executing task
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsTask update_downloaded_repositories> Starting recurring background task for installed repositories
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsTask update_default_repositories> Executing task
homeassistant | 2022-05-19 16:37:35 INFO (MainThread) [custom_components.hacs] Loading known repositories
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsTask update_removed_repositories> Executing task
homeassistant | 2022-05-19 16:37:35 INFO (MainThread) [custom_components.hacs] Loading removed repositories
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsTask handle_critical_notification> Executing task
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsTask load_hacs_repository> Executing task
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsTask load_hacs_repository> took 0.000 seconds to complete
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsTask handle_critical_notification> took 0.022 seconds to complete
homeassistant | 2022-05-19 16:37:35 INFO (MainThread) [custom_components.hacs] <Plugin SNoof85/lovelace-tempometer-gauge-card> Starting removal
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.hacs'. Content did not change
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsTask update_downloaded_repositories> Recurring background task for installed repositories done
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsTask update_downloaded_repositories> took 0.418 seconds to complete
homeassistant | 2022-05-19 16:37:35 DEBUG (MainThread) [custom_components.hacs] <HacsTask update_default_repositories> took 0.419 seconds to complete
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <HacsTask update_removed_repositories> took 0.684 seconds to complete
homeassistant | 2022-05-19 16:37:36 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <HacsTask setup_update_platform> Executing task
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <HacsTask setup_update_platform> took 0.001 seconds to complete
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <HacsTask update_critical_repositories> Executing task
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <QueueManager> The queue is empty
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <HacsTask update_critical_repositories> took 0.202 seconds to complete
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <HacsTask prosess_queue> Executing task
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'actions_runner_registration' for <class 'dict'>
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'scim' for <class 'dict'>
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <HacsTask prosess_queue> Can update 396 repositories, items in queue 40
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Checking out tasks to execute
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Starting queue execution for 40 tasks
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration hacs/integration> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Theme 78wesley/Darkish-Theme> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Theme 78wesley/Darkish-Theme> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Theme JuanMTech/macos-theme> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Theme JuanMTech/macos-theme> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Theme Madelena/Metrology-for-Hass> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Theme Madelena/Metrology-for-Hass> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Plugin javawizard/ha-navbar-position> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Plugin javawizard/ha-navbar-position> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Plugin junalmeida/homeassistant-minimalistic-area-card> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Plugin junalmeida/homeassistant-minimalistic-area-card> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Plugin Kaptensanders/skolmat-card> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Plugin Kaptensanders/skolmat-card> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Plugin Makin-Things/weather-radar-card> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Plugin Makin-Things/weather-radar-card> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Plugin MindFreeze/ha-sankey-chart> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Plugin MindFreeze/ha-sankey-chart> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Plugin rgc99/irrigation-unlimited-card> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Plugin rgc99/irrigation-unlimited-card> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Plugin Shreyas-R/lovelace-wallpanel-screensaver> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Plugin Shreyas-R/lovelace-wallpanel-screensaver> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Plugin ulic75/power-flow-card> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Plugin ulic75/power-flow-card> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration 9a4gl/hass-peltec> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration 9a4gl/hass-peltec> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration aijayadams/hass-blueair> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration aijayadams/hass-blueair> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration chises/ha-oilfox> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration chises/ha-oilfox> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration cnstudio/Taipower-Bimonthly-Energy-Cost-homeassistant> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration cnstudio/Taipower-Bimonthly-Energy-Cost-homeassistant> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration dahlb/ha_blueair> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration dahlb/ha_blueair> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration DarkSir23/sensor.mylar> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration DarkSir23/sensor.mylar> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration dgomes/ha_generic_water_heater> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration dgomes/ha_generic_water_heater> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration drakhart/ha-super-soco-custom> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration drakhart/ha-super-soco-custom> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration elden1337/hass-peaq> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration elden1337/hass-peaq> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration geoffreylagaisse/Hass-Microsoft-Graph> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration geoffreylagaisse/Hass-Microsoft-Graph> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration Kannix2005/homeassistant-selve> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration Kannix2005/homeassistant-selve> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration Kaptensanders/skolmat> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration Kaptensanders/skolmat> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration kongo09/hass-dell-printer> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration kongo09/hass-dell-printer> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration LAB02-Research/HASS.Agent-MediaPlayer> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration LAB02-Research/HASS.Agent-MediaPlayer> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration Ludy87/ecotrend-ista> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration Ludy87/ecotrend-ista> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration Ludy87/xplora_watch> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration Ludy87/xplora_watch> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration mbillow/ha-chargepoint> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration mbillow/ha-chargepoint> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration mtarjoianu/ha_lektrico> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration mtarjoianu/ha_lektrico> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration music-assistant/hass-music-assistant> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration music-assistant/hass-music-assistant> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration nbogojevic/homeassistant-midea-dehumidifier-lan> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration nbogojevic/homeassistant-midea-dehumidifier-lan> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration NickM-27/swatch-hass-integration> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration NickM-27/swatch-hass-integration> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration nikrolls/homeassistant-goldair-climate> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration nikrolls/homeassistant-goldair-climate> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration patrickribbing/sjofartsverket_viva-component> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration patrickribbing/sjofartsverket_viva-component> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration PimDoos/kia_connect> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration PimDoos/kia_connect> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration roleoroleo/yi-hack_ha_integration> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration roleoroleo/yi-hack_ha_integration> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration thomasprior/2minersInfo> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration thomasprior/2minersInfo> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration Vaskivskyi/ha-asusrouter> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration Vaskivskyi/ha-asusrouter> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 DEBUG (MainThread) [custom_components.hacs] <Integration wernerhp/ha_integration_load_shedding> Checking repository.
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <Integration wernerhp/ha_integration_load_shedding> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:36 ERROR (MainThread) [custom_components.hacs] <HacsTask prosess_queue> failed: timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:56 DEBUG (MainThread) [custom_components.hacs] Running update for AlexxIT/SonoffLAN
homeassistant | 2022-05-19 16:37:56 DEBUG (MainThread) [custom_components.hacs] <Integration AlexxIT/SonoffLAN> Getting repository information
homeassistant | 2022-05-19 16:37:56 ERROR (MainThread) [custom_components.hacs] <Integration AlexxIT/SonoffLAN> timeout() got an unexpected keyword argument 'loop'
homeassistant | 2022-05-19 16:37:56 DEBUG (MainThread) [custom_components.hacs] <Integration AlexxIT/SonoffLAN> Running checks against v3.0.5
homeassistant | 2022-05-19 16:37:56 ERROR (MainThread) [custom_components.hacs] No manifest.json file found 'custom_components/None/manifest.json'
Diagnostics dump
{ “home_assistant”: { “installation_type”: “Home Assistant Container”, “version”: “2022.5.5”, “dev”: false, “hassio”: false, “virtualenv”: false, “python_version”: “3.9.9”, “docker”: true, “arch”: “armv7l”, “timezone”: “Europe/Berlin”, “os_name”: “Linux”, “os_version”: “5.10.103-v7l+”, “run_as_root”: true }, “custom_components”: { “hacs”: { “version”: “1.24.5”, “requirements”: [ “aiogithubapi>=21.11.0” ] } }, “integration_manifest”: { “codeowners”: [ “@ludeeus” ], “config_flow”: true, “dependencies”: [ “http”, “websocket_api”, “frontend”, “persistent_notification”, “lovelace” ], “documentation”: “https://hacs.xyz/docs/configuration/start”, “domain”: “hacs”, “iot_class”: “cloud_polling”, “issue_tracker”: “https://github.com/hacs/integration/issues”, “name”: “HACS”, “requirements”: [ “aiogithubapi>=21.11.0” ], “version”: “1.24.5”, “is_built_in”: false }, “data”: { “entry”: { “entry_id”: “1814793a392cefc44cfbe9cc35aa00d0”, “version”: 1, “domain”: “hacs”, “title”: “”, “data”: { “token”: “REDACTED” }, “options”: {}, “pref_disable_new_entities”: false, “pref_disable_polling”: false, “source”: “user”, “unique_id”: null, “disabled_by”: null }, “hacs”: { “stage”: “running”, “version”: “1.24.5”, “disabled_reason”: null, “new”: true, “startup”: false, “categories”: [ “integration”, “theme”, “plugin” ], “renamed_repositories”: {}, “archived_repositories”: [], “ignored_repositories”: [], “lovelace_mode”: “storage”, “configuration”: { “appdaemon”: false, “country”: “ALL”, “debug”: false, “dev”: false, “experimental”: false, “netdaemon”: false, “python_script”: false, “release_limit”: 5, “theme”: false } }, “custom_repositories”: [ “WillowMist/sensor.mylar”, “nicole-ashley/homeassistant-goldair-climate”, “78wesley/Home-Assistant-Darkish-Theme”, “hacs/ND-NotifyUpdates”, “isabellaalstrom/ND-MotionSnapshot”, “LiranSX/NetDaemon-ITach-Wifi2IR”, “mf-social/ps-date-countdown”, “iml885203/HA-FanSpeedControl”, “bieniu/ha-shellies-discovery”, “kodi1/tracker_merge”, “Santobert/HA-UpdateClimate”, “bieniu/ha-thermostat-update”, “pmazz/ps_hassio_entities”, “eyalcha/ha-reminder”, “apop880/Night-Mode”, “apop880/config-check”, “apop880/SmartThings-Button”, “eifinger/appdaemon-deconz-xiaomi-button”, “apop880/White-Noise”, “aneisch/follow_me_appdaemon”, “AaronDavidSchneider/SonosAlarmAutomation”, “Burningstone91/Hue_Dimmer_Deconz”, “bieniu/ha-ad-thermostats-update”, “benleb/ad-ench”, “badguy99/octoblock”, “benleb/ad-automoli”, “benleb/ad-healthcheck”, “crserran/home-alarm”, “benleb/ad-notifreeze”, “haberda/light_automation”, “haberda/update_lights”, “hechi/GoodnightT”, “haberda/tradfri_remotes”, “ericmatte/ad-media-lights-sync”, “kprestel/appdaemon-climate”, “jbouwh/omnikdatalogger”, “jbouwh/ha-entity-cache”, “jmarsik/ad-eurotronic-trv-valvepos”, “ludeeus/ad-watchdog”, “Mohlsson/ReplayLightsHistory”, “nickneos/Appdaemon-ZHA-Hue-Dimmer-Switch”, “nickneos/Appdaemon-Ring-Doorbell-Automations”, “nickneos/Bring-Back-group.all_x”, “NiklasReiche/ad-spotify-mood-lights-sync”, “Odianosen25/Monitor-App”, “Petro31/ad_convert_media_volume”, “Petro31/ad_group_all”, “Petro31/ad_count_entities”, “Petro31/ad_monitor_events”, “Petro31/ad_people_tracker”, “Petro31/ad_seasonal_lights”, “Petro31/ad_sunset_lights”, “Petro31/ad_simple_door_bell”, “Petro31/ad_toggle_light”, “simonhq/accu_allergies”, “Petro31/ad_who_used_the_door”, “Petro31/IlluminateDoor”, “roopesh/ad-qolsys”, “simonhq/act_garbage”, “simonhq/asx_portfolio”, “simonhq/asx_sensor”, “simonhq/canberradams”, “simonhq/Clean-GTFS”, “simonhq/snowydams”, “UbhiTS/ad-alexadoorwindowannounce”, “UbhiTS/ad-alexasmarttalkingthermostat”, “UbhiTS/ad-alexatalkingclock”, “UbhiTS/ad-alexadoorbell”, “vash3d/nethassmo”, “UbhiTS/ad-autofanspeed”, “UbhiTS/ad-autointernetrebooter”, “UbhiTS/ad-calendartvreminders”, “wernerhp/appdaemon_aqara_motion_sensors”, “wernerhp/appdaemon_wasp”, “xaviml/controllerx”, “nbogojevic/homeassistant-midea-air-appliances-lan”, “9a4gl/hass-centrometal-boiler”, “XaF/qolsysgw” ], “repositories”: [ { “data”: { “archived”: false, “authors”: [ “@ludeeus” ], “category”: “integration”, “content_in_root”: false, “country”: [], “config_flow”: false, “default_branch”: null, “description”: “HACS gives you a powerful UI to handle downloads of all your custom needs.”, “domain”: “hacs”, “domains”: [], “downloads”: 0, “etag_repository”: “W/"630b4a8660566d5946707edd65c6085e2e2bc6437c37063efbc50e128257d1e6"”, “file_name”: “”, “filename”: “”, “first_install”: false, “fork”: false, “full_name”: “hacs/integration”, “hacs”: null, “hide”: false, “hide_default_branch”: false, “homeassistant”: null, “id”: “172733314”, “iot_class”: null, “installed”: true, “installed_commit”: null, “installed_version”: “1.24.5”, “open_issues”: 0, “last_commit”: “d4f6928”, “last_version”: “1.24.3”, “last_updated”: “2022-04-10T17:31:22Z”, “manifest_name”: null, “new”: false, “persistent_directory”: null, “pushed_at”: “”, “releases”: true, “render_readme”: false, “published_tags”: [], “selected_tag”: null, “show_beta”: false, “stargazers_count”: 2418, “topics”: [ “community”, “hacktoberfest”, “hacs”, “home-assistant”, “integration”, “package-manager”, “python” ], “zip_release”: false }, “integration_manifest”: {}, “repository_manifest”: { “name”: “HACS”, “content_in_root”: false, “zip_release”: true, “filename”: “hacs.zip”, “manifest”: { “name”: “HACS”, “zip_release”: true, “hide_default_branch”: true, “homeassistant”: “2021.9.0”, “hacs”: “0.19.0”, “filename”: “hacs.zip” }, “hacs”: “0.19.0”, “hide_default_branch”: true, “domains”: [], “country”: [], “homeassistant”: “2021.9.0”, “persistent_directory”: null, “iot_class”: null, “render_readme”: false }, “ref”: null, “paths”: { “localpath”: “/config/custom_components/hacs”, “local”: “/config/custom_components/hacs”, “remote”: “custom_components” } } ], “rate_limit”: { “resources”: { “core”: { “limit”: 5000, “used”: 38, “remaining”: 4962, “reset”: 1652979210 }, “search”: { “limit”: 30, “used”: 0, “remaining”: 30, “reset”: 1652978445 }, “graphql”: { “limit”: 5000, “used”: 0, “remaining”: 5000, “reset”: 1652981985 }, “integration_manifest”: { “limit”: 5000, “used”: 0, “remaining”: 5000, “reset”: 1652981985 }, “source_import”: { “limit”: 100, “used”: 0, “remaining”: 100, “reset”: 1652978445 }, “code_scanning_upload”: { “limit”: 1000, “used”: 0, “remaining”: 1000, “reset”: 1652981985 } }, “rate”: { “limit”: 5000, “used”: 38, “remaining”: 4962, “reset”: 1652979210 } } } }
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top GitHub Comments
Make sure you have read the issue guidelines and that you filled out the entire template.
If you have an issue identical to this, do not add comments like “same here”, “i have this too”, instead add a 👍 reaction to the issue description. Thanks! 👍
Its not really related to HACS. It’s also described in the general troubleshooting steps for HA itself.