Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't understand input path on Windows machine #9

Open
AlexZibin opened this issue Apr 9, 2022 · 2 comments
Open

Don't understand input path on Windows machine #9

AlexZibin opened this issue Apr 9, 2022 · 2 comments

Comments

@AlexZibin
Copy link

Hi,
Thank you for this program.

However, it's not working on Windows.
It can't understand the input path; the errors are as follows:
dvdrip.py --scan -i d: Reading from 'd:' Traceback (most recent call last): File "C:\Users\Alex\Documents\Python\dvdrip\dvdrip.py", line 684, in <module> main() File "C:\Users\Alex\Documents\Python\dvdrip\dvdrip.py", line 648, in main titles = tuple(dvd.ScanTitles(title_numbers, args.verbose)) File "C:\Users\Alex\Documents\Python\dvdrip\dvdrip.py", line 341, in ScanTitles raw_scan = tuple(self.ScanTitle(first)) File "C:\Users\Alex\Documents\Python\dvdrip\dvdrip.py", line 325, in ScanTitle for line in check_err([ File "C:\Users\Alex\Documents\Python\dvdrip\dvdrip.py", line 144, in check_err process = subprocess.Popen(stderr=subprocess.PIPE, *popenargs, **kwargs) File "C:\Users\Alex\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 947, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\Alex\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1416, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2]

I also used dozens of other input paths instead of 'd:': d:, d:/, "d:", D:\VIDEO_TS but this doesn't change the error message.
Even dvdrip.py --scan -i c: leads to the same error.

Please help.

@xenomachina
Copy link
Owner

Hi @AlexZibin,

Sorry for the terrible error message. Do you have HandBrakeCLI installed, and in your path? I think it's unable to execute it.

@AlexZibin
Copy link
Author

Hi,
I'll check and reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants