0.102: Official Android App, Almond, Scene editor

Has anybody else been having issues scrolling up and down the Developer Tools > States page? I can scroll up and down a bit but then the page just starts bouncing (like if you are trying to do a pull-to-refresh). If I click somewhere on the page, I can sometimes get it to work again for a bit but it then starts bouncing again.
I noticed this in 0.102.1, but don’t know if it also happened in 0.102.0.
This is in Chrome 78.0.3904.70 on macOS Mojave.

Edit: This doesn’t appear to be a problem on mobile, and also if you don’t have the attributes column displayed on desktop.

Did that but to no avail.

Here are the logs:

Blockquot
2019-11-25 20:34:52 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-11-25 20:34:52 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for alexa_media 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-11-25 20:34:54 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=2 from 2019-11-25 19:08:46.040330)
2019-11-25 20:34:54 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for huesensor 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-11-25 20:35:10 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for samsungtv_custom 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-11-25 20:35:12 WARNING (MainThread) [homeassistant.setup] Setup of google is taking over 10 seconds.
2019-11-25 20:35:12 WARNING (MainThread) [homeassistant.setup] Setup of input_select is taking over 10 seconds.
2019-11-25 20:35:12 WARNING (MainThread) [homeassistant.setup] Setup of input_number is taking over 10 seconds.
2019-11-25 20:35:12 WARNING (MainThread) [homeassistant.setup] Setup of input_boolean is taking over 10 seconds.
2019-11-25 20:35:13 ERROR (MainThread) [homeassistant.components.hue] Error connecting to the Hue bridge at 192.168.1.101
2019-11-25 20:35:13 WARNING (MainThread) [homeassistant.config_entries] Config entry for hue not ready yet. Retrying in 5 seconds.
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.helpers.entity] Updating state for media_player.samsung_tv_remote (<class ‘custom_components.samsungtv_custom.media_player.SamsungTVDeviceQLED’>) took 9.288 seconds. Please report platform to the developers at Platforms that do I/O inside properties · Issue #4210 · home-assistant/core · GitHub
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.setup] Setup of joaoapps_join is taking over 10 seconds.
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.setup] Setup of person is taking over 10 seconds.
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.setup] Setup of asuswrt is taking over 10 seconds.
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.setup] Setup of timer is taking over 10 seconds.
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.components.weather] Setup of platform darksky is taking over 10 seconds.
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform samsungtv_custom is taking over 10 seconds.
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform ping is taking over 10 seconds.
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform ping is taking over 10 seconds.
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform ping is taking over 10 seconds.
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform ping is taking over 10 seconds.
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.components.remote] Setup of platform harmony is taking over 10 seconds.
2019-11-25 20:35:24 WARNING (MainThread) [homeassistant.setup] Setup of onboarding is taking over 10 seconds.
2019-11-25 20:35:25 WARNING (MainThread) [homeassistant.config_entries] Config entry for adguard not ready yet. Retrying in 5 seconds.
2019-11-25 20:35:25 ERROR (MainThread) [aioharmony.hubconnector] 192.168.1.100: Exception on post: Connection timeout to host http://192.168.1.100:8088/
2019-11-25 20:35:25 ERROR (MainThread) [aioharmony.hubconnector] 192.168.1.100: Unable to retrieve HUB id
2019-11-25 20:35:25 WARNING (MainThread) [homeassistant.components.harmony.remote] Harmony: Unable to connect to HUB.
2019-11-25 20:35:26 WARNING (MainThread) [homeassistant.components.climate] Setup of platform zwave is taking over 10 seconds.
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.setup] Error during setup of component tts
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 172, in _async_setup_component
hass, processed_config
File “/usr/src/homeassistant/homeassistant/components/tts/init.py”, line 186, in async_setup
await asyncio.wait(setup_tasks)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 389, in wait
return await _wait(fs, timeout, return_when, loop)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 482, in _wait
await waiter
concurrent.futures._base.CancelledError
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.setup] Error during setup of component input_select
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 172, in _async_setup_component
hass, processed_config
File “/usr/src/homeassistant/homeassistant/components/input_select/init.py”, line 114, in async_setup
await component.async_add_entities(entities)
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 252, in async_add_entities
await asyncio.wait(tasks)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 389, in wait
return await _wait(fs, timeout, return_when, loop)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 482, in _wait
await waiter
concurrent.futures._base.CancelledError
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.setup] Error during setup of component input_number
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 172, in _async_setup_component
hass, processed_config
File “/usr/src/homeassistant/homeassistant/components/input_number/init.py”, line 124, in async_setup
await component.async_add_entities(entities)
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 252, in async_add_entities
await asyncio.wait(tasks)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 389, in wait
return await _wait(fs, timeout, return_when, loop)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 482, in _wait
await waiter
concurrent.futures._base.CancelledError
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.setup] Error during setup of component input_boolean
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 172, in _async_setup_component
hass, processed_config
File “/usr/src/homeassistant/homeassistant/components/input_boolean/init.py”, line 83, in async_setup
await component.async_add_entities(entities)
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 252, in async_add_entities
await asyncio.wait(tasks)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 389, in wait
return await _wait(fs, timeout, return_when, loop)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 482, in _wait
await waiter
concurrent.futures._base.CancelledError
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.setup] Error during setup of component timer
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 172, in _async_setup_component
hass, processed_config
File “/usr/src/homeassistant/homeassistant/components/timer/init.py”, line 95, in async_setup
await component.async_add_entities(entities)
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 252, in async_add_entities
await asyncio.wait(tasks)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 389, in wait
return await _wait(fs, timeout, return_when, loop)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 482, in _wait
await waiter
concurrent.futures._base.CancelledError
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.components.remote] Error while setting up platform harmony
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 435, in wait_for
await waiter
concurrent.futures._base.CancelledError
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall google.found_calendar (c:c03acfed28d244ae929bf0030d8e35ac): kind=calendar#calendarListEntry, etag=“1571520569818000”, [email protected], summary=Insel, timeZone=Europe/Berlin, colorId=10, backgroundColor=#b3dc6c, foregroundColor=#000000, selected=True, accessRole=owner, defaultReminders=, conferenceProperties=allowedConferenceSolutionTypes=[‘eventHangout’], track=True>
Traceback (most recent call last):
File “/usr/local/lib/python3.7/asyncio/runners.py”, line 43, in run
return loop.run_until_complete(main)
File “/usr/local/lib/python3.7/asyncio/base_events.py”, line 579, in run_until_complete
return future.result()
File “/usr/src/homeassistant/homeassistant/main.py”, line 302, in setup_and_run_hass
log_no_color=args.log_no_color,
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 148, in async_from_config_file
config_dict, hass, enable_log=False, skip_pip=skip_pip
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 93, in async_from_config_dict
await _async_set_up_integrations(hass, config)
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 374, in _async_set_up_integrations
*(async_setup_component(hass, domain, config) for domain in domains_to_load)
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 569, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 45, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 51, in async_setup_component
return await task # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 147, in _async_setup_component
hass, config, integration
File “/usr/src/homeassistant/homeassistant/config.py”, line 756, in async_process_component_config
p_integration = await async_get_integration_with_requirements(hass, p_name)
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 48, in async_get_integration_with_requirements
hass, integration.domain, integration.requirements
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 77, in async_process_requirements
if pkg_util.is_installed(req):
File “/usr/src/homeassistant/homeassistant/util/package.py”, line 45, in is_installed
return version(req.project_name) in req
File “/usr/local/lib/python3.7/site-packages/pkg_resources/init.py”, line 3137, in contains
return self.specifier.contains(item, prereleases=True)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py”, line 703, in contains
item = parse(item)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py”, line 31, in parse
return Version(version)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py”, line 200, in init
match = self._regex.search(version)
TypeError: expected string or bytes-like object

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/core.py”, line 1244, in _safe_execute
await self._execute_service(handler, service_call)
File “/usr/src/homeassistant/homeassistant/core.py”, line 1263, in _execute_service
await self._hass.async_add_executor_job(handler.func, service_call)
concurrent.futures._base.CancelledError
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform ping
Traceback (most recent call last):
File “/usr/local/lib/python3.7/asyncio/runners.py”, line 43, in run
return loop.run_until_complete(main)
File “/usr/local/lib/python3.7/asyncio/base_events.py”, line 579, in run_until_complete
return future.result()
File “/usr/src/homeassistant/homeassistant/main.py”, line 302, in setup_and_run_hass
log_no_color=args.log_no_color,
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 148, in async_from_config_file
config_dict, hass, enable_log=False, skip_pip=skip_pip
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 93, in async_from_config_dict
await _async_set_up_integrations(hass, config)
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 374, in _async_set_up_integrations
*(async_setup_component(hass, domain, config) for domain in domains_to_load)
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 569, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 45, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 51, in async_setup_component
return await task # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 147, in _async_setup_component
hass, config, integration
File “/usr/src/homeassistant/homeassistant/config.py”, line 756, in async_process_component_config
p_integration = await async_get_integration_with_requirements(hass, p_name)
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 48, in async_get_integration_with_requirements
hass, integration.domain, integration.requirements
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 77, in async_process_requirements
if pkg_util.is_installed(req):
File “/usr/src/homeassistant/homeassistant/util/package.py”, line 45, in is_installed
return version(req.project_name) in req
File “/usr/local/lib/python3.7/site-packages/pkg_resources/init.py”, line 3137, in contains
return self.specifier.contains(item, prereleases=True)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py”, line 703, in contains
item = parse(item)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py”, line 31, in parse
return Version(version)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py”, line 200, in init
match = self._regex.search(version)
TypeError: expected string or bytes-like object

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 158, in _async_setup_platform
await asyncio.wait(pending)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 389, in wait
return await _wait(fs, timeout, return_when, loop)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 482, in _wait
await waiter
concurrent.futures._base.CancelledError
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform ping
Traceback (most recent call last):
File “/usr/local/lib/python3.7/asyncio/runners.py”, line 43, in run
return loop.run_until_complete(main)
File “/usr/local/lib/python3.7/asyncio/base_events.py”, line 579, in run_until_complete
return future.result()
File “/usr/src/homeassistant/homeassistant/main.py”, line 302, in setup_and_run_hass
log_no_color=args.log_no_color,
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 148, in async_from_config_file
config_dict, hass, enable_log=False, skip_pip=skip_pip
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 93, in async_from_config_dict
await _async_set_up_integrations(hass, config)
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 374, in _async_set_up_integrations
*(async_setup_component(hass, domain, config) for domain in domains_to_load)
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 569, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 45, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 51, in async_setup_component
return await task # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 147, in _async_setup_component
hass, config, integration
File “/usr/src/homeassistant/homeassistant/config.py”, line 756, in async_process_component_config
p_integration = await async_get_integration_with_requirements(hass, p_name)
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 48, in async_get_integration_with_requirements
hass, integration.domain, integration.requirements
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 77, in async_process_requirements
if pkg_util.is_installed(req):
File “/usr/src/homeassistant/homeassistant/util/package.py”, line 45, in is_installed
return version(req.project_name) in req
File “/usr/local/lib/python3.7/site-packages/pkg_resources/init.py”, line 3137, in contains
return self.specifier.contains(item, prereleases=True)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py”, line 703, in contains
item = parse(item)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py”, line 31, in parse
return Version(version)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py”, line 200, in init
match = self._regex.search(version)
TypeError: expected string or bytes-like object

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 158, in _async_setup_platform
await asyncio.wait(pending)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 389, in wait
return await _wait(fs, timeout, return_when, loop)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 482, in _wait
await waiter
concurrent.futures._base.CancelledError
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform huesensor
Traceback (most recent call last):
File “/usr/local/lib/python3.7/asyncio/runners.py”, line 43, in run
return loop.run_until_complete(main)
File “/usr/local/lib/python3.7/asyncio/base_events.py”, line 579, in run_until_complete
return future.result()
File “/usr/src/homeassistant/homeassistant/main.py”, line 302, in setup_and_run_hass
log_no_color=args.log_no_color,
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 148, in async_from_config_file
config_dict, hass, enable_log=False, skip_pip=skip_pip
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 93, in async_from_config_dict
await _async_set_up_integrations(hass, config)
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 374, in _async_set_up_integrations
*(async_setup_component(hass, domain, config) for domain in domains_to_load)
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 569, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 45, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 51, in async_setup_component
return await task # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 147, in _async_setup_component
hass, config, integration
File “/usr/src/homeassistant/homeassistant/config.py”, line 756, in async_process_component_config
p_integration = await async_get_integration_with_requirements(hass, p_name)
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 48, in async_get_integration_with_requirements
hass, integration.domain, integration.requirements
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 77, in async_process_requirements
if pkg_util.is_installed(req):
File “/usr/src/homeassistant/homeassistant/util/package.py”, line 45, in is_installed
return version(req.project_name) in req
File “/usr/local/lib/python3.7/site-packages/pkg_resources/init.py”, line 3137, in contains
return self.specifier.contains(item, prereleases=True)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py”, line 703, in contains
item = parse(item)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py”, line 31, in parse
return Version(version)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py”, line 200, in init
match = self._regex.search(version)
TypeError: expected string or bytes-like object

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 435, in wait_for
await waiter
concurrent.futures._base.CancelledError
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall google.scan_for_calendars (c:1255ced1ae104eefa1743469203e9d40)>
Traceback (most recent call last):
File “/usr/local/lib/python3.7/asyncio/runners.py”, line 43, in run
return loop.run_until_complete(main)
File “/usr/local/lib/python3.7/asyncio/base_events.py”, line 579, in run_until_complete
return future.result()
File “/usr/src/homeassistant/homeassistant/main.py”, line 302, in setup_and_run_hass
log_no_color=args.log_no_color,
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 148, in async_from_config_file
config_dict, hass, enable_log=False, skip_pip=skip_pip
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 93, in async_from_config_dict
await _async_set_up_integrations(hass, config)
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 374, in _async_set_up_integrations
*(async_setup_component(hass, domain, config) for domain in domains_to_load)
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 569, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 45, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 51, in async_setup_component
return await task # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 147, in _async_setup_component
hass, config, integration
File “/usr/src/homeassistant/homeassistant/config.py”, line 756, in async_process_component_config
p_integration = await async_get_integration_with_requirements(hass, p_name)
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 48, in async_get_integration_with_requirements
hass, integration.domain, integration.requirements
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 77, in async_process_requirements
if pkg_util.is_installed(req):
File “/usr/src/homeassistant/homeassistant/util/package.py”, line 45, in is_installed
return version(req.project_name) in req
File “/usr/local/lib/python3.7/site-packages/pkg_resources/init.py”, line 3137, in contains
return self.specifier.contains(item, prereleases=True)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py”, line 703, in contains
item = parse(item)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py”, line 31, in parse
return Version(version)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py”, line 200, in init
match = self._regex.search(version)
TypeError: expected string or bytes-like object

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/core.py”, line 1244, in _safe_execute
await self._execute_service(handler, service_call)
File “/usr/src/homeassistant/homeassistant/core.py”, line 1263, in _execute_service
await self._hass.async_add_executor_job(handler.func, service_call)
concurrent.futures._base.CancelledError
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.components.binary_sensor] ping: Error on device update!
Traceback (most recent call last):
File “/usr/local/lib/python3.7/asyncio/runners.py”, line 43, in run
return loop.run_until_complete(main)
File “/usr/local/lib/python3.7/asyncio/base_events.py”, line 579, in run_until_complete
return future.result()
File “/usr/src/homeassistant/homeassistant/main.py”, line 302, in setup_and_run_hass
log_no_color=args.log_no_color,
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 148, in async_from_config_file
config_dict, hass, enable_log=False, skip_pip=skip_pip
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 93, in async_from_config_dict
await _async_set_up_integrations(hass, config)
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 374, in _async_set_up_integrations
*(async_setup_component(hass, domain, config) for domain in domains_to_load)
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 569, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 45, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 51, in async_setup_component
return await task # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 147, in _async_setup_component
hass, config, integration
File “/usr/src/homeassistant/homeassistant/config.py”, line 756, in async_process_component_config
p_integration = await async_get_integration_with_requirements(hass, p_name)
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 48, in async_get_integration_with_requirements
hass, integration.domain, integration.requirements
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 77, in async_process_requirements
if pkg_util.is_installed(req):
File “/usr/src/homeassistant/homeassistant/util/package.py”, line 45, in is_installed
return version(req.project_name) in req
File “/usr/local/lib/python3.7/site-packages/pkg_resources/init.py”, line 3137, in contains
return self.specifier.contains(item, prereleases=True)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py”, line 703, in contains
item = parse(item)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py”, line 31, in parse
return Version(version)
File “/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py”, line 200, in init
match = self._regex.search(version)
TypeError: expected string or bytes-like object

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 292, in _async_add_entity
await entity.async_device_update(warning=False)
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 450, in async_device_update
await self.hass.async_add_executor_job(self.update)
concurrent.futures._base.CancelledError
2019-11-25 20:35:26 ERROR (MainThread) [homeassistant.setup] Error during setup of component joaoapps_join
Traceback (most recent call last):
File “/usr/local/lib/python3.7/asyncio/runners.py”, line 43, in run
return loop.run_until_complete(main)
File “/usr/local/lib/python3.7/asyncio/base_events.py”, line 579, in run_until_complete
return future.result()
File “/usr/src/homeassistant/homeassistant/main.py”, line 302, in setup_and_run_hass
log_no_color=args.log_no_color,
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 148, in async_from_config_file
config_dict, hass, enable_log=False, skip_pip=skip_pip
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 93, in async_from_config_dict
await _async_set_up_integrations(hass, config)
File “/usr/src/homeassistant/homeassistant/bootstrap.py”, line 374, in _async_set_up_integrations
*(async_setup_component(hass, domain, config) for domain in domains_to_load)
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 569, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 45, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 51, in async_setup_component
return await task # type: ignore
File “/usr/src/homeassistant/homeassistant/setup.py”, line 147, in _async_setup_component
hass, config, integration
File “/usr/src/homeassistant/homeassistant/config.py”, line 756, in async_process_component_config
p_integration = await async_get_integration_with_requirements(hass, p_name)
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 48, in async_get_integration_with_requirements
hass, integration.domain, integration.requirements
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 77, in async_process_requirements
if pkg_util.is_installed(req):
File “/usr/src/homeassistant/homeassistant/util/package.py”, line 45, in is_installed
return version(req.project_name) in req

Blockquote

Looks like a configuration file issue, post your config file.

Its weird because i dindt change anything on my config file (apart from adding scene: !include scenes.yaml).

Could this be a corrupt memory card? Because at the beginning i see the error logs that i usually see and then it crashes.

Comment out the scene bit with a # and see if it still crashes.

Example:

#scene: !include scenes.yaml

Tho I thought it was “scenes” not “scene”.

Scenes from 0.102.x

eiter way it dosent work.
The weird thing is that node red seems to work as well as adguard

Works for me

to avoid confusion it is “scene:” at the start of the line and “scenes.yaml” later in the line.

I surmise they deliberately broke this in 0.102.x to make people pay attention

1 Like

Yes, only when attributes are turned on and using the desktop UI.

answering myself just for reference and this doesn’t get buried:

updating to 102.2 seems to have solved the issue (of Owntracks not being able to connect to the HA MQTT add-on) and things are working fine again.

I updated from 0.101.3 to 0.102.2 this morning and now my NUC CPU is getting absolutely punished. Not sure why but it’s sitting at max usage most of the time and as such HA has become very slow to use.

No config changes recently and none of the breaking changes with this release effect my setup.

Nothing in the logs.

Running HassIO with HassOS NUC image. Anyone got an idea of what to look for?

In the below you can see that it used t sit around 60% (MotionEye gives it a fair workout) but since the update it’s hovering up close to 100% most of the time

Does anyone know the reason why the scenes editor activates a scene right after going to its edit mode? To me this is ridiculous and looks like a bug rather than an intended behaviour

Why would anyone want to activate a scene when editing it? I don’t want my home to flash lights, open/close covers and go crazy whenever I edit a scene. I know no other system that does it this way. To me this makes the scene editor a bad feature only launched in emergency cases when I’ve got no access to my scenes.yaml file

Which NUC, how many cameras?

Yep … the later 0.102.1 update fixed it
Thanks

Completely agree… I don’t want my skylight opening and letting the rain in to my house just because I am editing a sunny scene when it is raining!!

Same here on Synology using docker (updated at 2:00PM yesterday):

Exactly. I opened a new thread in the community forum in the development section to discuss this.
I think it’d be good if you share you view in there, so then hopefully the HA devs will notice this issue and do something with it.Normally issues are discussed on github, but for some reason this time they didn’t allow it.

Hi, I’m getting the same thing everytime I check config:

INFO:homeassistant.util.package:Attempting install of attrs==19.2.0
INFO:homeassistant.util.package:Attempting install of attrs==19.2.0

Is there any way to find which integration is still trying to use 19.2.0?

EDIT: Are you using HACS? If so what version of HACS are you using?

1 Like