Here are some examples of the lovelace errors I am getting. It happened again this morning but I don’t know what time it happened. I copied the logs but I’m not sure if it is helpful.
Edit: I was able to find the logs from when I think the problem happened.
Logs
return await async_serve_static_file_with_cache_header(
File "/config/custom_components/hacs/webresponses/category.py", line 35, in async_serve_static_file_with_cache_header
if not await async_path_exsist(servefile):
File "/config/custom_components/hacs/helpers/functions/path_exsist.py", line 13, in async_path_exsist
return await hass.async_add_executor_job(path_exsist, path)
asyncio.exceptions.CancelledError
2021-01-18 06:30:48 ERROR (MainThread) [custom_components.hacs] Error trying to serve fan-control-entity-row/fan-control-entity-row.js
Traceback (most recent call last):
File "/config/custom_components/hacs/webresponses/category.py", line 23, in async_serve_category_file
return await async_serve_static_file_with_cache_header(
File "/config/custom_components/hacs/webresponses/category.py", line 35, in async_serve_static_file_with_cache_header
if not await async_path_exsist(servefile):
File "/config/custom_components/hacs/helpers/functions/path_exsist.py", line 13, in async_path_exsist
return await hass.async_add_executor_job(path_exsist, path)
asyncio.exceptions.CancelledError
2021-01-18 06:30:48 ERROR (MainThread) [custom_components.hacs] Error trying to serve lovelace-fold-entity-row/fold-entity-row.js
Traceback (most recent call last):
File "/config/custom_components/hacs/webresponses/category.py", line 23, in async_serve_category_file
return await async_serve_static_file_with_cache_header(
File "/config/custom_components/hacs/webresponses/category.py", line 35, in async_serve_static_file_with_cache_header
if not await async_path_exsist(servefile):
File "/config/custom_components/hacs/helpers/functions/path_exsist.py", line 13, in async_path_exsist
return await hass.async_add_executor_job(path_exsist, path)
asyncio.exceptions.CancelledError
2021-01-18 06:30:48 ERROR (MainThread) [custom_components.hacs] Error trying to serve lovelace-slider-entity-row/slider-entity-row.js
Traceback (most recent call last):
File "/config/custom_components/hacs/webresponses/category.py", line 23, in async_serve_category_file
return await async_serve_static_file_with_cache_header(
File "/config/custom_components/hacs/webresponses/category.py", line 35, in async_serve_static_file_with_cache_header
if not await async_path_exsist(servefile):
File "/config/custom_components/hacs/helpers/functions/path_exsist.py", line 13, in async_path_exsist
return await hass.async_add_executor_job(path_exsist, path)
asyncio.exceptions.CancelledError
2021-01-18 06:30:48 ERROR (MainThread) [custom_components.hacs] Error trying to serve group-card/group-card.js
Traceback (most recent call last):
File "/config/custom_components/hacs/webresponses/category.py", line 23, in async_serve_category_file
return await async_serve_static_file_with_cache_header(
File "/config/custom_components/hacs/webresponses/category.py", line 35, in async_serve_static_file_with_cache_header
if not await async_path_exsist(servefile):
File "/config/custom_components/hacs/helpers/functions/path_exsist.py", line 13, in async_path_exsist
return await hass.async_add_executor_job(path_exsist, path)
asyncio.exceptions.CancelledError
2021-01-18 06:31:48 ERROR (stream_worker) [libav.rtsp] method DESCRIBE failed: 404 Not Found
2021-01-18 06:31:48 ERROR (stream_worker) [homeassistant.components.stream.worker] Error opening stream rtsps://stream-uc2-bravo.dropcam.com:443/sdm_live_stream/CiQA2vuxr7xmfE3Hd5tUJfA4gKdSkx_C33BCszTJROURegR-HXUScQBMPhenuvw8pfc5AvVoGB6-ZszOuZBWmfE0fRMwyApIuhQo-NCPDVzxUoL2PETm6Q2bLlbxvNKarm5vxq09XHliIeDoC34YHXyR9KJy6pJKAzigvtwanwWahPvuc2TucE3_ZPdKMP03dWEzvNj4cN1-?auth=g.0.eyJraWQiOiIyMzhiNTUxZmMyM2EyM2Y4M2E2ZTE3MmJjZTg0YmU3ZjgxMzAzMmM4IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJuZXN0X2lkOm5lc3QtcGhvZW5peC1wcm9kOjcyNDYwNiIsImlzcyI6Im5lc3Qtc2VjdXJpdHktYXV0aHByb3h5IiwicG9sIjoiM3Atb2F1dGgtc2NvcGUtQVBJX1NETV9TRVJWSUNFLWNsaWVudC0xMTE0ODMzOTI0OTAtdnFuMWdudmM5NzRkODQ4ZDFzYmtvaDRrNzBzbXZwbjQuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJleHAiOjE2MTA4OTY4NzZ9.IMSudbg2bBMDkHNUVqK1KkX4fXTPmxHSj8Rj8UjC1nIKne5fVT4WS85Q9sH0RuG3dbXYsykeYo8E5l_2a8GDAotXIFJb4vUX_hjZw0WwM9kDv7ki2zi3OVKrrhm0LRpA5O7LgQzFVd2gwL7Vz_Smjh9d5a7vmJttJUwHHnT-C6vpurMYdaF0davOLTcjGZkfFzW11Q-Ex-uka76C0vXQg3JpPPe3BIixcTmhhucMK8yNzTjlP3tNY_agEq9OSsj4AEUdiZha3cSoXB4DXwrZZyc1c3diMr5QnH43haReCND7NSFjr6Qi2RBA_NmRLFjOnRj9nHXVsdpg0wN0mENZXw
2021-01-18 06:31:57 ERROR (MainThread) [custom_components.hacs] Error trying to serve lovelace-fold-entity-row/fold-entity-row.js
Traceback (most recent call last):
File "/config/custom_components/hacs/webresponses/category.py", line 23, in async_serve_category_file
return await async_serve_static_file_with_cache_header(
File "/config/custom_components/hacs/webresponses/category.py", line 35, in async_serve_static_file_with_cache_header
if not await async_path_exsist(servefile):
File "/config/custom_components/hacs/helpers/functions/path_exsist.py", line 13, in async_path_exsist
return await hass.async_add_executor_job(path_exsist, path)
asyncio.exceptions.CancelledError
2021-01-18 06:31:57 ERROR (MainThread) [custom_components.hacs] Error trying to serve group-card/group-card.js
Traceback (most recent call last):
File "/config/custom_components/hacs/webresponses/category.py", line 23, in async_serve_category_file
return await async_serve_static_file_with_cache_header(
File "/config/custom_components/hacs/webresponses/category.py", line 35, in async_serve_static_file_with_cache_header
if not await async_path_exsist(servefile):
File "/config/custom_components/hacs/helpers/functions/path_exsist.py", line 13, in async_path_exsist
return await hass.async_add_executor_job(path_exsist, path)
asyncio.exceptions.CancelledError
2021-01-18 06:31:57 ERROR (MainThread) [custom_components.hacs] Error trying to serve fan-control-entity-row/fan-control-entity-row.js
Traceback (most recent call last):
File "/config/custom_components/hacs/webresponses/category.py", line 23, in async_serve_category_file
return await async_serve_static_file_with_cache_header(
File "/config/custom_components/hacs/webresponses/category.py", line 35, in async_serve_static_file_with_cache_header
if not await async_path_exsist(servefile):
File "/config/custom_components/hacs/helpers/functions/path_exsist.py", line 13, in async_path_exsist
return await hass.async_add_executor_job(path_exsist, path)
asyncio.exceptions.CancelledError
2021-01-18 06:31:57 ERROR (MainThread) [custom_components.hacs] Error trying to serve lovelace-slider-entity-row/slider-entity-row.js
Traceback (most recent call last):
File "/config/custom_components/hacs/webresponses/category.py", line 23, in async_serve_category_file
return await async_serve_static_file_with_cache_header(
File "/config/custom_components/hacs/webresponses/category.py", line 35, in async_serve_static_file_with_cache_header
if not await async_path_exsist(servefile):
File "/config/custom_components/hacs/helpers/functions/path_exsist.py", line 13, in async_path_exsist
return await hass.async_add_executor_job(path_exsist, path)
asyncio.exceptions.CancelledError
2021-01-18 06:32:35 ERROR (stream_worker) [libav.rtsp] method DESCRIBE failed: 404 Not Found
2021-01-18 06:32:35 ERROR (stream_worker) [homeassistant.components.stream.worker] Error opening stream rtsps://stream-us1-bravo.dropcam.com:443/sdm_live_stream/CiQA2vuxr6wlKHtOTRn1qw2rxxD6N_W6ygL0gsAb2MAysl2GYCQScQBMPhen3mXV1Co8m8fXccfo9qCIJn4ckAHCR9klcUSKWbca4xr96z0poJucLL7fD6p2DHzQGjZc0usIFY2hlNTFIbi8KafRtLXKnNK4N7E2NZTzhKyGmZuwDXCB7f4vo0uoJUrnMse85xA5YPUNnuCb?auth=g.0.eyJraWQiOiIyMzhiNTUxZmMyM2EyM2Y4M2E2ZTE3MmJjZTg0YmU3ZjgxMzAzMmM4IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJuZXN0X2lkOm5lc3QtcGhvZW5peC1wcm9kOjcyNDYwNiIsImlzcyI6Im5lc3Qtc2VjdXJpdHktYXV0aHByb3h5IiwicG9sIjoiM3Atb2F1dGgtc2NvcGUtQVBJX1NETV9TRVJWSUNFLWNsaWVudC0xMTE0ODMzOTI0OTAtdnFuMWdudmM5NzRkODQ4ZDFzYmtvaDRrNzBzbXZwbjQuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJleHAiOjE2MTA4OTY4Nzd9.Y6LZgWzrIS0tWN-DBOkZtc9Tj7CY4BSwUMxPH4YVdno_5l5763OkJzJvgL0VBbJPVfObhzIE59dsElHq3q0ZYxfd14xbCEWN6T_NU9m_X3Wp-HhHkscrLfAA5X7FWNxmskz4GwMVyHIVWnLlv4x4TWHI6WCN39dux1AazT31qtCDp9sznFW5-y3Tjwg9N5m4gKSD7G--hPR7IbDZkN6F7_3yAPfFDNESUINN2F1toaajnR65FPKHRgcsdEi7X_AQnltbGzhxR1rEBBzAFYxUBl49hFq4yPt5gHuJ5YVClCmMNAMtvE5C3PbldNjImf21o28IyIj0YwsX6rGprUYO2w
2021-01-18 06:32:37 ERROR (MainThread) [custom_components.hacs] Error trying to serve lovelace-slider-entity-row/slider-entity-row.js
Traceback (most recent call last):
File "/config/custom_components/hacs/webresponses/category.py", line 23, in async_serve_category_file
return await async_serve_static_file_with_cache_header(
File "/config/custom_components/hacs/webresponses/category.py", line 35, in async_serve_static_file_with_cache_header
if not await async_path_exsist(servefile):
File "/config/custom_components/hacs/helpers/functions/path_exsist.py", line 13, in async_path_exsist
return await hass.async_add_executor_job(path_exsist, path)
asyncio.exceptions.CancelledError
2021-01-18 06:32:37 ERROR (MainThread) [custom_components.hacs] Error trying to serve group-card/group-card.js
Traceback (most recent call last):
File "/config/custom_components/hacs/webresponses/category.py", line 23, in async_serve_category_file
return await async_serve_static_file_with_cache_header(
File "/config/custom_components/hacs/webresponses/category.py", line 35, in async_serve_static_file_with_cache_header
if not await async_path_exsist(servefile):
File "/config/custom_components/hacs/helpers/functions/path_exsist.py", line 13, in async_path_exsist
return await hass.async_add_executor_job(path_exsist, path)
asyncio.exceptions.CancelledError