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

Using on Windows #7

Closed
githubllff opened this issue Aug 16, 2017 · 4 comments
Closed

Using on Windows #7

githubllff opened this issue Aug 16, 2017 · 4 comments

Comments

@githubllff
Copy link

Dear Brothers:

Sorry to be a pain but I am trying to get this working for an elderly brother in my hall. My plan is to download all the content and he can watch it on a loop in Kodi.

I have tried the instructions on Windows installation and have tried the sample text to download all Children videos but get the following errors:

downloading: pksjj_E_054_r720P.mp4 (Song 054 "This Is the Way")
Traceback (most recent call last):
File "jwb-index", line 71, in
jwb.download_all(os.path.join(wd, subdir))
File "C:\JWtv\jw-scripts\jwlib\parse.py", line 322, in download_all
media.file = self.download_media(media, wd)
File "C:\JWtv\jw-scripts\jwlib\parse.py", line 284, in download_media
_curl(media.url, file + '.part', rate_limit=self.rate_limit)
File "C:\JWtv\jw-scripts\jwlib\parse.py", line 422, in _curl
subprocess.call(proc, stderr=stderr)
File "C:\Users\luke\AppData\Local\Programs\Python\Python35\lib\subprocess.py", line 247, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\luke\AppData\Local\Programs\Python\Python35\lib\subprocess.py", line 676, in init
restore_signals, start_new_session)
File "C:\Users\luke\AppData\Local\Programs\Python\Python35\lib\subprocess.py", line 957, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

Any idea what I have done wrong?

@allejok96
Copy link
Owner

I haven't looked into it yet, but it looks like curl cannot be found...

@allejok96
Copy link
Owner

What version of Windows are you on?

@allejok96
Copy link
Owner

I've done some changes to make it easier to get working on Windows. Look at the page about installation on Win again... Have tested on Win 10. Let me know how it goes!

P.S. If your Kodi box is a Linux rig, checkout jwb-rpi... 😉

@githubllff
Copy link
Author

githubllff commented Aug 20, 2017 via email

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