John McAvoy

Results 2 comments of John McAvoy

I ran into the same issue. I was able to get it working by installing edxdl in a python 3.6 Docker container ```bash $ echo 'FROM python:3.6 RUN pip3 install...

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":...