edx-downloader
edx-downloader copied to clipboard
Value Line 2 colum 1
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!
I've got the same error.
Same
well for now i use this tool EDX Video Downloader Tool
https://github.com/carlosvega/edx-video-extension
I solved this by using python=3.6 instead of 3.8
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)
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.