Gå til innhold
  • Bli medlem
Støtt hjemmeautomasjon.no!

Problemer med nettverk i Home Assistant


stigvi

Anbefalte innlegg

De siste ukene har jeg hatt problemer med websocket i Home Assistant. Et eller annet klusser det til og Home Assistant lukker alle forbindelser og tar de opp igjen. Noe som blant annet fører til at alt i Deconz er utilgjengelig i ca 10s. Dette kan skje flere ganger til dagen. Noen ganger går det timer mellom hver gang og andre ganger sekunder.

Det er ting som tyder på at Tibber er synderen. Er det andre som har problemer? Eller er det et eller annet og Tibber er bare symptomet?

 

2020-09-14 13:00:41 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 13:08:51 ERROR (MainThread) [graphql_subscription_manager] Connection error
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 827, in transfer_data
    message = await self.read_message()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 895, in read_message
    frame = await self.read_data_frame(max_size=self.max_size)
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 971, in read_data_frame
    frame = await self.read_frame(max_size)
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 1047, in read_frame
    frame = await Frame.read(
  File "/usr/local/lib/python3.8/site-packages/websockets/framing.py", line 105, in read
    data = await reader(2)
  File "/usr/local/lib/python3.8/asyncio/streams.py", line 721, in readexactly
    raise exceptions.IncompleteReadError(incomplete, n)
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of 2 expected bytes

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/graphql_subscription_manager/__init__.py", line 101, in running
    msg = await asyncio.wait_for(self.websocket.recv(), timeout=30)
  File "/usr/local/lib/python3.8/asyncio/tasks.py", line 483, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 509, in recv
    await self.ensure_open()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 803, in ensure_open
    raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason
2020-09-14 13:09:46 ERROR (MainThread) [graphql_subscription_manager] Connection error
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 827, in transfer_data
    message = await self.read_message()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 895, in read_message
    frame = await self.read_data_frame(max_size=self.max_size)
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 971, in read_data_frame
    frame = await self.read_frame(max_size)
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 1047, in read_frame
    frame = await Frame.read(
  File "/usr/local/lib/python3.8/site-packages/websockets/framing.py", line 105, in read
    data = await reader(2)
  File "/usr/local/lib/python3.8/asyncio/streams.py", line 721, in readexactly
    raise exceptions.IncompleteReadError(incomplete, n)
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of 2 expected bytes

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/graphql_subscription_manager/__init__.py", line 101, in running
    msg = await asyncio.wait_for(self.websocket.recv(), timeout=30)
  File "/usr/local/lib/python3.8/asyncio/tasks.py", line 483, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 509, in recv
    await self.ensure_open()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 803, in ensure_open
    raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason
2020-09-14 13:11:05 ERROR (MainThread) [graphql_subscription_manager] 504 - "<!DOCTYPE html>\n<html>\n<head>\n<title>Error</title>\n<style>\n    body {\n        width: 35em;\n        margin: 0 auto;\n        font-family: Tahoma, Verdana, Arial, sans-serif;\n    }\n</style>\n</head>\n<body>\n<h1>An error occurred.</h1>\n<p>Sorry, the page you are looking for is currently unavailable.<br/>\nPlease try again later.</p>\n<p>If you are the system administrator of this resource then you should check\nthe error log for details.</p>\n<p><em>Faithfully yours, nginx.</em></p>\n</body>\n</html>\n"
2020-09-14 13:11:05 ERROR (MainThread) [graphql_subscription_manager] Connection error
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/graphql_subscription_manager/__init__.py", line 101, in running
    msg = await asyncio.wait_for(self.websocket.recv(), timeout=30)
  File "/usr/local/lib/python3.8/asyncio/tasks.py", line 483, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 509, in recv
    await self.ensure_open()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 812, in ensure_open
    raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedError: code = 1011 (unexpected error), no reason
2020-09-14 13:11:22 ERROR (MainThread) [homeassistant.components.tibber.sensor] {'message': 'RequestError: Error: getaddrinfo ENOTFOUND tibber_customer.dev', 'locations': [{'line': 3, 'column': 15}], 'path': ['liveMeasurement'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'innerError': {'errno': 'ENOTFOUND', 'code': 'ENOTFOUND', 'syscall': 'getaddrinfo', 'hostname': 'tibber_customer.dev'}}}}

 

Lenke til kommentar
Del på andre sider

4 timer siden, stigvi skrev:

Det er ting som tyder på at Tibber er synderen. Er det andre som har problemer? Eller er det et eller annet og Tibber er bare symptomet?


Her er min logg for idag, mye som er likt.

Ser faktisk nå Tibber mister kontakten ofte.

Spoiler

2020-09-13 23:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-13 23:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 00:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 00:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 01:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 01:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 02:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 02:41:17 WARNING (Thread-8) [pychromecast.socket_client] [rom1(10.10.88.91):8009] Heartbeat timeout, resetting connection
2020-09-14 02:41:42 ERROR (Thread-8) [pychromecast.socket_client] [rom1(10.10.88.91):8009] Failed to connect to service Chromecast-Ultra-7ca4ca2922b93sadsadads3dc417c267._googlecast._tcp.local., retrying in 5.0s
2020-09-14 03:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 03:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 03:33:33 WARNING (Thread-9) [pychromecast.socket_client] [rom2(10.10.88.92):8009] Heartbeat timeout, resetting connection
2020-09-14 03:47:24 WARNING (Thread-7) [pychromecast.socket_client] [rom3(10.10.88.90):8009] Heartbeat timeout, resetting connection
2020-09-14 04:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 04:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 05:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 05:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 06:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 06:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 07:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 07:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 08:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 08:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 09:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 09:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 10:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 10:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 11:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 11:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 11:25:01 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/hacs/hacsbase/hacs.py", line 306, in recurring_tasks_all
    await self.async_load_default_repositories()
  File "/config/custom_components/hacs/hacsbase/hacs.py", line 346, in async_load_default_repositories
    await self.queue.execute()
  File "/usr/local/lib/python3.8/site-packages/queueman/manager.py", line 41, in execute
    raise QueueManagerExecutionStillInProgress
queueman.exceptions.QueueManagerExecutionStillInProgress
2020-09-14 12:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 12:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 13:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 13:01:23 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 13:08:51 ERROR (MainThread) [graphql_subscription_manager] Connection error
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 827, in transfer_data
    message = await self.read_message()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 895, in read_message
    frame = await self.read_data_frame(max_size=self.max_size)
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 971, in read_data_frame
    frame = await self.read_frame(max_size)
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 1047, in read_frame
    frame = await Frame.read(
  File "/usr/local/lib/python3.8/site-packages/websockets/framing.py", line 105, in read
    data = await reader(2)
  File "/usr/local/lib/python3.8/asyncio/streams.py", line 721, in readexactly
    raise exceptions.IncompleteReadError(incomplete, n)
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of 2 expected bytes

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/graphql_subscription_manager/__init__.py", line 101, in running
    msg = await asyncio.wait_for(self.websocket.recv(), timeout=30)
  File "/usr/local/lib/python3.8/asyncio/tasks.py", line 483, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 509, in recv
    await self.ensure_open()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 803, in ensure_open
    raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason
2020-09-14 13:09:46 ERROR (MainThread) [graphql_subscription_manager] Connection error
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 827, in transfer_data
    message = await self.read_message()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 895, in read_message
    frame = await self.read_data_frame(max_size=self.max_size)
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 971, in read_data_frame
    frame = await self.read_frame(max_size)
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 1047, in read_frame
    frame = await Frame.read(
  File "/usr/local/lib/python3.8/site-packages/websockets/framing.py", line 105, in read
    data = await reader(2)
  File "/usr/local/lib/python3.8/asyncio/streams.py", line 721, in readexactly
    raise exceptions.IncompleteReadError(incomplete, n)
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of 2 expected bytes

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/graphql_subscription_manager/__init__.py", line 101, in running
    msg = await asyncio.wait_for(self.websocket.recv(), timeout=30)
  File "/usr/local/lib/python3.8/asyncio/tasks.py", line 483, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 509, in recv
    await self.ensure_open()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 803, in ensure_open
    raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason
2020-09-14 13:10:51 ERROR (MainThread) [graphql_subscription_manager] 502 - "<!DOCTYPE html>\n<html>\n<head>\n<title>Error</title>\n<style>\n    body {\n        width: 35em;\n        margin: 0 auto;\n        font-family: Tahoma, Verdana, Arial, sans-serif;\n    }\n</style>\n</head>\n<body>\n<h1>An error occurred.</h1>\n<p>Sorry, the page you are looking for is currently unavailable.<br/>\nPlease try again later.</p>\n<p>If you are the system administrator of this resource then you should check\nthe error log for details.</p>\n<p><em>Faithfully yours, nginx.</em></p>\n</body>\n</html>\n"
2020-09-14 13:10:51 ERROR (MainThread) [graphql_subscription_manager] Connection error
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/graphql_subscription_manager/__init__.py", line 101, in running
    msg = await asyncio.wait_for(self.websocket.recv(), timeout=30)
  File "/usr/local/lib/python3.8/asyncio/tasks.py", line 483, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 509, in recv
    await self.ensure_open()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 812, in ensure_open
    raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedError: code = 1011 (unexpected error), no reason
2020-09-14 13:11:07 ERROR (MainThread) [homeassistant.components.tibber.sensor] {'message': 'RequestError: Error: getaddrinfo ENOTFOUND tibber_customer.dev', 'locations': [{'line': 3, 'column': 15}], 'path': ['liveMeasurement'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'innerError': {'errno': 'ENOTFOUND', 'code': 'ENOTFOUND', 'syscall': 'getaddrinfo', 'hostname': 'tibber_customer.dev'}}}}
2020-09-14 13:16:37 ERROR (MainThread) [graphql_subscription_manager] No data, reconnecting.
2020-09-14 13:16:54 ERROR (MainThread) [homeassistant.components.tibber.sensor] {'message': 'RequestError: Error: getaddrinfo ENOTFOUND tibber_customer.dev', 'locations': [{'line': 3, 'column': 15}], 'path': ['liveMeasurement'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'innerError': {'errno': 'ENOTFOUND', 'code': 'ENOTFOUND', 'syscall': 'getaddrinfo', 'hostname': 'tibber_customer.dev'}}}}
2020-09-14 13:22:24 ERROR (MainThread) [graphql_subscription_manager] No data, reconnecting.
2020-09-14 13:22:40 ERROR (MainThread) [homeassistant.components.tibber.sensor] {'message': 'RequestError: Error: getaddrinfo ENOTFOUND tibber_customer.dev', 'locations': [{'line': 3, 'column': 15}], 'path': ['liveMeasurement'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'innerError': {'errno': 'ENOTFOUND', 'code': 'ENOTFOUND', 'syscall': 'getaddrinfo', 'hostname': 'tibber_customer.dev'}}}}
2020-09-14 13:28:11 ERROR (MainThread) [graphql_subscription_manager] No data, reconnecting.
2020-09-14 13:28:27 ERROR (MainThread) [homeassistant.components.tibber.sensor] {'message': 'RequestError: Error: getaddrinfo ENOTFOUND tibber_customer.dev', 'locations': [{'line': 3, 'column': 15}], 'path': ['liveMeasurement'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'innerError': {'errno': 'ENOTFOUND', 'code': 'ENOTFOUND', 'syscall': 'getaddrinfo', 'hostname': 'tibber_customer.dev'}}}}
2020-09-14 13:33:57 ERROR (MainThread) [graphql_subscription_manager] No data, reconnecting.
2020-09-14 13:34:14 ERROR (MainThread) [homeassistant.components.tibber.sensor] {'message': 'RequestError: Error: getaddrinfo ENOTFOUND tibber_customer.dev', 'locations': [{'line': 3, 'column': 15}], 'path': ['liveMeasurement'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'innerError': {'errno': 'ENOTFOUND', 'code': 'ENOTFOUND', 'syscall': 'getaddrinfo', 'hostname': 'tibber_customer.dev'}}}}
2020-09-14 13:39:44 ERROR (MainThread) [graphql_subscription_manager] No data, reconnecting.
2020-09-14 13:40:00 ERROR (MainThread) [homeassistant.components.tibber.sensor] {'message': 'RequestError: Error: getaddrinfo ENOTFOUND tibber_customer.dev', 'locations': [{'line': 3, 'column': 15}], 'path': ['liveMeasurement'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'innerError': {'errno': 'ENOTFOUND', 'code': 'ENOTFOUND', 'syscall': 'getaddrinfo', 'hostname': 'tibber_customer.dev'}}}}
2020-09-14 13:45:31 ERROR (MainThread) [graphql_subscription_manager] No data, reconnecting.
2020-09-14 13:45:47 ERROR (MainThread) [homeassistant.components.tibber.sensor] {'message': 'RequestError: Error: getaddrinfo ENOTFOUND tibber_customer.dev', 'locations': [{'line': 3, 'column': 15}], 'path': ['liveMeasurement'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'innerError': {'errno': 'ENOTFOUND', 'code': 'ENOTFOUND', 'syscall': 'getaddrinfo', 'hostname': 'tibber_customer.dev'}}}}
2020-09-14 13:49:22 ERROR (MainThread) [graphql_subscription_manager] Connection error
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 827, in transfer_data
    message = await self.read_message()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 895, in read_message
    frame = await self.read_data_frame(max_size=self.max_size)
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 971, in read_data_frame
    frame = await self.read_frame(max_size)
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 1047, in read_frame
    frame = await Frame.read(
  File "/usr/local/lib/python3.8/site-packages/websockets/framing.py", line 105, in read
    data = await reader(2)
  File "/usr/local/lib/python3.8/asyncio/streams.py", line 721, in readexactly
    raise exceptions.IncompleteReadError(incomplete, n)
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of 2 expected bytes

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/graphql_subscription_manager/__init__.py", line 101, in running
    msg = await asyncio.wait_for(self.websocket.recv(), timeout=30)
  File "/usr/local/lib/python3.8/asyncio/tasks.py", line 483, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 509, in recv
    await self.ensure_open()
  File "/usr/local/lib/python3.8/site-packages/websockets/protocol.py", line 803, in ensure_open
    raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason
2020-09-14 13:55:10 ERROR (MainThread) [graphql_subscription_manager] No data, reconnecting.
2020-09-14 14:01:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 15:01:04 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 15:01:24 ERROR (MainThread) [tibber] Timed out when connecting to Tibber
2020-09-14 15:42:07 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.nas_2_status is taking over 10 seconds
2020-09-14 16:01:04 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 16:36:07 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.nas_2_status is taking over 10 seconds
2020-09-14 17:01:04 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 18:20:06 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 275, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
2020-09-14 18:20:06 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 275, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
2020-09-14 18:20:06 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 275, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
2020-09-14 18:20:06 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 275, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
2020-09-14 19:01:04 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.electricity_price_xxx_1234 is taking over 10 seconds
2020-09-14 19:01:24 ERROR (MainThread) [tibber] Timed out when connecting to Tibber

 

 

Endret av Offpiste
Lenke til kommentar
Del på andre sider

  • 1 år senere...

Bli med i samtalen

Du kan publisere innhold nå og registrere deg senere. Hvis du har en konto, logg inn nå for å poste med kontoen din.

Gjest
Skriv svar til emnet...

×   Du har limt inn tekst med formatering.   Lim inn uten formatering i stedet

  Du kan kun bruke opp til 75 smilefjes.

×   Lenken din har blitt bygget inn på siden automatisk.   Vis som en ordinær lenke i stedet

×   Tidligere tekst har blitt gjenopprettet.   Tøm tekstverktøy

×   Du kan ikke lime inn bilder direkte. Last opp eller legg inn bilder fra URL.

×
×
  • Opprett ny...

Viktig informasjon

Vi har plassert informasjonskapsler/cookies på din enhet for å gjøre denne siden bedre. Du kan justere dine innstillinger for informasjonskapsler, ellers vil vi anta at dette er ok for deg.