strawp/random-scripts

progress_decrypt.py error list index out of range

Opened this issue · 0 comments

Hi, when trying out progress_decrypt.py I'm getting an error:

C:\Workspace\Python>python progress_decrypt.py oech1::deadbeefcafe
Traceback (most recent call last):
File "C:\Workspace\Python\progress_decrypt.py", line 28, in
src = src.split(':')[3]
IndexError: list index out of range

I'm not a Python programmer, so maybe you can point me out?

Using Python 3.10.0 on Windows.

Thx