Closed whinis closed 2 years ago
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 :+1: reaction to the issue description. Thanks! :+1:
HACS does not validate. That is all GitHub. If your token is marked as not valid anymore, then someone or something is doing that. Your best bet is to contact GitHub support directly.
Thats the odd thing, my github page still reports the token as valid.
Now I am highly confused, I contacted github support and called the api used in the code using curl as shown below
curl -H "Accept: application/vnd.github.v3+json" -H "Authorization: token <token>" https://api.github.com/rate_limit
And got a valid response. I extracted the token from core.config_entries and have no issues with the token, however HACS still reports invalid token
Can you post the logs from where the issue starts to happen, not the restart after it has already failed
Line 423: 2022-07-03 07:54:54 DEBUG (MainThread) [custom_components.hacs] Configuration type: ConfigurationType.CONFIG_ENTRY
Line 446: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
Line 446: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
Line 447: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
Line 447: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
Line 459: 2022-07-03 07:54:54 DEBUG (MainThread) [custom_components.hacs] Can update 370 repositories
Line 460: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] Enable category: integration
Line 461: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] Enable category: plugin
Line 462: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] Enable category: theme
Line 463: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
Line 463: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
Line 463: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
Line 464: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
Line 464: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
Line 465: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
Line 465: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
Line 466: 2022-07-03 07:54:54 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
Line 468: 2022-07-03 07:54:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
Line 469: 2022-07-03 07:54:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
Line 471: 2022-07-03 07:54:54 ERROR (MainThread) [homeassistant.components.sensor] Platform hacs does not generate unique IDs. ID 0717a0cd-745c-48fd-9b16-c8534c9704f9-bc944b0f-fd42-4a58-a072-ade38d1444cd already exists - ignoring sensor.hacs
Line 471: 2022-07-03 07:54:54 ERROR (MainThread) [homeassistant.components.sensor] Platform hacs does not generate unique IDs. ID 0717a0cd-745c-48fd-9b16-c8534c9704f9-bc944b0f-fd42-4a58-a072-ade38d1444cd already exists - ignoring sensor.hacs
Line 513: 2022-07-03 07:54:59 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
Line 513: 2022-07-03 07:54:59 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
Line 515: 2022-07-03 07:54:59 INFO (MainThread) [custom_components.hacs] Loading removed repositories
Line 542: 2022-07-03 07:55:01 INFO (MainThread) [custom_components.hacs] Loading known repositories
Line 548: 2022-07-03 07:55:03 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories
Line 549: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] Recurring background task for downloaded repositories done
Line 550: 2022-07-03 07:55:03 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
Line 550: 2022-07-03 07:55:03 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
Line 554: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <QueueManager> The queue is empty
Line 555: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
Line 555: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
Line 555: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
Line 557: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] Can update 369 repositories, items in queue 8
Line 558: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Checking out tasks to execute
Line 559: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Starting queue execution for 8 tasks
Line 560: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
Line 560: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
Line 561: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Plugin htmltiger/numberbox-card> Getting repository information
Line 562: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-auto-entities> Getting repository information
Line 563: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-card-mod> Getting repository information
Line 564: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-card-tools> Getting repository information
Line 565: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-fold-entity-row> Getting repository information
Line 566: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Integration FutureTense/keymaster> Getting repository information
Line 567: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Integration blakeblackshear/frigate-hass-integration> Getting repository information
Line 568: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] <Plugin htmltiger/numberbox-card> HttpStatusCode.UNAUTHORIZED
Line 569: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-auto-entities> HttpStatusCode.UNAUTHORIZED
Line 570: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] <Integration hacs/integration> HttpStatusCode.UNAUTHORIZED
Line 570: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] <Integration hacs/integration> HttpStatusCode.UNAUTHORIZED
Line 571: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] HACS is disabled - HacsDisabledReason.INVALID_TOKEN
Line 571: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] HACS is disabled - HacsDisabledReason.INVALID_TOKEN
Line 571: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] HACS is disabled - HacsDisabledReason.INVALID_TOKEN
Line 572: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Plugin htmltiger/numberbox-card> Running checks against 3.10
Line 573: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-auto-entities> Running checks against 1.11.0
Line 574: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-card-mod> HttpStatusCode.UNAUTHORIZED
Line 575: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-card-tools> HttpStatusCode.UNAUTHORIZED
Line 576: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-fold-entity-row> HttpStatusCode.UNAUTHORIZED
Line 577: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] <Integration blakeblackshear/frigate-hass-integration> HttpStatusCode.UNAUTHORIZED
Line 578: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] <Integration FutureTense/keymaster> HttpStatusCode.UNAUTHORIZED
Line 579: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.25.5
Line 579: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.25.5
Line 580: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-card-mod> Running checks against 3.1.5
Line 581: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-fold-entity-row> Running checks against 2.2.0
Line 582: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-card-tools> Running checks against 11
Line 583: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Integration FutureTense/keymaster> Running checks against v0.0.80
Line 584: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <Integration blakeblackshear/frigate-hass-integration> Running checks against v2.3
Line 585: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] <QueueManager> No manifest.json file found 'custom_components/None/manifest.json'
Line 586: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] <QueueManager> No manifest.json file found 'custom_components/None/manifest.json'
Line 587: 2022-07-03 07:55:03 ERROR (MainThread) [custom_components.hacs] <QueueManager> No manifest.json file found 'custom_components/None/manifest.json'
Line 588: 2022-07-03 07:55:03 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Queue execution finished for 8 tasks finished in 0.17 seconds
Here is the excerpts from the lines. I completely removed HACS and reinstalled. I authorized github around 7:54 and was able to install all the mods I wanted however by 7:55 HACS is already reporting the token is invalid. Even after the token is invalid I was able to install several mods.
EDIT: Reauthorizing github via reconfigure fails instantly.
HttpStatusCode.UNAUTHORIZED
means that GitHub is responding with 401 https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401
1) Remove HACS from integrations.
2) Restart Home Assistant
3) Remove all files and folders containing hacs
under /conifg/.storrage/
4) Restart Home Assistant
5) Enable debug logs for aiogithubapi
and custom_components.hacs
https://hacs.xyz/docs/basic/logs
6) Add HACS in the UI.
7) DO NOT USE HACS YET.
8) Leave it be for 1H+ and check logs.
9) Update this issue with new logs and/or close it if no longer issue.
No issue observed with a failing token yet but I also have not attempted to install or use anything as requested. Should I attempt to install things again and see what happens?
Line 857: 2022-07-03 08:53:25 DEBUG (MainThread) [aiogithubapi] The authorization request is still pending.
Line 858: 2022-07-03 08:53:31 INFO (MainThread) [homeassistant.setup] Setting up hacs
Line 859: 2022-07-03 08:53:31 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds
Line 860: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs]
Line 862: HACS (Home Assistant Community Store)
Line 867: https://github.com/hacs/integration/issues
Line 870: 2022-07-03 08:53:31 DEBUG (MainThread) [custom_components.hacs] Configuration type: ConfigurationType.CONFIG_ENTRY
Line 871: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] <HacsData restore> Loading base repository information
Line 871: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] <HacsData restore> Loading base repository information
Line 872: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
Line 872: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
Line 873: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
Line 873: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
Line 874: 2022-07-03 08:53:31 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'dependency_snapshots' for <class 'dict'>
Line 875: 2022-07-03 08:53:31 DEBUG (MainThread) [custom_components.hacs] Can update 400 repositories
Line 876: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] Enable category: integration
Line 877: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] Enable category: plugin
Line 878: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] Enable category: theme
Line 879: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
Line 879: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
Line 879: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
Line 880: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
Line 880: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
Line 881: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
Line 881: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
Line 882: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
Line 883: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
Line 883: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
Line 884: 2022-07-03 08:53:31 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
Line 885: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] Loading removed repositories
Line 886: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] <Integration fred-oranje/rituals-genie> Starting removal
Line 887: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] <Integration DCSBL/ha-homewizard-energy> Starting removal
Line 888: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] <Plugin mattieha/slider-button-card> Starting removal
Line 889: 2022-07-03 08:53:31 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
Line 889: 2022-07-03 08:53:31 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
Line 890: 2022-07-03 08:53:31 INFO (MainThread) [custom_components.hacs] Loading known repositories
Line 891: 2022-07-03 08:53:32 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories
Line 892: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] Recurring background task for downloaded repositories done
Line 893: 2022-07-03 08:53:32 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
Line 893: 2022-07-03 08:53:32 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
Line 894: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <QueueManager> The queue is empty
Line 895: 2022-07-03 08:53:32 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'dependency_snapshots' for <class 'dict'>
Line 896: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] Can update 399 repositories, items in queue 27
Line 897: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Checking out tasks to execute
Line 898: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Starting queue execution for 27 tasks
Line 899: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Theme 78wesley/Darkish-Theme> Checking repository.
Line 900: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Theme AmoebeLabs/HA-Theme_M3-C11-Purple> Checking repository.
Line 901: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin custom-cards/slider-button-card> Checking repository.
Line 902: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin decompil3d/lovelace-hourly-weather> Checking repository.
Line 903: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin fratsloos/fr24_card> Checking repository.
Line 904: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin Gh61/lovelace-hue-like-light-card> Checking repository.
Line 905: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin NemesisRE/kiosk-mode> Checking repository.
Line 906: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin NemesisRE/lovelace-swipe-navigation> Checking repository.
Line 907: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin NemesisRE/upcoming-media-card> Checking repository.
Line 908: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin zanna-37/hass-swipe-navigation> Checking repository.
Line 909: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
Line 909: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
Line 910: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Integration 9a4gl/hass-peltec> Checking repository.
Line 911: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin Gh61/lovelace-hue-like-light-card> Running checks against v1.0.0
Line 912: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Theme AmoebeLabs/HA-Theme_M3-C11-Purple> Running checks against v1.1.2
Line 913: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin fratsloos/fr24_card> Running checks against v0.4.0
Line 914: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin custom-cards/slider-button-card> Running checks against v1.10.9
Line 915: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin zanna-37/hass-swipe-navigation> Running checks against v1.5.0
Line 916: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin NemesisRE/lovelace-swipe-navigation> Running checks against 1.3.7
Line 917: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin NemesisRE/kiosk-mode> Running checks against 1.7.3
Line 918: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin NemesisRE/upcoming-media-card> Running checks against 0.4.4
Line 919: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Integration Aohzan/hass-prixcarburant> Checking repository.
Line 920: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Plugin decompil3d/lovelace-hourly-weather> Running checks against 2.3.3
Line 921: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.25.5
Line 921: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.25.5
Line 922: 2022-07-03 08:53:32 DEBUG (MainThread) [custom_components.hacs] <Integration Aohzan/hass-prixcarburant> Running checks against 2.4.0
Line 923: 2022-07-03 08:53:33 INFO (MainThread) [custom_components.hacs] <Theme AmoebeLabs/HA-Theme_M3-C11-Purple> Registration completed
Line 924: 2022-07-03 08:53:33 DEBUG (MainThread) [custom_components.hacs] <Integration DarkSir23/sensor.mylar> Checking repository.
Line 925: 2022-07-03 08:53:33 INFO (MainThread) [custom_components.hacs] <Plugin Gh61/lovelace-hue-like-light-card> Registration completed
Line 926: 2022-07-03 08:53:33 DEBUG (MainThread) [custom_components.hacs] <Integration dave-code-ruiz/elkbledom> Checking repository.
Line 927: 2022-07-03 08:53:33 INFO (MainThread) [custom_components.hacs] <Plugin zanna-37/hass-swipe-navigation> Registration completed
Line 928: 2022-07-03 08:53:33 DEBUG (MainThread) [custom_components.hacs] <Integration hasscc/hass-edge-tts> Checking repository.
Line 929: 2022-07-03 08:53:33 INFO (MainThread) [custom_components.hacs] <Plugin NemesisRE/kiosk-mode> Registration completed
Line 930: 2022-07-03 08:53:33 DEBUG (MainThread) [custom_components.hacs] <Integration J-Lindvig/Fuelprices_DK> Checking repository.
Line 931: 2022-07-03 08:53:33 INFO (MainThread) [custom_components.hacs] <Plugin fratsloos/fr24_card> Registration completed
Line 932: 2022-07-03 08:53:33 DEBUG (MainThread) [custom_components.hacs] <Integration Kleinrotti/hass-senertec> Checking repository.
Line 933: 2022-07-03 08:53:33 INFO (MainThread) [custom_components.hacs] <Plugin NemesisRE/lovelace-swipe-navigation> Registration completed
Line 934: 2022-07-03 08:53:33 DEBUG (MainThread) [custom_components.hacs] <Integration LavermanJJ/home-assistant-solarfocus> Checking repository.
Line 935: 2022-07-03 08:53:33 INFO (MainThread) [custom_components.hacs] <Plugin NemesisRE/upcoming-media-card> Registration completed
Line 936: 2022-07-03 08:53:33 DEBUG (MainThread) [custom_components.hacs] <Integration mchwalisz/home-assistant-senec> Checking repository.
Line 937: 2022-07-03 08:53:33 INFO (MainThread) [custom_components.hacs] <Plugin custom-cards/slider-button-card> Registration completed
Line 938: 2022-07-03 08:53:33 DEBUG (MainThread) [custom_components.hacs] <Integration nbogojevic/homeassistant-midea-dehumidifier-lan> Checking repository.
Line 939: 2022-07-03 08:53:33 DEBUG (MainThread) [custom_components.hacs] <Integration NemesisRE/sensor.plex_recently_added> Checking repository.
Line 940: 2022-07-03 08:53:33 INFO (MainThread) [custom_components.hacs] <Plugin decompil3d/lovelace-hourly-weather> Registration completed
Line 941: 2022-07-03 08:53:33 DEBUG (MainThread) [custom_components.hacs] <Integration nikrolls/homeassistant-goldair-climate> Checking repository.
Line 942: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration Kleinrotti/hass-senertec> Running checks against v.0.1.2
Line 943: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration J-Lindvig/Fuelprices_DK> Running checks against v1.3
Line 944: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration hasscc/hass-edge-tts> Running checks against main
Line 945: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration dave-code-ruiz/elkbledom> Running checks against 0.0.3
Line 946: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration pawkakol1/worlds-air-quality-index> Checking repository.
Line 947: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration mchwalisz/home-assistant-senec> Running checks against 2.1.1
Line 948: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration LavermanJJ/home-assistant-solarfocus> Running checks against v1.0.1
Line 949: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration ryanbateman/bvg-sensor> Checking repository.
Line 950: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration NemesisRE/sensor.plex_recently_added> Running checks against 0.3.9
Line 951: 2022-07-03 08:53:34 INFO (MainThread) [custom_components.hacs] <Integration Aohzan/hass-prixcarburant> Registration completed
Line 952: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration thecode/ha-onewire-sysbus> Checking repository.
Line 953: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration pawkakol1/worlds-air-quality-index> Running checks against v0.3.3
Line 954: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration ryanbateman/bvg-sensor> Running checks against v0.3.1
Line 955: 2022-07-03 08:53:34 DEBUG (MainThread) [custom_components.hacs] <Integration thecode/ha-onewire-sysbus> Running checks against 2022.6.1
Line 956: 2022-07-03 08:53:35 INFO (MainThread) [custom_components.hacs] <Integration Kleinrotti/hass-senertec> Registration completed
Line 957: 2022-07-03 08:53:35 DEBUG (MainThread) [custom_components.hacs] <Integration tofuSCHNITZEL/home-assistant-wienerlinien> Checking repository.
Line 958: 2022-07-03 08:53:35 INFO (MainThread) [custom_components.hacs] <Integration dave-code-ruiz/elkbledom> Registration completed
Line 959: 2022-07-03 08:53:35 INFO (MainThread) [custom_components.hacs] <Integration hasscc/hass-edge-tts> Registration completed
Line 960: 2022-07-03 08:53:35 INFO (MainThread) [custom_components.hacs] <Integration mchwalisz/home-assistant-senec> Registration completed
Line 961: 2022-07-03 08:53:35 INFO (MainThread) [custom_components.hacs] <Integration J-Lindvig/Fuelprices_DK> Registration completed
Line 962: 2022-07-03 08:53:35 INFO (MainThread) [custom_components.hacs] <Integration LavermanJJ/home-assistant-solarfocus> Registration completed
Line 963: 2022-07-03 08:53:35 INFO (MainThread) [custom_components.hacs] <Integration NemesisRE/sensor.plex_recently_added> Registration completed
Line 964: 2022-07-03 08:53:35 DEBUG (MainThread) [custom_components.hacs] <Integration tofuSCHNITZEL/home-assistant-wienerlinien> Running checks against 1.2.0
Line 965: 2022-07-03 08:53:35 INFO (MainThread) [custom_components.hacs] <Integration pawkakol1/worlds-air-quality-index> Registration completed
Line 966: 2022-07-03 08:53:35 INFO (MainThread) [custom_components.hacs] <Integration ryanbateman/bvg-sensor> Registration completed
Line 967: 2022-07-03 08:53:35 INFO (MainThread) [custom_components.hacs] <Integration thecode/ha-onewire-sysbus> Registration completed
Line 968: 2022-07-03 08:53:37 INFO (MainThread) [custom_components.hacs] <Integration tofuSCHNITZEL/home-assistant-wienerlinien> Registration completed
Line 969: 2022-07-03 08:53:37 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Queue execution finished for 27 tasks finished in 4.95 seconds
Line 970: 2022-07-03 08:53:37 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
Line 970: 2022-07-03 08:53:37 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
Line 991: 2022-07-03 09:03:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Line 1000: 2022-07-03 09:13:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Line 1010: 2022-07-03 09:23:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Line 1020: 2022-07-03 09:33:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Line 1031: 2022-07-03 09:43:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Line 1043: 2022-07-03 09:53:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Line 1352: 2022-07-03 10:03:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Line 2044: 2022-07-03 10:13:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Line 2667: 2022-07-03 10:23:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Line 3304: 2022-07-03 10:33:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Line 3914: 2022-07-03 10:43:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Line 4527: 2022-07-03 10:53:31 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories
Line 4528: 2022-07-03 10:53:31 DEBUG (MainThread) [custom_components.hacs] Recurring background task for downloaded repositories done
Line 4529: 2022-07-03 10:53:31 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'dependency_snapshots' for <class 'dict'>
Line 4530: 2022-07-03 10:53:31 DEBUG (MainThread) [custom_components.hacs] Can update 400 repositories, items in queue 1
Line 4531: 2022-07-03 10:53:31 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Checking out tasks to execute
Line 4532: 2022-07-03 10:53:31 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Starting queue execution for 1 tasks
Line 4533: 2022-07-03 10:53:31 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
Line 4533: 2022-07-03 10:53:31 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
Line 4534: 2022-07-03 10:53:31 DEBUG (MainThread) [custom_components.hacs] <QueueManager> The queue is empty
Line 4535: 2022-07-03 10:53:31 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
Line 4535: 2022-07-03 10:53:31 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
Line 4535: 2022-07-03 10:53:31 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
Line 4538: 2022-07-03 10:53:32 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.25.5
Line 4538: 2022-07-03 10:53:32 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.25.5
Line 4539: 2022-07-03 10:53:32 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Queue execution finished for 1 tasks finished in 1.13 seconds
Line 4540: 2022-07-03 10:53:32 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
Line 4540: 2022-07-03 10:53:32 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
Line 4541: 2022-07-03 10:53:32 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.hacs'. Content did not change
Line 4541: 2022-07-03 10:53:32 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.hacs'. Content did not change
Line 4541: 2022-07-03 10:53:32 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.hacs'. Content did not change
Line 4541: 2022-07-03 10:53:32 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.hacs'. Content did not change
Line 4977: 2022-07-03 11:03:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Line 4985: 2022-07-03 11:13:31 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
Do a restart of Home Assistant first to make sure it still works after that.
No issues observed after restart, still have not attempted to add any front-end or integrations however. Is there something special about the 1 hour wait because I have uninstalled and reinstalled a few times to try and fix this previously.
Nevermind, that was short lived. I installed Frigate and restarted without issues
I installed keymaster and it installed without issues.
However in uncommenting out my config.yaml to allow them to load with hacs: !include hacs.yaml
and then restarting I get the following
hacs.yaml
frontend:
extra_module_url:
- /local/card-mod.js
lovelace:
resources:
- url: /hacsfiles/frigate-hass-card/frigate-hass-card.js
type: module
Line 1: 2022-07-03 11:54:04 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
Line 60: 2022-07-03 11:54:10 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140121480939600] Received unknown command: hacs/subscribe
Line 61: 2022-07-03 11:54:10 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140121480939600] Received unknown command: hacs/subscribe
Line 62: 2022-07-03 11:54:10 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140121480939600] Received unknown command: hacs/subscribe
Line 63: 2022-07-03 11:54:10 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140121480939600] Received unknown command: hacs/subscribe
Line 64: 2022-07-03 11:54:10 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140121480939600] Received unknown command: hacs/subscribe
Line 73: 2022-07-03 11:54:12 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'input_text', 'brother', 'version', 'zone', 'frigate', 'logbook', 'upnp', 'notify', 'sun', 'generic', 'tag', 'default_config', 'zwave_js', 'scene', 'rest_command', 'counter', 'media_source', 'mqtt', 'input_select', 'camera', 'hacs', 'unifi', 'input_datetime', 'group', 'persistent_notification', 'mobile_app', 'trace', 'met', 'my', 'map', 'keymaster', 'automation', 'application_credentials', 'blueprint', 'tts', 'ffmpeg', 'script', 'energy', 'shell_command', 'input_number', 'input_boolean', 'history', 'ipp', 'input_button', 'sensor', 'vizio', 'onvif', 'media_player', 'system_health', 'esphome', 'timer'}
Line 135: 2022-07-03 11:54:16 INFO (MainThread) [homeassistant.setup] Setting up hacs
Line 136: 2022-07-03 11:54:16 INFO (MainThread) [custom_components.hacs]
Line 138: HACS (Home Assistant Community Store)
Line 143: https://github.com/hacs/integration/issues
Line 177: 2022-07-03 11:54:16 DEBUG (MainThread) [custom_components.hacs] Configuration type: ConfigurationType.YAML
Line 328: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
Line 328: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
Line 339: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
Line 339: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
Line 390: 2022-07-03 11:54:18 ERROR (MainThread) [custom_components.hacs] HACS is disabled - HacsDisabledReason.INVALID_TOKEN
Line 390: 2022-07-03 11:54:18 ERROR (MainThread) [custom_components.hacs] HACS is disabled - HacsDisabledReason.INVALID_TOKEN
Line 390: 2022-07-03 11:54:18 ERROR (MainThread) [custom_components.hacs] HACS is disabled - HacsDisabledReason.INVALID_TOKEN
Line 391: 2022-07-03 11:54:18 ERROR (MainThread) [custom_components.hacs] Bad credentials
Line 393: File "/config/custom_components/hacs/base.py", line 451, in async_can_update
Line 395: File "/config/custom_components/hacs/base.py", line 505, in async_github_api_method
Line 396: raise HacsException(_exception)
Line 397: custom_components.hacs.exceptions.HacsException: Bad credentials
Line 397: custom_components.hacs.exceptions.HacsException: Bad credentials
Line 398: 2022-07-03 11:54:18 DEBUG (MainThread) [custom_components.hacs] Can update 0 repositories
Line 399: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] Enable category: integration
Line 400: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] Enable category: plugin
Line 401: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] Enable category: theme
Line 402: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
Line 402: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
Line 402: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
Line 403: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] Update entities are only supported when using UI configuration
Line 404: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
Line 404: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
Line 405: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] Could not setup HACS, trying again in 15 min
Line 405: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] Could not setup HACS, trying again in 15 min
Line 406: 2022-07-03 11:54:18 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 2.6 seconds
Line 410: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] HACS is enabled
Line 410: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs] HACS is enabled
Line 411: 2022-07-03 11:54:18 INFO (MainThread) [custom_components.hacs]
Line 413: HACS (Home Assistant Community Store)
Line 418: https://github.com/hacs/integration/issues
Line 425: 2022-07-03 11:54:18 DEBUG (MainThread) [custom_components.hacs] Configuration type: ConfigurationType.CONFIG_ENTRY
Line 437: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
Line 437: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
Line 438: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
Line 438: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
Line 444: 2022-07-03 11:54:19 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'dependency_snapshots' for <class 'dict'>
Line 445: 2022-07-03 11:54:19 DEBUG (MainThread) [custom_components.hacs] Can update 400 repositories
Line 446: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] Enable category: integration
Line 447: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] Enable category: plugin
Line 448: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] Enable category: theme
Line 449: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
Line 449: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
Line 449: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
Line 450: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
Line 450: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
Line 451: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
Line 451: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
Line 452: 2022-07-03 11:54:19 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
Line 458: 2022-07-03 11:54:19 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
Line 459: 2022-07-03 11:54:19 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
Line 461: 2022-07-03 11:54:19 ERROR (MainThread) [homeassistant.components.sensor] Platform hacs does not generate unique IDs. ID 0717a0cd-745c-48fd-9b16-c8534c9704f9-bc944b0f-fd42-4a58-a072-ade38d1444cd already exists - ignoring sensor.hacs
Line 461: 2022-07-03 11:54:19 ERROR (MainThread) [homeassistant.components.sensor] Platform hacs does not generate unique IDs. ID 0717a0cd-745c-48fd-9b16-c8534c9704f9-bc944b0f-fd42-4a58-a072-ade38d1444cd already exists - ignoring sensor.hacs
Line 508: 2022-07-03 11:54:23 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
Line 508: 2022-07-03 11:54:23 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
Line 510: 2022-07-03 11:54:24 INFO (MainThread) [custom_components.hacs] Loading removed repositories
Line 533: 2022-07-03 11:54:24 INFO (MainThread) [custom_components.hacs] Loading known repositories
Line 541: 2022-07-03 11:54:26 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories
Line 542: 2022-07-03 11:54:26 DEBUG (MainThread) [custom_components.hacs] Recurring background task for downloaded repositories done
Line 543: 2022-07-03 11:54:26 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
Line 543: 2022-07-03 11:54:26 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
Line 545: 2022-07-03 11:54:26 DEBUG (MainThread) [custom_components.hacs] <QueueManager> The queue is empty
Line 547: 2022-07-03 11:54:26 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
Line 547: 2022-07-03 11:54:26 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
Line 547: 2022-07-03 11:54:26 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
Line 548: 2022-07-03 11:54:27 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'dependency_snapshots' for <class 'dict'>
Line 549: 2022-07-03 11:54:27 DEBUG (MainThread) [custom_components.hacs] Can update 399 repositories, items in queue 3
Line 550: 2022-07-03 11:54:27 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Checking out tasks to execute
Line 551: 2022-07-03 11:54:27 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Starting queue execution for 3 tasks
Line 552: 2022-07-03 11:54:27 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
Line 552: 2022-07-03 11:54:27 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
Line 554: 2022-07-03 11:54:27 DEBUG (MainThread) [custom_components.hacs] <Integration FutureTense/keymaster> Getting repository information
Line 555: 2022-07-03 11:54:27 DEBUG (MainThread) [custom_components.hacs] <Integration blakeblackshear/frigate-hass-integration> Getting repository information
Line 556: 2022-07-03 11:54:27 ERROR (MainThread) [custom_components.hacs] <Integration blakeblackshear/frigate-hass-integration> HttpStatusCode.UNAUTHORIZED
Line 557: 2022-07-03 11:54:27 ERROR (MainThread) [custom_components.hacs] <Integration FutureTense/keymaster> HttpStatusCode.UNAUTHORIZED
Line 558: 2022-07-03 11:54:27 ERROR (MainThread) [custom_components.hacs] <Integration hacs/integration> HttpStatusCode.UNAUTHORIZED
Line 558: 2022-07-03 11:54:27 ERROR (MainThread) [custom_components.hacs] <Integration hacs/integration> HttpStatusCode.UNAUTHORIZED
Line 559: 2022-07-03 11:54:27 ERROR (MainThread) [custom_components.hacs] HACS is disabled - HacsDisabledReason.INVALID_TOKEN
Line 559: 2022-07-03 11:54:27 ERROR (MainThread) [custom_components.hacs] HACS is disabled - HacsDisabledReason.INVALID_TOKEN
Line 559: 2022-07-03 11:54:27 ERROR (MainThread) [custom_components.hacs] HACS is disabled - HacsDisabledReason.INVALID_TOKEN
Line 561: 2022-07-03 11:54:27 DEBUG (MainThread) [custom_components.hacs] <Integration blakeblackshear/frigate-hass-integration> Running checks against v2.3
Line 562: 2022-07-03 11:54:27 DEBUG (MainThread) [custom_components.hacs] <Integration FutureTense/keymaster> Running checks against v0.0.80
Line 563: 2022-07-03 11:54:27 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.25.5
Line 563: 2022-07-03 11:54:27 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.25.5
Line 564: 2022-07-03 11:54:27 ERROR (MainThread) [custom_components.hacs] <QueueManager> No manifest.json file found 'custom_components/None/manifest.json'
Line 565: 2022-07-03 11:54:27 ERROR (MainThread) [custom_components.hacs] <QueueManager> No manifest.json file found 'custom_components/None/manifest.json'
Line 566: 2022-07-03 11:54:27 ERROR (MainThread) [custom_components.hacs] <QueueManager> No manifest.json file found 'custom_components/None/manifest.json'
Line 567: 2022-07-03 11:54:27 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Queue execution finished for 3 tasks finished in 0.23 seconds
Uncommenting the inclusion of the hacs.yaml fixed the invalid token error
hacs: !include hacs.yaml
<--- That is not valid at all, thats your issue.
Ah, I was suppose to make it a package. The two always get me confused.
Changing to the following fixed it
homeassistant:
packages:
hacs: !include hacs.yaml
System Health details
System Health
version: core-2022.6.7 installation_type: Home Assistant OS dev: false hassio: true docker: true user: root virtualenv: false python_version: 3.9.12 os_name: Linux os_version: 5.15.45 arch: x86_64 timezone: America/New_York
GitHub API: ok GitHub Content: ok GitHub Web: ok GitHub API Calls Remaining: 4985 Installed Version: 1.24.5 Stage: running Available Repositories: 1128 Downloaded Repositories: 9 Disabled: invalid_token
logged_in: false can_reach_cert_server: ok can_reach_cloud_auth: ok can_reach_cloud: ok
host_os: Home Assistant OS 8.2 update_channel: stable supervisor_version: supervisor-2022.05.3 agent_version: 1.2.1 docker_version: 20.10.14 disk_total: 30.8 GB disk_used: 15.6 GB healthy: true supported: true board: ova supervisor_api: ok version_api: ok installed_addons: AppDaemon (0.9.0), Rhasspy Assistant (2.5.11), File editor (5.3.3), Terminal & SSH (9.4.0), rest980 Docker Image (20220113), php-nginx Docker Image (latest), ESPHome (2022.6.2), Zigbee2mqtt (1.25.2-1), Z-Wave JS to MQTT (0.44.0)
zwave_integration: zwave_js network_status: on
dashboards: 1 resources: 7 views: 2 mode: storage
oldest_recorder_run: June 24, 2022 at 6:16 PM current_recorder_run: June 30, 2022 at 2:35 PM estimated_db_size: 381.57 MiB database_engine: sqlite database_version: 3.34.1
Checklist
Describe the issue
I have been unable to find the log entry, even with debug on, that causes this however each github token through OAUTH tends to only last 10-15 minutes if that. I seem to be able to install or update from one repository and then on restart being told my token is invalid. This is preventing me from updating any integration nor HACS itself
Reproduction steps
Debug logs
Diagnostics dump