-
Notifications
You must be signed in to change notification settings - Fork 30
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
Assertion Error #18
Comments
As a temporary solution, deleting line 313 of |
Had the same issue, feng-lei's workaround worked for me. |
I am also having the same error. The solution is not working. I have never encountered this error 2022-11-26 23:12:58,877 - 3 - [Done] priority=C, ttl=3. crawl_lecture: course=decision-making, lecture=specialization-overview |
I've downloaded other classes with no issue, except the following :
2020-05-17 13:43:59,120 - 3 - [Done] priority=C, ttl=3. crawl_lecture: course=mcit595-spring2020, lecture=spring-2020-jan-28-open-office-hour-recording
Traceback (most recent call last):
File "/opt/anaconda3/bin/dl_coursera", line 10, in
sys.exit(main())
File "/opt/anaconda3/lib/python3.7/site-packages/dl_coursera_run.py", line 178, in main
soc = crawl(args['cookies'], args['slug'], args['isSpec'], args['outdir'], args['n_worker'])
File "/opt/anaconda3/lib/python3.7/site-packages/dl_coursera_run.py", line 71, in crawl
soc = crawler.crawl(slug=slug, isSpec=isSpec)
File "/opt/anaconda3/lib/python3.7/site-packages/dl_coursera/Crawler.py", line 313, in crawl
assert len(failures) == 0
AssertionError
The text was updated successfully, but these errors were encountered: