overhangio / openedx-scorm-xblock

SCORM XBlock for Open edX
GNU Affero General Public License v3.0
37 stars 46 forks source link

Nginx 404 in CMS #33

Closed taufanbudiman closed 1 year ago

taufanbudiman commented 1 year ago

Hi everyone,

I tried uploading scorm and got an error file not found in nginx, as below

image

when I check the console there is an .html file that is not found

image image

then I looked for the results of extracting the scorm file, I also couldn't find the .html file

image

when I try to unzip the file that I uploaded, the result is like this. there are some folders that don't exist on the server.

image

how can i fix this problem?

openedx-scorm-xblock Version: 16.0.0 Openedx lilac.master installation native (not tutor)

regisb commented 1 year ago

Please don't use Github issues for feature requests or for support. Instead, you should create a new topic in the official Open edX forum: https://discuss.openedx.org/

The process for troubleshooting an existing installation and for contributing to the platform is described in the docs: https://docs.tutor.overhang.io/troubleshooting.html https://docs.tutor.overhang.io/tutor.html#contributing

Concerning your specific problem: if you run Lilac, you should not install version 16 of the xblock. You should install v12 (L = 12). Also, previous versions of Open edX are unsupported. And I never tried running the xblock in the native installation -- though there is no reason to believe it should not work.