You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: test_mark_completed (pr_services.pr_tests.TestScormServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jcon/Desktop/projects/openassign-server/pr_services/pr_tests.py", line 3785, in test_mark_completed
response = self.client.get(sco['url'])
File "/usr/local/lib/python2.6/dist-packages/django/test/client.py", line 445, in get
response = super(Client, self).get(path, data=data, **extra)
File "/usr/local/lib/python2.6/dist-packages/django/test/client.py", line 229, in get
return self.request(**r)
File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/jcon/Desktop/projects/openassign-server/pr_services/scorm_system/scorm_server.py", line 84, in return_player
t = loader.get_template('scorm_player')
File "/usr/local/lib/python2.6/dist-packages/django/template/loader.py", line 157, in get_template
template, origin = find_template(template_name)
File "/usr/local/lib/python2.6/dist-packages/django/template/loader.py", line 138, in find_template
raise TemplateDoesNotExist(name)
TemplateDoesNotExist: scorm_player
The text was updated successfully, but these errors were encountered:
There should be a file here called "scorm_player". However, ARI does not own the
rights to it, and thus cannot release it as open-source. So, we will have to find
another option.```
This will almost certainly become irrelevant soon. We are going to implement a new cloud-based scorm service, so this test will likely go away completely.
The text was updated successfully, but these errors were encountered: