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
Ich wurde heute mit folgendem Fehler in der Browser-Konsole begrüßt und der Statistik-Graph lädt nicht mehr:
livechart.js?ver=20240425:476 Uncaught TypeError: Cannot read properties of undefined (reading 'timestamp')
at truncateData (livechart.js?ver=20240425:476:18)
at mergeGraphData (livechart.js?ver=20240425:486:3)
at processGraphMessages (processAllMqttMsg.js?ver=20240415:1016:4)
at handleMessage (processAllMqttMsg.js?ver=20240415:381:51)
at client.onMessageArrived (setupMqttServices.js?ver=20240415:149:2)
at ClientImpl._receiveMessage (mqttws31.js:1297:18)
at ClientImpl._receivePublish (mqttws31.js:1271:22)
at ClientImpl._on_socket_message (mqttws31.js:1154:22)
at WebSocket.<anonymous> (mqttws31.js:150:22)
Ursache scheint zu sein, dass in "openWB/graph/alllivevaluesJson16" neuerdings ein "-" (Bindestrich ohne Anführungszeichen) steht, wie auch immer der dort hingekommen ist.
Ebenso war heute morgen im Log immer wieder:
2024-07-28 06:31:09,239 - {root:79} - {CRITICAL:MainThread} - Ausführung durch exit_after gestoppt: Traceback (most recent call last):
File "/var/www/html/openWB/packages/main.py", line 77, in handler10Sec
handler_with_control_interval()
File "/var/www/html/openWB/packages/helpermodules/utils/_exit_after.py", line 21, in inner
result = fn(*args, **kwargs)
File "/var/www/html/openWB/packages/main.py", line 70, in handler_with_control_interval
data.data.graph_data.pub_graph_data()
File "/var/www/html/openWB/packages/helpermodules/graph.py", line 67, in pub_graph_data
subprocess.run([str(Path(__file__).resolve().parents[2] / "runs"/"graphing.sh"),
File "/usr/lib/python3.9/subprocess.py", line 507, in run
stdout, stderr = process.communicate(input, timeout=timeout)
File "/usr/lib/python3.9/subprocess.py", line 1126, in communicate
self.wait()
File "/usr/lib/python3.9/subprocess.py", line 1189, in wait
return self._wait(timeout=timeout)
File "/usr/lib/python3.9/subprocess.py", line 1919, in _wait
(pid, sts) = self._try_wait(0)
File "/usr/lib/python3.9/subprocess.py", line 1877, in _try_wait
(pid, sts) = os.waitpid(self.pid, wait_flags)
KeyboardInterrupt
zu sehen.
The text was updated successfully, but these errors were encountered:
Ich wurde heute mit folgendem Fehler in der Browser-Konsole begrüßt und der Statistik-Graph lädt nicht mehr:
Ursache scheint zu sein, dass in "openWB/graph/alllivevaluesJson16" neuerdings ein "-" (Bindestrich ohne Anführungszeichen) steht, wie auch immer der dort hingekommen ist.
Ebenso war heute morgen im Log immer wieder:
zu sehen.
The text was updated successfully, but these errors were encountered: