Created
March 11, 2016 17:11
-
-
Save ncoden/4731470db5c88aa689c6 to your computer and use it in GitHub Desktop.
This file contains 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
api_1 | 2016-03-11 17:10:56,923 DEBUG [caliopen.api.user.authentication][waitress] Authentication via Access Token | |
api_1 | 2016-03-11 17:10:57,048 ERROR [waitress][waitress] Exception when serving /api/v1/contacts/cc5f1e5d-2523-4d6f-a226-81e8134261f9 | |
api_1 | Traceback (most recent call last): | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/waitress-0.8.10-py2.7.egg/waitress/channel.py", line 336, in service | |
api_1 | task.service() | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/waitress-0.8.10-py2.7.egg/waitress/task.py", line 169, in service | |
api_1 | self.execute() | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/waitress-0.8.10-py2.7.egg/waitress/task.py", line 388, in execute | |
api_1 | app_iter = self.channel.server.application(env, start_response) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/pyramid-1.5.8-py2.7.egg/pyramid/router.py", line 242, in __call__ | |
api_1 | response = self.invoke_subrequest(request, use_tweens=True) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/pyramid-1.5.8-py2.7.egg/pyramid/router.py", line 217, in invoke_subrequest | |
api_1 | response = handle_request(request) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/pyramid-1.5.8-py2.7.egg/pyramid/tweens.py", line 46, in excview_tween | |
api_1 | response = view_callable(exc, request) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/pyramid-1.5.8-py2.7.egg/pyramid/config/views.py", line 385, in viewresult_to_response | |
api_1 | result = view(context, request) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/pyramid-1.5.8-py2.7.egg/pyramid/tweens.py", line 21, in excview_tween | |
api_1 | response = handler(request) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/pyramid-1.5.8-py2.7.egg/pyramid/router.py", line 163, in handle_request | |
api_1 | response = view_callable(context, request) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/pyramid-1.5.8-py2.7.egg/pyramid/config/views.py", line 596, in __call__ | |
api_1 | return view(context, request) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/pyramid-1.5.8-py2.7.egg/pyramid/config/views.py", line 329, in attr_view | |
api_1 | return view(context, request) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/pyramid-1.5.8-py2.7.egg/pyramid/config/views.py", line 305, in predicate_wrapper | |
api_1 | return view(context, request) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/pyramid-1.5.8-py2.7.egg/pyramid/config/views.py", line 245, in _secured_view | |
api_1 | return view(context, request) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/pyramid-1.5.8-py2.7.egg/pyramid/config/views.py", line 355, in rendered_view | |
api_1 | result = view(context, request) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/pyramid-1.5.8-py2.7.egg/pyramid/config/views.py", line 501, in _requestonly_view | |
api_1 | response = view(request) | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/cornice/service.py", line 571, in wrapper | |
api_1 | response = view_() | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/caliopen/api/user/contact.py", line 55, in get | |
api_1 | return {'contacts': ReturnContact.build(contact).serialize()} | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/caliopen/base/parameters.py", line 48, in build | |
api_1 | obj.validate() | |
api_1 | File "/usr/local/lib/python2.7/dist-packages/schematics/models.py", line 262, in validate | |
api_1 | raise ModelValidationError(exc.messages) | |
api_1 | ModelValidationError: {'organizations': {'deleted': 'Rogue field', 'is_primary': 'Rogue field'}, 'public_keys': {'fingerprint': 'Rogue field', 'expire_date': 'Rogue field'}} | |
web_1 | GET /api/v1/contacts/cc5f1e5d-2523-4d6f-a226-81e8134261f9 500 130.945 ms - 110 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes I reproduced. Can you open an issue in github.com/Caliopen/Caliopen with this traceback ?