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

'Traceback' object has no attribute 'to_dict' #95

Open
asmodehn opened this issue Nov 10, 2016 · 0 comments
Open

'Traceback' object has no attribute 'to_dict' #95

asmodehn opened this issue Nov 10, 2016 · 0 comments
Labels

Comments

@asmodehn
Copy link
Member

[ERROR] [WallTime: 1478756149.720809] Error processing request: 'module' object has no attribute 'GopherNewGhostService'
['Traceback (most recent call last):\n', ' File "/opt/ros/indigo/lib/python2.7/dist-packages/rospy/impl/tcpros_service.py", line 623, in _handle_request\n response = convert_return_to_response(self.handler(request), self.response_class)\n', ' File "/home/alexv/ROS/gopher_concert/src/gopher_concert/gopher_ghosts/src/gopher_ghosts/ghost.py", line 113, in service_v1\n response = gopher_ghost_msgs.GopherNewGhostService()\n', "AttributeError: 'module' object has no attribute 'GopherNewGhostService'\n"]
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1836, in call
return self.wsgi_app(environ, start_response)
File "", line 58, in call

File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1820, in wsgi_app
response = self.make_response(self.handle_exception(e))
File "", line 271, in error_router

File "/home/alexv/ROS/gopher_bootstrap/src/rostful/deps/flask-cors/flask_cors/extension.py", line 188, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1403, in handle_exception
reraise(exc_type, exc_value, tb)
File "", line 268, in error_router

File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "", line 271, in error_router

File "/home/alexv/ROS/gopher_bootstrap/src/rostful/deps/flask-cors/flask_cors/extension.py", line 188, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "", line 268, in error_router

File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functionsrule.endpoint
File "", line 477, in wrapper

File "/usr/lib/python2.7/dist-packages/flask/views.py", line 84, in view
return self.dispatch_request(*args, **kwargs)
File "", line 587, in dispatch_request

File "/home/alexv/ROS/gopher_bootstrap/src/rostful/rostful/api_0_1/flask_views.py", line 393, in post
'traceback': tb.to_dict()
AttributeError: 'Traceback' object has no attribute 'to_dict'

@asmodehn asmodehn added the bug label Nov 10, 2016
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

1 participant