Re: Download All Individual Conference Talks
Posted: Mon May 21, 2018 12:52 pm
Hi Sam,
Thanks for the link and the program.
Although I don't code in Python, as a UNIX/Linux System Engineer I'm usually pretty self sufficient in getting stuff to run. However, this script is throwing about 9 or so errors. Python is installed, and I believe I have your code installed correctly as well.
My command line is this:
.\gen_conf_downloader.py -start 2017 -dest .\Conferences
I'm reluctant to post the entire error list here. Here is what I think is the first of the cascading errors.
File "C:\Users\larry\AppData\Local\Programs\Python\Python36-32\lib\json\decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Thanks,
Larry Autry
Thanks for the link and the program.
Although I don't code in Python, as a UNIX/Linux System Engineer I'm usually pretty self sufficient in getting stuff to run. However, this script is throwing about 9 or so errors. Python is installed, and I believe I have your code installed correctly as well.
My command line is this:
.\gen_conf_downloader.py -start 2017 -dest .\Conferences
I'm reluctant to post the entire error list here. Here is what I think is the first of the cascading errors.
File "C:\Users\larry\AppData\Local\Programs\Python\Python36-32\lib\json\decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Thanks,
Larry Autry