Wled log fail

In my log I get this error every half hour, it is from a wled installation:

I suppose that it is here the problem is, however I do not have the slightest
clue what so ever, what is wrong:

Can I change something in the wled driver or would there be something else, which I can change?

Any help appreciated.

Changing line 156 from if(seg.on) to if(seg?.on) is an easy way to take care of the specific error in this screenshot. (I wouldn't be surprised if line 153 might also throw an error sometimes, depending on what data is, but since that comes first, you probably would have already seen that if so.)

1 Like

Hello Bert
I have implemented your answer, within half an hour or so I will know if it helped :slight_smile:

I don't know if 153 is also giving faults, for the time being I will focus on 156.

Thanks a lot for your time and effort

1 Like

Worked like a charm so far, thanks​:grinning::+1:

1 Like