RuntimeError. Irritants: (The operation remove list item cannot accept the arguments: , [0], [2] Bad arguments to remove list item) Note: You will not see another error reported for 5 seconds

I'm trying to make a wordle lookalike and I've watched a bunch of you tube tutorials to help me out but I keep getting errors - anyone mind checking the code?

Note: Most of this code is based on a YouTube tutorial. I made a few changes, but I mainly followed the video.

Welcome!

It would have helped to post only the relevant blocks so we do not have to scan everything
As the error message is trying to tell you it is one of the remove list item blocks

Also to find an error more easily it helps to mention, when exactly the error occurs

The error is here
Can you now see what's wrong?
.

RuntimeError. Irritants: (The operation remove list item cannot accept the arguments: , [0], [2]

Let me suggest you to use some naming conventions to identify lists more easily....
Variable indexes is a list... for example prefix all lists with the word list

indexes --> listIndexes

Taifun

Thank you!!! I changed it to get listIndexes and it worked perfectly :). Now I just need to figure out why all the letters are showing up yellow instead of gray when I enter a word.
Also, sorry for sending all those extra blocks, I’ll keep it more focused next time!

Search this board for Wordle in a Day for my version