Daniel, just want to thank you for sharing this script. While we are looking into refining our syllabus collection process and some of the other tools that people have shared, your script has been most useful. I was able to modify for our needs and I really appreciate it as I've used it for the past 2 semesters and am running it as I type this.
I do have one quick question. Not asking you to troubleshoot, but wondering if you encountered this and found a workaround. One of the common errors I get is:
Traceback (most recent call last):
File "syllabus_v4.py", line 82, in <module>
if 'download?verifier' in url and file_name not in ('Preview the document', 'View in a new window'):
TypeError: argument of type 'NoneType' is not iterable
When I run into that the script halts, and I just remove that course from the CSV (and all previously processed courses) and restart the script. Any thoughts on what may cause that?
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.