-
Notifications
You must be signed in to change notification settings - Fork 105
key error "Elements #29
Comments
I sorted the things again and able to get chapter list only but no video |
I sorted the things again and able to get chapter list only but no video |
Any luck? |
did this error ever got resolved? |
I am getting this error,
File "linkedin_learning.py", line 222, in process
await fetch_courses()
File "linkedin_learning.py", line 102, in fetch_courses
return await asyncio.gather(*map(fetch_course, COURSES))
File "linkedin_learning.py", line 112, in fetch_course
course = build_course(data['elements'][0])
KeyError: 'elements'
The text was updated successfully, but these errors were encountered: