Blinkstick worked once, now it works no more

Hi, I’m a novice here so bear with me but I’m pretty stuck here.

I have a blinkstick pro connected to a single smart pixel LED. I have the blinkstick set to mode 2 and I am trying to run this in the python IDLE on windows 10:

from blinkstick import blinkstick
bstick = blinkstick.find_first()
bstick.set_color(channel=1, index=1, name=“red”)

It worked once, the LED lit up red. I couldn’t figure out how to change it or turn it off, so finally I just unplugged the blinkstick and the plugged it back in. Now, this script no longer works. None of the sample scripts do anything. I have tried another computer, same issue. I can use the test feature in the windows “client” program and that works fine, but in python it seems nothing works anymore after getting it to light up red one time.

any help appreciated thanks

EDIT: ok I’m an idiot it’s index 0 for the first LED. I will keep plugging along please disregard this post!