To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/CADW8HWDWg8_TG5PVMKn6JtcXehqxVPnhc7HF78GKTG%3DMq__B7w%40mail.gmail.com.
2015-07-05 14:46:52,356 ERROR 24543 [gunicorn.error] glogging.py:219 - Error handling request
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 126, in handle_request
respiter = self.wsgi(environ, resp.start_response)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 219, in __call__
self.load_middleware()
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 51, in load_middleware
mw_instance = mw_class()
File "/edx/app/edxapp/edx-platform/common/djangoapps/django_locale/middleware.py", line 29, in __init__
for url_pattern in get_resolver(None).url_patterns:
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py", line 347, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py", line 342, in urlconf_module
self._urlconf_module = import_module(self.urlconf_name)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module
__import__(name)
File "/edx/app/edxapp/edx-platform/lms/urls.py", line 8, in <module>
import auth_exchange.views
File "/edx/app/edxapp/edx-platform/common/djangoapps/auth_exchange/views.py", line 22, in <module>
from auth_exchange.forms import AccessTokenExchangeForm
File "/edx/app/edxapp/edx-platform/common/djangoapps/auth_exchange/forms.py", line 15, in <module>
from third_party_auth import pipeline
File "/edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/pipeline.py", line 81, in <module>
from . import provider
File "/edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/provider.py", line 4, in <module>
from .models import (
File "/edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/models.py", line 16, in <module>
from social.backends.saml import SAMLAuth, SAMLIdentityProvider
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/backends/saml.py", line 10, in <module>
from onelogin.saml2.auth import OneLogin_Saml2_Auth
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/onelogin/saml2/auth.py", line 19, in <module>
from onelogin.saml2.settings import OneLogin_Saml2_Settings
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/onelogin/saml2/settings.py", line 20, in <module>
from onelogin.saml2.metadata import OneLogin_Saml2_Metadata
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/onelogin/saml2/metadata.py", line 17, in <module>
from onelogin.saml2.utils import OneLogin_Saml2_Utils
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/onelogin/saml2/utils.py", line 32, in <module>
from dm.xmlsec.binding.tmpl import EncData, Signature
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dm/xmlsec/binding/tmpl.py", line 7, in <module>
from dm.xmlsec.binding import DSigNs, dsig, EncNs, enc
ImportError: cannot import name DSigNsEDXAPP_LMS_SSL_NGINX_PORT: '443' EDXAPP_LMS_NGINX_PORT: '80' EDX_ANSIBLE_DUMP_VARS: true NGINX_ENABLE_SSL: true NGINX_SSL_CERTIFICATE: 'ssl-unified.pem' NGINX_SSL_KEY: 'ssl.key' COMMON_ENABLE_BASIC_AUTH : false
I launched commands:
1)/edx/bin/update configuration master2)/edx/bin/update edx-platform master
I've configured LTI unit as you described in your blog but the score doesn't come back. In /edx/var/log/supervisor/lms-stderr.log I'm reading this: Can I fix it? Can you help me?INFO 17147 [edx.courseware] grades.py:143 - Signal fired when student grade is calculated. Receiver: <function listen_for_grade_calculation at 0x7045848>. Response: None
To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/af833c12-1084-4ffd-b61b-3c0cb622114b%40googlegroups.com.