vikibaarathi / RHCloudlink-plugin

Plugin for the RH FPV Timing System which allows race data to be submitted to the cloud
MIT License
3 stars 0 forks source link

Plugin still sending empty and crashing if heat is unseeded during re-sync #30

Closed vikibaarathi closed 1 year ago

vikibaarathi commented 1 year ago

Traceback (most recent call last): File "/home/director/RotorHazard/src/server/RHUtils.py", line 192, in wrapper return func(*args, **kwargs) File "/home/director/RotorHazard/src/server/eventmanager.py", line 101, in run_handler return handler(args) File "/home/director/RotorHazard/src/server/plugins/rhcloudlink/cloudlink.py", line 199, in heat_listener thisheat = self.getGroupingDetails(heat,db) File "/home/director/RotorHazard/src/server/plugins/rhcloudlink/cloudlink.py", line 254, in getGroupingDetails channel = racechannels[slot.node_index] TypeError: list indices must be integers or slices, not NoneType

vikibaarathi commented 1 year ago

Resolved in #31