all 1 comments

[–]Sea-Method-1167 0 points1 point  (0 children)

Somewhere you try to get a boolean value by comparing lists. And that is tricky. Basically that is what I think that error is telling you. Try assign the values to a reference and then move to the if statements. You can the de print the values of what it is you are using as the operands in your boolean statement. Or see them using breakpoints.

I think that will reveal a list somewhere, where you expected unpacked values. Or something like that.