openedx / openedx-demo-course

A demonstration course that can be imported into an Open edX instance
GNU Affero General Public License v3.0
46 stars 68 forks source link

Demonstration Course not exporting in Open edX Olive Demo Server #39

Closed mariajgrimaldi closed 7 months ago

mariajgrimaldi commented 1 year ago

Description

The demonstration course fails while exporting due to missing transcripts. This happened in the Nutmeg release demo installation & now in the Olive demo.

For a more detailed description, please refer to: https://github.com/openedx/build-test-release-wg/issues/207.

sambapete commented 1 year ago

If you import the official demo course from the tarball available on https://github.com/openedx/openedx-demo-course you will not encounter this problem. I believe we are using a defective version of the demo course. Or there is a problem in the way the course is being imported through the Tutor installation process used to create the Olive Demo Server.

https://github.com/openedx/edx-demo-course/releases/download/v1.1/edx_demo_course_1_1.tar.gz

If you check the contents of the course that currently has problems, you will notice that the contents is different than the one coming with the tarball.

mariajgrimaldi commented 1 year ago

The transcripts are not imported when importing the course using the tutor command, so that's the error raised:

tutor-demo-course-export-local

This also fails in my local environment, not sure if it has to do with the course release (the command uses the open-release/olive.master) or the command itself.

Import from tarball: direct-import

Import from command: command-import

Also, the tarball available is an old release (Feb 23rd), which explains why the course is different. Not sure if it explains why it's working, I'll investigate a bit more

jswope00 commented 7 months ago

This issue applies to the old DemoX course, which has been replaced at this point by a newer version and also tested for export/import including tutor import. I will close this issue.