[2026-08-03 09:00:31,918.918 ERROR ] *** response: {'camera_status': {'msg': 'Got health data.', 'status': True}} Traceback (most recent call last): File "/neuu/app/bin/videorecorder/cameraRecord.py", line 538, in check_health_status response = json.loads(Health().update_health_status(data)) File "/usr/lib/python3.5/json/__init__.py", line 319, in loads return _default_decoder.decode(s) File "/usr/lib/python3.5/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) [2026-08-03 09:00:31,935.935 ERROR ] *** Data: {'camera': {'created_at': '2026-08-03 09:00:31', 'data': [{'value': 'vfat', 'id': 'pd-invalidfs', 'status': True}, {'value': '97%', 'id': 'pd-full', 'status': True}]}} Traceback (most recent call last): File "/neuu/app/bin/videorecorder/cameraRecord.py", line 538, in check_health_status response = json.loads(Health().update_health_status(data)) File "/usr/lib/python3.5/json/__init__.py", line 319, in loads return _default_decoder.decode(s) File "/usr/lib/python3.5/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) [2026-08-03 09:00:31,941.941 ERROR ] Error updating health status. Error: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "/neuu/app/bin/videorecorder/cameraRecord.py", line 538, in check_health_status response = json.loads(Health().update_health_status(data)) File "/usr/lib/python3.5/json/__init__.py", line 319, in loads return _default_decoder.decode(s) File "/usr/lib/python3.5/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) [2026-08-03 11:15:38,021.021 ERROR ] Error while state transition: "Can't trigger event start_health_check from state STATE_ORDER!" Traceback (most recent call last): File "/neuu/app/bin/videorecorder/src/utils/TMStateMachine.py", line 156, in tm_trigger self.trigger(tname) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 922, in _get_trigger return event.trigger(model, *args, **kwargs) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 402, in trigger return self.machine._process(func) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 1211, in _process return trigger() File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 415, in _trigger if self._is_valid_source(event_data.state): File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 452, in _is_valid_source raise MachineError(msg) transitions.core.MachineError: "Can't trigger event start_health_check from state STATE_ORDER!" [2026-08-03 13:08:06,833.833 ERROR ] Error while state transition: "Can't trigger event end_idle from state STATE_HEALTH_CHECK!" Traceback (most recent call last): File "/neuu/app/bin/videorecorder/src/utils/TMStateMachine.py", line 156, in tm_trigger self.trigger(tname) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 922, in _get_trigger return event.trigger(model, *args, **kwargs) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 402, in trigger return self.machine._process(func) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 1211, in _process return trigger() File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 415, in _trigger if self._is_valid_source(event_data.state): File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 452, in _is_valid_source raise MachineError(msg) transitions.core.MachineError: "Can't trigger event end_idle from state STATE_HEALTH_CHECK!" [2026-08-03 16:14:22,499.499 ERROR ] Error while state transition: Do not know event named 'start_anomaly'. Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 914, in _get_trigger event = self.events[trigger_name] KeyError: 'start_anomaly' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/neuu/app/bin/videorecorder/src/utils/TMStateMachine.py", line 156, in tm_trigger self.trigger(tname) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 920, in _get_trigger raise AttributeError("Do not know event named '%s'." % trigger_name) AttributeError: Do not know event named 'start_anomaly'. [2026-08-03 16:14:24,297.297 ERROR ] Error while state transition: Do not know event named 'end_anomaly'. Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 914, in _get_trigger event = self.events[trigger_name] KeyError: 'end_anomaly' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/neuu/app/bin/videorecorder/src/utils/TMStateMachine.py", line 156, in tm_trigger self.trigger(tname) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 920, in _get_trigger raise AttributeError("Do not know event named '%s'." % trigger_name) AttributeError: Do not know event named 'end_anomaly'. [2026-08-03 16:15:02,823.823 ERROR ] Error while state transition: Do not know event named 'start_anomaly'. Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 914, in _get_trigger event = self.events[trigger_name] KeyError: 'start_anomaly' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/neuu/app/bin/videorecorder/src/utils/TMStateMachine.py", line 156, in tm_trigger self.trigger(tname) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 920, in _get_trigger raise AttributeError("Do not know event named '%s'." % trigger_name) AttributeError: Do not know event named 'start_anomaly'. [2026-08-03 16:19:21,952.952 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:19:22,012.012 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:19:22,097.097 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:19:22,176.176 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:19:22,243.243 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:19:22,333.333 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:19:22,390.390 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:19:22,468.468 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:19:22,529.529 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:19:22,589.589 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:20:03,174.174 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:20:03,312.312 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:20:03,426.426 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:20:03,543.543 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:20:03,612.612 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:20:03,702.702 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:20:03,776.776 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:20:03,854.854 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:20:03,927.927 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:20:03,998.998 ERROR ] Previous recording on in Mode: anomaly. Ignoring this!!! NoneType: None [2026-08-03 16:22:37,793.793 ERROR ] Error while state transition: Do not know event named 'end_anomaly'. Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 914, in _get_trigger event = self.events[trigger_name] KeyError: 'end_anomaly' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/neuu/app/bin/videorecorder/src/utils/TMStateMachine.py", line 156, in tm_trigger self.trigger(tname) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 920, in _get_trigger raise AttributeError("Do not know event named '%s'." % trigger_name) AttributeError: Do not know event named 'end_anomaly'. [2026-08-03 23:21:29,132.132 ERROR ] Error while state transition: "Can't trigger event end_idle from state STATE_HEALTH_CHECK!" Traceback (most recent call last): File "/neuu/app/bin/videorecorder/src/utils/TMStateMachine.py", line 156, in tm_trigger self.trigger(tname) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 922, in _get_trigger return event.trigger(model, *args, **kwargs) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 402, in trigger return self.machine._process(func) File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 1211, in _process return trigger() File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 415, in _trigger if self._is_valid_source(event_data.state): File "/usr/local/lib/python3.5/dist-packages/transitions/core.py", line 452, in _is_valid_source raise MachineError(msg) transitions.core.MachineError: "Can't trigger event end_idle from state STATE_HEALTH_CHECK!"