Skip to content
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

IndexError: list index out of range #8

Closed
Th3-A6add0n opened this issue Jan 25, 2021 · 5 comments
Closed

IndexError: list index out of range #8

Th3-A6add0n opened this issue Jan 25, 2021 · 5 comments

Comments

@Th3-A6add0n
Copy link

Traceback (most recent call last):
File "/Drive/drive/_lynda_course_downloader/LyndaDownloader/LyndaDownloader.py", line 191, in getVideosLinks
videodata[1]['urls']['720']
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Drive/drive/_lynda_course_downloader/LyndaDownloader/LyndaDownloader.py", line 194, in getVideosLinks
videodata[1]['urls']['540']
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Drive/drive/_lynda_course_downloader/LyndaDownloader/LyndaDownloader.py", line 322, in
getVideosLinks()
File "/Drive/drive/_lynda_course_downloader/LyndaDownloader/LyndaDownloader.py", line 197, in getVideosLinks
[videodata[1]['urls']['360']])
IndexError: list index out of range

@NavpreetDevpuri
Copy link
Owner

This seems like a network error. Try again. You can add full output

@ogeeDeveloper
Copy link

I am also having this issue as well. It happens when its gathering the course videos.
image

@NavpreetDevpuri
Copy link
Owner

NavpreetDevpuri commented Jan 25, 2021

does it always show an error on the exact same video file?

@ogeeDeveloper
Copy link

does it always show an error on the exact same video file?

This is a different course i am trying to download and its coming with this error

@NavpreetDevpuri
Copy link
Owner

just started a new project linkedin-learning-downloader that will have more clean code and will not have that bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants