Created
July 30, 2015 01:06
-
-
Save mattias-lidman/426b628861faa9f56d8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-07-30_01:06:03.63965 File "/mnt/globus_deploy/apps/globusauth/current/auth/lib/python2.7/site-packages/pyramid/router.py", line 242, in __call__ | |
2015-07-30_01:06:03.63991 response = self.invoke_subrequest(request, use_tweens=True) | |
2015-07-30_01:06:03.64012 File "/mnt/globus_deploy/apps/globusauth/current/auth/lib/python2.7/site-packages/pyramid/router.py", line 217, in invoke_subrequest | |
2015-07-30_01:06:03.64036 response = handle_request(request) | |
2015-07-30_01:06:03.64056 File "/mnt/globus_deploy/apps/globusauth/current/auth/lib/python2.7/site-packages/pyramid/tweens.py", line 21, in excview_tween | |
2015-07-30_01:06:03.64075 response = handler(request) | |
2015-07-30_01:06:03.64095 File "/mnt/globus_deploy/apps/globusauth/current/auth/lib/python2.7/site-packages/pyramid/router.py", line 163, in handle_request | |
2015-07-30_01:06:03.64117 response = view_callable(context, request) | |
2015-07-30_01:06:03.64136 File "/mnt/globus_deploy/apps/globusauth/current/auth/lib/python2.7/site-packages/pyramid/config/views.py", line 329, in attr_view | |
2015-07-30_01:06:03.64161 return view(context, request) | |
2015-07-30_01:06:03.64179 File "/mnt/globus_deploy/apps/globusauth/current/auth/lib/python2.7/site-packages/pyramid/config/views.py", line 305, in predicate_wrapper | |
2015-07-30_01:06:03.64200 return view(context, request) | |
2015-07-30_01:06:03.64218 File "/mnt/globus_deploy/apps/globusauth/current/auth/lib/python2.7/site-packages/pyramid/config/views.py", line 385, in viewresult_to_response | |
2015-07-30_01:06:03.64241 result = view(context, request) | |
2015-07-30_01:06:03.64259 File "/mnt/globus_deploy/apps/globusauth/current/auth/lib/python2.7/site-packages/pyramid/config/views.py", line 477, in _class_requestonly_view | |
2015-07-30_01:06:03.64284 response = getattr(inst, attr)() | |
2015-07-30_01:06:03.64303 File "/mnt/globus_deploy/apps/globusauth/current/auth/lib/python2.7/site-packages/globus_auth-0.1.0-py2.7.egg/globusonline/auth/authentication/views.py", line 87, in get_oa4mp_callback | |
2015-07-30_01:06:03.64322 cookie_headers = remember(self.request, primary_identity.id) | |
2015-07-30_01:06:03.64339 File "/mnt/globus_deploy/apps/globusauth/current/auth/lib/python2.7/site-packages/pyramid/security.py", line 145, in remember | |
2015-07-30_01:06:03.64359 return policy.remember(request, principal, **kw) | |
2015-07-30_01:06:03.64376 File "/mnt/globus_deploy/apps/globusauth/current/auth/lib/python2.7/site-packages/pyramid_multiauth/__init__.py", line 137, in remember | |
2015-07-30_01:06:03.64396 headers.extend(policy.remember(request, principal, **kw)) | |
2015-07-30_01:06:03.64414 TypeError: 'NoneType' object is not iterable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment