splatplost icon indicating copy to clipboard operation
splatplost copied to clipboard

Run splatplot with ERROR: list index out of range

Open RRTW opened this issue 3 weeks ago • 0 comments

root@user-Aspire-V3-371:/home/user# splatplot --order 391.txt

Traceback (most recent call last): File "/usr/local/bin/splatplot", line 24, in <module> plot(order_list=f.readlines(), File "/usr/local/lib/python3.10/dist-packages/splatplost/plot.py", line 21, in plot connection = backend(press_duration_ms=press_duration_ms, delay_ms=delay_ms) File "/usr/local/lib/python3.10/dist-packages/libnxctrl/nxbt_wrapper.py", line 79, in __init__ self.controller_idx = controller_idxs[-1] IndexError: list index out of range

root@user-Aspire-V3-371:/home/user#

Already tried pip install --upgrade splatplost to the newest version, but didn't help.

391. txt was output filename, file generated by splatplan

RRTW avatar Jan 15 '26 07:01 RRTW