Closed jaycedowell closed 7 months ago
2024-04-12 04:20:32 [DEBUG ] Got command RPT from MCS with ref# 640961
2024-04-12 04:20:32 [ERROR ] processCommand failed with: must be real number, not NoneType
...
2024-04-12 04:20:42 [ERROR ] TemperatureSensors: monitorThread failed with: 'NoneType' object does not support item assignment at line 230
2024-04-12 04:20:42 [DEBUG ] File "/lwa/software/aspThreads.py", line 230, in monitorThread
2024-04-12 04:20:42 [DEBUG ] self.temp[i] = t
2024-04-12 04:20:42 [DEBUG ]
2024-04-12 04:20:42 [DEBUG ] Finished updating temperatures in 6.361 seconds
Ah:
2024-04-12 04:16:42 [ERROR ] TemperatureSensors: monitorThread failed with: name 'spThreadsLogger' is not defined at line 277
2024-04-12 04:16:42 [DEBUG ] File "/lwa/software/aspThreads.py", line 277, in monitorThread
2024-04-12 04:16:42 [DEBUG ] spThreadsLogger.info('%s: monitorThread: temperature error condition cleared (DeltaH = %i; DeltaC = %i)', type(self).__name__, self.hotCount-initial_hot_count, self.coldCount-initial_cold_count)
2024-04-12 04:16:42 [DEBUG ]
2024-04-12 04:16:42 [DEBUG ] Finished updating temperatures in 6.359 seconds