I took the script from this post https://discuss.eroscripts.com/t/a-python-script-to-fix-funscript-for-kiiroo-onyx/49593 and I set up python but when i run it i get this error:
“/Users/person/desktop/script.py”, line 43, in
main(sys.argv[1], sys.argv[2])
IndexError: list index out of range
I have super limited coding knowledge so im not sure how to troubleshoot or fix the code.
I’m entering my command as follows (all my files are on my desktop)
"python3 desktop/script.py
desktop/broken.funscript desktop/fixed.funscript "
running python 3.10.4 on macOS
I made a post in the original thread but it looks like the OP isnt very active.
Appreciate any help and thanks in advance!