r0oth3x49 / acloud-dl

A cross-platform python based utility to download courses from acloud.guru for personal offline use.
MIT License
350 stars 141 forks source link

Exception : 'NoneType' object has no attribute 'strip' when downloading the html assets #22

Closed zfanswer closed 4 years ago

zfanswer commented 4 years ago

Thank author for your good tool.

I faced some Exceptions during downloading:


[*] : Downloading (006 matplotlib Stacked Area Charts.html)
[*] : Asset : '006 matplotlib Stacked Area Charts.html' (download skipped).
[-] : Exception : 'NoneType' object has no attribute 'strip'

[*] : Downloading asset(s)
[*] : Downloading (006 matplotlib Stacked Bar Charts.html)
[*] : Asset : '006 matplotlib Stacked Bar Charts.html' (download skipped).
[-] : Exception : 'NoneType' object has no attribute 'strip'```

Could you have a look.