You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello @csyezheng,
first of all thank you for your Great work on Coursera Helper. It truly changes a lot of think for me.
Please while i was dowloading this course im facing this following error. Please can you help me?
This is the error:
_Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\zo\AppData\Local\Programs\Python\Python311\Scripts\coursera-helper.exe_main.py", line 7, in
File "C:\Users\zo\AppData\Local\Programs\Python\Python311\Lib\site-packages\coursera_helper\coursera_dl.py", line 256, in main
error_occurred, completed = download_class(
^^^^^^^^^^^^^^^
File "C:\Users\zo\AppData\Local\Programs\Python\Python311\Lib\site-packages\coursera_helper\coursera_dl.py", line 216, in download_class
return download_on_demand_class(session, args, class_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\zo\AppData\Local\Programs\Python\Python311\Lib\site-packages\coursera_helper\coursera_dl.py", line 172, in download_on_demand_class
completed = course_downloader.download_modules(modules)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\zo\AppData\Local\Programs\Python\Python311\Lib\site-packages\coursera_helper\workflow.py", line 163, in download_modules
last_update = self._handle_resource(
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\zo\AppData\Local\Programs\Python\Python311\Lib\site-packages\coursera_helper\workflow.py", line 226, in handle_resource
if url.startswith(IN_MEMORY_MARKER):
^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered:
hello @csyezheng,
first of all thank you for your Great work on Coursera Helper. It truly changes a lot of think for me.
Please while i was dowloading this course im facing this following error. Please can you help me?
This is the error:
_Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\zo\AppData\Local\Programs\Python\Python311\Scripts\coursera-helper.exe_main.py", line 7, in
File "C:\Users\zo\AppData\Local\Programs\Python\Python311\Lib\site-packages\coursera_helper\coursera_dl.py", line 256, in main
error_occurred, completed = download_class(
^^^^^^^^^^^^^^^
File "C:\Users\zo\AppData\Local\Programs\Python\Python311\Lib\site-packages\coursera_helper\coursera_dl.py", line 216, in download_class
return download_on_demand_class(session, args, class_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\zo\AppData\Local\Programs\Python\Python311\Lib\site-packages\coursera_helper\coursera_dl.py", line 172, in download_on_demand_class
completed = course_downloader.download_modules(modules)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\zo\AppData\Local\Programs\Python\Python311\Lib\site-packages\coursera_helper\workflow.py", line 163, in download_modules
last_update = self._handle_resource(
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\zo\AppData\Local\Programs\Python\Python311\Lib\site-packages\coursera_helper\workflow.py", line 226, in handle_resource
if url.startswith(IN_MEMORY_MARKER):
^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered: