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
this is down to some API requests dying due to the request being too large. this happened in a course with over 800 lectures.
if you change the constants.py file and the CURRICULUM_ITEMS_PARAMS value from 200 down to 50 it started to work. you can also change the value in main.py around line 860 for the est_count to divide by 50 rather than 100 for the estimated count to work.
@adamparker thanks for this suggestion, this worked initially, however after downloading some videos this error now occurs again, tried smaller values, but not working.
this is the command python main.py -c <course-url> -b <bearer-token> -q 720 --out "D:\Udemy" --id-as-course-name --continue-lecture-numbers --chapter "4-9" --download-captions -l en
What happened?
Expected Result
parse CURRICULUM_ITEMS_PARAMS correctly
Branch
master/main
What operating systems are you seeing the problem on?
No response
Relevant log output
No response
Other information
No response
The text was updated successfully, but these errors were encountered: