hacs / frontend

The frontend of HACS
MIT License
154 stars 84 forks source link

Uncaught SyntaxError: Identifier 'config' has already been declared at main_29.js:1 #45

Closed Sjeff closed 4 years ago

Sjeff commented 4 years ago

Version of HACS

0.19.0

Describe the bug

When i am on the a view and navigating to HACS via the sidebar the HACS screen is blank and the following error appears in the chrome console:

Uncaught SyntaxError: Identifier 'config' has already been declared
    at main_29.js:1

image

When i refresh the page ctrl + shift + r the HACS sidebar opens as expected. image

Then when i return to one of the views in home assistant swipe-navigation is not working anymore and the following error appears:

swipe-navigation.js:1 Uncaught SyntaxError: Identifier 'root' has already been declared
    at swipe-navigation.js:1

After a refresh ctrl + shift + r the swipe navigation works again as expected.

Whenever i return to the HACS page via the sidebar the blank screen and same error are shown again.

If any more logs are needed please let me know. image

current logger.yaml :

logger:
  default: error
  logs:
    homeassistant.components: error
    homeassistant.components.automation: error
    homeassistant.components.discovery: error
    homeassistant.components.notify: error
    homeassistant.components.sensor: error

Debug log


2019-12-19 10:04:28 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /homeassistant/restart request None
Config directory: /config
2019-12-19 10:04:33 INFO (SyncWorker_5) [homeassistant.loader] Loaded browser_mod from custom_components.browser_mod
2019-12-19 10:04:33 INFO (SyncWorker_2) [homeassistant.loader] Loaded ziggo-mediabox-next from custom_components.ziggo-mediabox-next
2019-12-19 10:04:33 INFO (SyncWorker_0) [homeassistant.loader] Loaded radarr_upcoming_media from custom_components.radarr_upcoming_media
2019-12-19 10:04:33 INFO (SyncWorker_4) [homeassistant.loader] Loaded hadockermon from custom_components.hadockermon
2019-12-19 10:04:33 INFO (SyncWorker_6) [homeassistant.loader] Loaded hacs from custom_components.hacs
2019-12-19 10:04:33 INFO (SyncWorker_0) [homeassistant.loader] Loaded circadian_lighting from custom_components.circadian_lighting
2019-12-19 10:04:33 INFO (SyncWorker_12) [homeassistant.loader] Loaded breaking_changes from custom_components.breaking_changes
2019-12-19 10:04:33 INFO (SyncWorker_9) [homeassistant.loader] Loaded unifigateway from custom_components.unifigateway
2019-12-19 10:04:33 INFO (SyncWorker_16) [homeassistant.loader] Loaded samsungtv from custom_components.samsungtv
2019-12-19 10:04:33 INFO (SyncWorker_4) [homeassistant.loader] Loaded sonarr_upcoming_media from custom_components.sonarr_upcoming_media
2019-12-19 10:04:33 INFO (SyncWorker_5) [homeassistant.loader] Loaded alarm_control_panel from homeassistant.components.alarm_control_panel
2019-12-19 10:04:33 INFO (SyncWorker_3) [homeassistant.loader] Loaded automation from homeassistant.components.automation
2019-12-19 10:04:33 INFO (SyncWorker_14) [homeassistant.loader] Loaded device_automation from homeassistant.components.device_automation
2019-12-19 10:04:33 INFO (SyncWorker_2) [homeassistant.loader] Loaded webhook from homeassistant.components.webhook
2019-12-19 10:04:33 INFO (SyncWorker_13) [homeassistant.loader] Loaded group from homeassistant.components.group
2019-12-19 10:04:33 INFO (SyncWorker_8) [homeassistant.loader] Loaded http from homeassistant.components.http
2019-12-19 10:04:33 INFO (SyncWorker_12) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2012-19 10:04:33 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for breaking_changes which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-12-19 10:04:33 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-12-19 10:04:33 INFO (SyncWorker_7) [homeassistant.loader] Loaded websocket_api from homeassistant.components.websocket_api
2019-12-19 10:04:33 INFO (SyncWorker_17) [homeassistant.loader] Loaded camera from homeassistant.components.camera
2019-12-19 10:04:33 INFO (SyncWorker_16) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2019-12-19 10:04:33 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for circadian_lighting which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-12-19 10:04:33 INFO (SyncWorker_18) [homeassistant.loader] Loaded config from homeassistant.components.config
2019-12-19 10:04:33 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for customizer which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-12-19 10:04:33 INFO (MainThread) [homeassistant.loader] Loaded customizer from custom_components.customizer
2019-12-19 10:04:33 INFO (SyncWorker_6) [homeassistant.loader] Loaded frontend from homeassistant.components.frontend
2019-12-19 10:04:33 INFO (SyncWorker_14) [homeassistant.loader] Loaded auth from homeassistant.components.auth
2019-12-19 10:04:33 INFO (SyncWorker_0) [homeassistant.loader] Loaded api from homeassistant.components.api
2019-12-19 10:04:33 INFO (SyncWorker_15) [homeassistant.loader] Loaded lovelace from homeassistant.components.lovelace
2019-12-19 10:04:33 INFO (SyncWorker_8) [homeassistant.loader] Loaded system_log from homeassistant.components.system_log
2019-12-19 10:04:33 INFO (SyncWorker_13) [homeassistant.loader] Loaded onboarding from homeassistant.components.onboarding
2019-12-19 10:04:33 INFO (SyncWorker_12) [homeassistant.loader] Loaded ffmpeg from homeassistant.components.ffmpeg
2019-12-19 10:04:33 INFO (SyncWorker_7) [homeassistant.loader] Loaded google from homeassistant.components.google
2019-12-19 10:04:33 INFO (SyncWorker_17) [homeassistant.loader] Loaded hassio from homeassistant.components.hassio
2019-12-19 10:04:33 INFO (SyncWorker_16) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom
2019-12-19 10:04:33 INFO (SyncWorker_18) [homeassistant.loader] Loaded history from homeassistant.components.history
2019-12-19 10:04:33 INFO (SyncWorker_19) [homeassistant.loader] Loaded recorder from homeassistant.components.recorder
2019-12-19 10:04:34 INFO (SyncWorker_6) [homeassistant.loader] Loaded homekit from homeassistant.components.homekit
2019-12-19 10:04:34 INFO (SyncWorker_14) [homeassistant.loader] Loaded influxdb from homeassistant.components.influxdb
2019-12-19 10:04:34 INFO (SyncWorker_1) [homeassistant.loader] Loaded input_boolean from homeassistant.components.input_boolean
2019-12-19 10:04:34 INFO (SyncWorker_8) [homeassistant.loader] Loaded input_datetime from homeassistant.components.input_datetime
2019-12-19 10:04:34 INFO (SyncWorker_10) [homeassistant.loader] Loaded input_select from homeassistant.components.input_select
2019-12-19 10:04:34 INFO (SyncWorker_9) [homeassistant.loader] Loaded ios from homeassistant.components.ios
2019-12-19 10:04:34 INFO (SyncWorker_4) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker
2019-12-19 10:04:34 INFO (SyncWorker_11) [homeassistant.loader] Loaded zeroconf from homeassistant.components.zeroconf
2019-12-19 10:04:34 INFO (SyncWorker_16) [homeassistant.loader] Loaded zone from homeassistant.components.zone
2019-12-19 10:04:34 INFO (SyncWorker_18) [homeassistant.loader] Loaded light from homeassistant.components.light
2019-12-19 10:04:34 INFO (SyncWorker_19) [homeassistant.loader] Loaded logbook from homeassistant.components.logbook
2019-12-19 10:04:34 INFO (SyncWorker_6) [homeassistant.loader] Loaded logger from homeassistant.components.logger
2019-12-19 10:04:34 INFO (SyncWorker_14) [homeassistant.loader] Loaded map from homeassistant.components.map
2019-12-19 10:04:34 INFO (SyncWorker_1) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2019-12-19 10:04:34 INFO (SyncWorker_8) [homeassistant.loader] Loaded mobile_app from homeassistant.components.mobile_app
2019-12-19 10:04:34 INFO (SyncWorker_10) [homeassistant.loader] Loaded mqtt from homeassistant.components.mqtt
2019-12-19 10:04:34 INFO (SyncWorker_9) [homeassistant.loader] Loaded nest from homeassistant.components.nest
2019-12-19 10:04:34 INFO (SyncWorker_4) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2019-12-19 10:04:34 INFO (SyncWorker_11) [homeassistant.loader] Loaded proximity from homeassistant.components.proximity
2019-12-19 10:04:34 INFO (SyncWorker_3) [homeassistant.loader] Loaded scene from homeassistant.components.scene
2019-12-19 10:04:34 INFO (SyncWorker_2) [homeassistant.loader] Loaded script from homeassistant.components.script
2019-12-19 10:04:34 INFO (SyncWorker_0) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
2019-12-19 10:04:34 INFO (SyncWorker_15) [homeassistant.loader] Loaded speedtestdotnet from homeassistant.components.speedtestdotnet
2019-12-19 10:04:34 INFO (SyncWorker_13) [homeassistant.loader] Loaded ssdp from homeassistant.components.ssdp
2019-12-19 10:04:35 INFO (SyncWorker_12) [homeassistant.loader] Loaded sun from homeassistant.components.sun
2019-12-19 10:04:35 INFO (SyncWorker_7) [homeassistant.loader] Loaded switch from homeassistant.components.switch
2019-12-19 10:04:35 INFO (SyncWorker_17) [homeassistant.loader] Loaded system_health from homeassistant.components.system_health
2019-12-19 10:04:35 INFO (SyncWorker_5) [homeassistant.loader] Loaded updater from homeassistant.components.updater
2019-12-19 10:04:35 INFO (SyncWorker_16) [homeassistant.loader] Loaded wake_on_lan from homeassistant.components.wake_on_lan
2019-12-19 10:04:35 INFO (SyncWorker_18) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2019-12-19 10:04:35 INFO (SyncWorker_19) [homeassistant.loader] Loaded yeelight from homeassistant.components.yeelight
2019-12-19 10:04:35 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-12-19 10:04:35 INFO (SyncWorker_10) [homeassistant.loader] Loaded cert_expiry from homeassistant.components.cert_expiry
2019-12-19 10:04:35 INFO (SyncWorker_1) [homeassistant.loader] Loaded unifi from homeassistant.components.unifi
2019-12-19 10:04:35 INFO (SyncWorker_17) [homeassistant.loader] Loaded esphome from homeassistant.components.esphome
2019-12-19 10:04:35 INFO (SyncWorker_13) [homeassistant.loader] Loaded adguard from homeassistant.components.adguard
2019-12-19 10:04:35 INFO (SyncWorker_12) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz
2019-12-19 10:04:35 INFO (SyncWorker_9) [homeassistant.loader] Loaded cast from homeassistant.components.cast
2019-12-19 10:04:35 INFO (SyncWorker_8) [homeassistant.loader] Loaded person from homeassistant.components.person
2019-12-19 10:04:35 INFO (SyncWorker_7) [homeassistant.loader] Loaded persistent_notification from homeassistant.components.persistent_notification
2019-12-19 10:04:35 INFO (SyncWorker_4) [homeassistant.loader] Loaded homeassistant from homeassistant.components.homeassistant
2019-12-19 10:04:35 INFO (MainThread) [homeassistant.setup] Setting up persistent_notification
2019-12-19 10:04:35 INFO (MainThread) [homeassistant.setup] Setup of domain persistent_notification took 0.0 seconds.
2019-12-19 10:04:35 INFO (MainThread) [homeassistant.setup] Setting up homeassistant
2019-12-19 10:04:35 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant took 0.0 seconds.
2019-12-19 10:04:35 INFO (MainThread) [homeassistant.bootstrap] Setting up {'system_log', 'logger'}
2019-12-19 10:04:35 INFO (MainThread) [homeassistant.setup] Setting up logger
2019-12-19 10:04:35 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2019-12-19 10:04:35 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2019-12-19 10:04:35 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2019-12-19 10:04:36 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.workday
2019-12-19 10:04:36 INFO (MainThread) [homeassistant.components.weather] Setting up weather.darksky
2019-12-19 10:04:36 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.manual
2019-12-19 10:04:36 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.nest
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.deconz
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wake_on_lan
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.circadian_lighting
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.yeelight
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.scene] Setting up scene.deconz
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.climate] Setting up climate.nest
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.climate] Setting up climate.deconz
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.cover] Setting up cover.deconz
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.generic
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.stream] Started stream: REMOVED
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.camera] Setting up camera.nest
2019-12-19 10:04:37 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.unifi
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.hadockermon
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.light] Setting up light.deconz
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.light] Setting up light.yeelight
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.light] Not adding entity Kleine Kamer because it's disabled
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.light] Not adding entity Woonkamer because it's disabled
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.light] Not adding entity Slaapkamer because it's disabled
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.adguard
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.deconz
2019-12-19 10:04:42 INFO (MainThread) [homeassistant.components.switch] Setting up switch.unifi
2019-12-19 10:04:48 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.kodi
2019-12-19 10:04:48 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.kodi
2019-12-19 10:04:53 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.ziggo-mediabox-next
2019-12-19 10:04:53 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.samsungtv
2019-12-19 10:04:55 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.spotify
2019-12-19 10:04:55 DEBUG (MainThread) [hacs] Configuration type: flow
2019-12-19 10:04:55 INFO (MainThread) [hacs] 
-------------------------------------------------------------------
HACS (Home Assistant Community Store)

Version: 0.19.0
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/hacs/integration/issues
-------------------------------------------------------------------

2019-12-19 10:04:55 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Checking repository.
2019-12-19 10:04:55 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
2019-12-19 10:04:57 INFO (MainThread) [hacs.repository.integration.hacs.integration] Registration complete
2019-12-19 10:04:57 INFO (MainThread) [hacs.data] Restore started
2019-12-19 10:04:58 INFO (MainThread) [hacs.data] Restore done
2019-12-19 10:05:01 ERROR (SyncWorker_2) [homeassistant.components.rest.sensor] Error fetching data: http://REMOVED/api/hassio/addons/1e72b768_better_presence/info failed with HTTPConnectionPool(host='REMOVED', port=REMOVED): Max retries exceeded with url: /api/hassio/addons/1e72b768_better_presence/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efc2c5eb190>: Failed to establish a new connection: [Errno 111] Connection refused'))
2019-12-19 10:05:01 ERROR (SyncWorker_12) [homeassistant.components.rest.sensor] Error fetching data: http://REMOVED/api/hassio/addons/a0d7b954_adguard/info failed with HTTPConnectionPool(host='REMOVED', port=REMOVED): Max retries exceeded with url: /api/hassio/addons/a0d7b954_adguard/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efc2c5eba10>: Failed to establish a new connection: [Errno 111] Connection refused'))
2019-12-19 10:05:01 ERROR (SyncWorker_15) [homeassistant.components.rest.sensor] Error fetching data: http://REMOVED/api/hassio/addons/core_deconz/info failed with HTTPConnectionPool(host='REMOVED', port=REMOVED): Max retries exceeded with url: /api/hassio/addons/core_deconz/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efc2c5eb790>: Failed to establish a new connection: [Errno 111] Connection refused'))
2019-12-19 10:05:01 ERROR (SyncWorker_19) [homeassistant.components.rest.sensor] Error fetching data: http://REMOVED/api/hassio/addons/cebe7a76_hassio_google_drive_backup/info failed with HTTPConnectionPool(host='REMOVED', port=REMOVED): Max retries exceeded with url: /api/hassio/addons/cebe7a76_hassio_google_drive_backup/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efc2c5b0f90>: Failed to establish a new connection: [Errno 111] Connection refused'))
2019-12-19 10:05:01 ERROR (SyncWorker_8) [homeassistant.components.rest.sensor] Error fetching data: http://REMOVED/api/hassio/addons/15ef4d2f_esphome/info failed with HTTPConnectionPool(host='REMOVED', port=REMOVED): Max retries exceeded with url: /api/hassio/addons/15ef4d2f_esphome/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efc2c5bb9d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2019-12-19 10:05:01 ERROR (SyncWorker_12) [homeassistant.components.rest.sensor] Error fetching data: http://REMOVED/api/hassio/addons/a0d7b954_motioneye/info failed with HTTPConnectionPool(host='REMOVED', port=REMOVED): Max retries exceeded with url: /api/hassio/addons/a0d7b954_motioneye/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efc2c5ced10>: Failed to establish a new connection: [Errno 111] Connection refused'))
2019-12-19 10:05:01 ERROR (SyncWorker_2) [homeassistant.components.rest.sensor] Error fetching data: http://REMOVED/api/hassio/addons/a0d7b954_nodered/info failed with HTTPConnectionPool(host='REMOVED', port=REMOVED): Max retries exceeded with url: /api/hassio/addons/a0d7b954_nodered/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efc2c5c0f10>: Failed to establish a new connection: [Errno 111] Connection refused'))
2019-12-19 10:05:01 ERROR (SyncWorker_8) [homeassistant.components.rest.sensor] Error fetching data: http://REMOVED/api/hassio/addons/a0d7b954_zerotier/info failed with HTTPConnectionPool(host='REMOVED', port=REMOVED): Max retries exceeded with url: /api/hassio/addons/a0d7b954_zerotier/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efc2c55ea90>: Failed to establish a new connection: [Errno 111] Connection refused'))
/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:1004: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning,
2019-12-19 10:05:03 WARNING (MainThread) [homeassistant.components.template] Template sensor 'pn_count' has no entity ids configured to track nor were we able to extract the entities to track from the value template(s). This entity will only be able to be updated manually.
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.browser_mod
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.browser_mod
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.light] Setting up light.browser_mod
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.camera] Setting up camera.browser_mod
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.REMOVED
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.REMOVED
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.REMOVED
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.REMOVED
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.REMOVED
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.REMOVED
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.REMOVED
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.REMOVED
2019-12-19 10:05:05 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.REMOVED
2019-12-19 10:05:06 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.REMOVED
2019-12-19 10:05:06 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.REMOVED
2019-12-19 10:05:07 INFO (SyncWorker_2) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2019-12-19 10:05:07 WARNING (MainThread) [homeassistant.components.template.sensor] Could not render template HASS Last Snapshot, the state is unknown.
2019-12-19 10:05:07 INFO (MainThread) [homeassistant.components.frontend] Theme purple set as default
2019-12-19 10:05:07 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
2019-12-19 10:05:08 DEBUG (MainThread) [hacs] 5000
2019-12-19 10:05:08 DEBUG (MainThread) [hacs] 2019-12-19 10:04:55
2019-12-19 10:05:08 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to esp21.local
2019-12-19 10:05:08 INFO (MainThread) [hacs] Loading known repositories
2019-12-19 10:05:17 DEBUG (MainThread) [hacs] Starting recuring background task for installed repositories
2019-12-19 10:05:17 DEBUG (MainThread) [hacs] 5000
2019-12-19 10:05:17 DEBUG (MainThread) [hacs] 2019-12-19 10:04:55
2019-12-19 10:05:21 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Information update done.
2019-12-19 10:05:25 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.state-attribute-element] Information update done.
2019-12-19 10:05:28 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.list-card] Information update done.
2019-12-19 10:05:33 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.button-card] Information update done.
2019-12-19 10:05:37 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.upcoming-media-card] Information update done.
2019-12-19 10:05:41 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.sonarr_upcoming_media] Information update done.
2019-12-19 10:05:46 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.radarr_upcoming_media] Information update done.
2019-12-19 10:05:51 DEBUG (MainThread) [hacs.repository.plugin.kalkih.mini-media-player] Information update done.
2019-12-19 10:05:54 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-toggle-lock-entity-row] Information update done.
2019-12-19 10:05:59 DEBUG (MainThread) [hacs.repository.plugin.kalkih.mini-graph-card] Information update done.
2019-12-19 10:06:05 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.unifigateway] Information update done.
2019-12-19 10:06:09 DEBUG (MainThread) [hacs.repository.plugin.nervetattoo.simple-thermostat] Information update done.
2019-12-19 10:06:15 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.secondaryinfo-entity-row] Information update done.
2019-12-19 10:06:19 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-card-tools] Information update done.
2019-12-19 10:06:23 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.calendar-card] Information update done.
2019-12-19 10:06:28 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.bar-card] Information update done.
2019-12-19 10:06:32 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-auto-entities] Information update done.
2019-12-19 10:06:35 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.light-entity-card] Information update done.
2019-12-19 10:06:40 DEBUG (MainThread) [hacs.repository.plugin.kalkih.simple-weather-card] Information update done.
2019-12-19 10:06:45 DEBUG (MainThread) [hacs.repository.plugin.gadgetchnnel.lovelace-home-feed-card] Information update done.
2019-12-19 10:06:49 DEBUG (MainThread) [hacs.repository.integration.claytonjn.hass-circadian_lighting] Information update done.
2019-12-19 10:06:53 DEBUG (MainThread) [hacs.repository.integration.custom-components.breaking_changes] Information update done.
2019-12-19 10:06:57 DEBUG (MainThread) [hacs.repository.plugin.maykar.lovelace-swipe-navigation] Information update done.
2019-12-19 10:06:59 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.decluttering-card] Information update done.
2019-12-19 10:07:04 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-card-mod] Information update done.
2019-12-19 10:07:08 DEBUG (MainThread) [hacs.repository.integration.IIStevowII.ziggo-mediabox-next] Information update done.
2019-12-19 10:07:12 DEBUG (MainThread) [hacs.repository.integration.thomasloven.hass-browser_mod] Information update done.
2019-12-19 10:07:15 DEBUG (MainThread) [hacs.repository.theme.seangreen2.slate_theme] Information update done.
2019-12-19 10:07:18 INFO (MainThread) [homeassistant.components.mobile_app.notify] mobile_app push notification rate limits REMOVED
2019-12-19 10:07:19 DEBUG (MainThread) [hacs.repository.plugin.maykar.custom-header] Information update done.
2019-12-19 10:07:22 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] Information update done.
2019-12-19 10:07:22 DEBUG (MainThread) [hacs.data] Saving data
2019-12-19 10:07:22 DEBUG (MainThread) [hacs] Recuring background task for installed repositories done
2019-12-19 10:07:22 DEBUG (MainThread) [hacs.data] Saving data
hacs-bot[bot] commented 4 years ago

Make sure you have read the issue guidelines and that you filled out the entire template.

hacs-bot[bot] commented 4 years ago

Make sure you have read the issue guidelines and that you filled out the entire template.

ludeeus commented 4 years ago

Try disabling debug and clearing your cache

Sjeff commented 4 years ago

Same blank screen appears when opening HACS

Uncaught SyntaxError: Identifier 'config' has already been declared
    at main_29.js:1

and when i press ctrl + shift + r the page shows but swipe navigation stops working until i refresh the page again.

Uncaught SyntaxError: Identifier 'root' has already been declared
    at swipe-navigation.js:1
ludeeus commented 4 years ago

That is strange, config does not exist in the fronend of HACS, and root only exist in debug mode.

Sjeff commented 4 years ago

Must be something of a cache issue. It does work on Microsoft Edge browser.

let me check some settings in chrome.

Sjeff commented 4 years ago

I couldn't find anything in the settings so decided to reset chrome completely. and... that worked ! HACS page loading as expected and swipe-navigation as well.

@ludeeus Thanks for everything! 👍

hacs-bot[bot] commented 4 years ago

This issue is closed, closed issues are ignored.

If you have issues similar to this, please open a seperate issue. https://github.com/custom-components/hacs/issues/new/choose

And remember to fill out the entire issue template :)