Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP (REST) traceback error #164

Closed
mmajdoubi opened this issue Jan 15, 2015 · 2 comments
Closed

HTTP (REST) traceback error #164

mmajdoubi opened this issue Jan 15, 2015 · 2 comments
Labels

Comments

@mmajdoubi
Copy link

The REST interface (host:8000) crashes and generates an error if the user processes (users tab) are requested, the screenshots and the traceback error are listed below:

screen shot 2015-01-15 at 14 36 45

screen shot 2015-01-15 at 14 36 54

15-01-15 14:36:58  ERROR    [15/Jan/2015:14:36:58] HTTP Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 656, in respond
    response.body = self.handler()
  File "/usr/local/lib/python2.7/dist-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/lib/encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpdispatch.py", line 34, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/opt/twister/server/CeWebUi.py", line 170, in users
    eps_file=eps_file, eps=eps, ep_statuses=ep_statuses, logs=logs)
  File "/usr/local/lib/python2.7/dist-packages/Mako-0.9.1-py2.7.egg/mako/template.py", line 443, in render
    return runtime._render(self, self.callable_, args, data)
  File "/usr/local/lib/python2.7/dist-packages/Mako-0.9.1-py2.7.egg/mako/runtime.py", line 807, in _render
    **_kwargs_for_callable(callable_, data))
  File "/usr/local/lib/python2.7/dist-packages/Mako-0.9.1-py2.7.egg/mako/runtime.py", line 839, in _render_context
    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  File "/usr/local/lib/python2.7/dist-packages/Mako-0.9.1-py2.7.egg/mako/runtime.py", line 865, in _exec_template
    callable_(context, *args, **kwargs)
  File "_opt_twister_server_template_rest_user_htm", line 73, in render_body
KeyError: 'suites'

Thanks in advance

@bogdanpopescu
Copy link
Contributor

The REST interface is experimental and we do not provide support for it.

@mmajdoubi
Copy link
Author

Ok, Thanks.
I though that this error could be relevant and it may impact other
functionalities. If this error is not relevant the case can be closed.

Op donderdag 15 januari 2015 heeft Bogdan Popescu notifications@github.com
het volgende geschreven:

The REST interface is experimental and we do not provide support for it.


Reply to this email directly or view it on GitHub
#164 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants