You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've gotten around this by having a script restart the docker container every hour, but was wondering if you had any ideas about the below?
Standard docker install from your repo with the suggested run arguments. Only difference is im running a CNI so using the broker command..
`2020-06-18 14:29:42,583 Transport security disabled!
2020-06-18 14:29:42,586 Connected to MQTT broker
2020-06-18 23:00:03,669 Fatal error: protocol.data_received() call failed.
protocol: <cbus.daemon.cmqttd.CBusHandler object at 0x154182706fd0>
transport: <_SelectorSocketTransport fd=6 read=polling write=<idle, bufsize=0>>
Traceback (most recent call last):
File "/usr/lib/python3.8/asyncio/selector_events.py", line 860, in _read_ready__data_received
self._protocol.data_received(data)
File "/usr/lib/python3.8/site-packages/cbus/protocol/buffered_protocol.py", line 79, in data_received
raise ValueError(
ValueError: Received data would make the buffer exceed the maximum limit, buffer dropped!`
The text was updated successfully, but these errors were encountered:
I've gotten around this by having a script restart the docker container every hour, but was wondering if you had any ideas about the below?
Standard docker install from your repo with the suggested run arguments. Only difference is im running a CNI so using the broker command..
`2020-06-18 14:29:42,583 Transport security disabled!
2020-06-18 14:29:42,586 Connected to MQTT broker
2020-06-18 23:00:03,669 Fatal error: protocol.data_received() call failed.
protocol: <cbus.daemon.cmqttd.CBusHandler object at 0x154182706fd0>
transport: <_SelectorSocketTransport fd=6 read=polling write=<idle, bufsize=0>>
Traceback (most recent call last):
File "/usr/lib/python3.8/asyncio/selector_events.py", line 860, in _read_ready__data_received
self._protocol.data_received(data)
File "/usr/lib/python3.8/site-packages/cbus/protocol/buffered_protocol.py", line 79, in data_received
raise ValueError(
ValueError: Received data would make the buffer exceed the maximum limit, buffer dropped!`
The text was updated successfully, but these errors were encountered: