raccoongang / edx_xblock_scorm

XBlock to display SCORM content within the Open edX LMS. Editable within Open edx Studio. Will save student state and report scores to the progress tab of the course. Currently supports SCORM 1.2 and SCORM 2004 standard.
Apache License 2.0
32 stars 64 forks source link

All scorm packages showing as "404 Not Found" #28

Open theffernan-mphn opened 4 years ago

theffernan-mphn commented 4 years ago

I have followed the instructions listed in readme and installed the scorm xblock component.

Every single scorm zip package i load into the unit to use shows a 404 Not Found nginx error.

image

Have tested several scorm packages and ensured that the imsmanifest.xml file is at the root of the zip folders.

eazaika commented 4 years ago

@theffernan-mphn me too! on ironwood.master see 404 error!

mslyon commented 4 years ago

same issue for me...anyone has any idea what this could be related to?

eazaika commented 4 years ago

In my case there is no directory /edx/var/edxapp/media/scorm. Just create it by user www-data an then all working fine!

asadmanzoor93 commented 3 years ago

@theffernan-mphn any update on this issue? any specific root cause found?

sbernesto commented 3 years ago

any update?, i had similar error

2021/02/18 13:57:35 [error] 9709#9709: *49 rewrite or internal redirection cycle while internally redirecting to "/media/grades/grades/grades/grades/grades/grades/grades/grades/grades/grades/grades/scorm/b5c51439e1d54cdaad0e3da1c5528577/index.html", client: 192.168.10.24, server: , request: "GET /media/scorm/b5c51439e1d54cdaad0e3da1c5528577/index.html HTTP/1.0", host: "juniper.bunited.mx", referrer: "https://juniper.bunited.mx/courses/course-v1:BU+BU_0001+2021/courseware/a8b27ad379404d9f96d61bad71e76bce/384f59994fd041d89961fa1807a8c16f/?child=first"

idegtiarov commented 3 years ago

@sbernesto have you check @eazaika 's proposal? Does edxapp have required permissions to the /edx/var/edxapp/media/scorm directory?