rehmatworks / edx-downloader

Download all videos of a course from https://edx.org to your computer easily.
88 stars 22 forks source link

Value Line 2 colum 1 #11

Open andremxmx opened 3 years ago

andremxmx commented 3 years ago

Hello when i try to donwload a course i have this error on edx error log

Expecting value: line 2 column 1 (char 1)Expecting value: line 2 column 1 (char 1)

thanks!

princetonwong commented 3 years ago

I've got the same error.

moniemdd commented 3 years ago

Same

andremxmx commented 3 years ago

well for now i use this tool EDX Video Downloader Tool

https://github.com/carlosvega/edx-video-extension

princetonwong commented 3 years ago

I solved this by using python=3.6 instead of 3.8

ledx631 commented 3 years ago

I am getting that same error while trying to log in to account after providing password

Expecting value: line 2 column 1 (char 1)Expecting value: line 2 column 1 (char 1)Expecting value: line 2 column 1 (char 1)Expecting value: line 2 column 1 (char 1)Expecting value: line 2 column 1 (char 1)Expecting value: line 2 column 1 (char 1)Expecting value: line 2 column 1 (char 1)Expecting value: line 2 column 1 (char 1)

j-mcavoy commented 3 years ago

It looks like this can happen if you don't use the correct course path as well: i.e. https://learning.edx.org/course/course-v1:IITBombayX+ME209.1x+1T2019/home throws Expecting value: line 2 column 1 (char 1)

but removing "home": https://learning.edx.org/course/course-v1:IITBombayX+ME209.1x+1T2019/ worked for me.

I was able to run this using python=3.6 as @princetonwong points out and making sure to remove extra paths after the base course url.