carykh / jumpcutter

Automatically edits vidx. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw
MIT License
3.07k stars 544 forks source link

Subprocess Error #126

Closed isuewo closed 4 years ago

isuewo commented 4 years ago

Traceback (most recent call last): File "C:\Users\Levelowel\Documents\jumpcutter-master\jumpcutter.py", line 167, in rc = subprocess.run(command) File "C:\Users\Levelowel\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 472, in run with Popen(*popenargs, **kwargs) as process: File "C:\Users\Levelowel\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 775, in init restore_signals, start_new_session) File "C:\Users\Levelowel\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 1178, in _execute_child startupinfo) FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

isuewo commented 4 years ago

I'm using this fork from Lamaun on Windows 10: https://github.com/Lamaun/jumpcutter

DonaldTsang commented 4 years ago

Oh my god please put the error message in the description not in the title @Levelowel

gur111 commented 4 years ago

Oh my god please put the error message in the description not in the title @Levelowel

You mean error logs XD

isuewo commented 4 years ago

Any ideas yet?

Lamaun commented 4 years ago

I need more details. Please make your problem easy to reproduce. Feel free to tag me into issues like these. (especially since its my fork)

Have you tried to follow this: https://github.com/carykh/jumpcutter/issues/114#issuecomment-501682890

isuewo commented 4 years ago

It is working now perfectly. Thanks!