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

traversal in manage #20

Open
runyaga opened this issue May 10, 2012 · 0 comments
Open

traversal in manage #20

runyaga opened this issue May 10, 2012 · 0 comments

Comments

@runyaga
Copy link
Member

runyaga commented May 10, 2012

GET deep-light-1420.herokuapp.com/ptah-manage/crowd/3/

012-05-10T20:02:08+00:00 app[web.1]: Traceback (most recent call last):
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/gevent/pywsgi.py", line 447, in handle_one_response
2012-05-10T20:02:08+00:00 app[web.1]: self.run_application()
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/gevent/pywsgi.py", line 433, in run_application
2012-05-10T20:02:08+00:00 app[web.1]: self.result = self.application(self.environ, self.start_response)
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid/router.py", line 187, in call
2012-05-10T20:02:08+00:00 app[web.1]: response = self.handle_request(request)
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid_debugtoolbar/toolbar.py", line 111, in toolbar_tween
2012-05-10T20:02:08+00:00 app[web.1]: return handler(request)
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid/tweens.py", line 20, in excview_tween
2012-05-10T20:02:08+00:00 app[web.1]: response = handler(request)
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid_tm/init.py", line 95, in tm_tween
2012-05-10T20:02:08+00:00 app[web.1]: response = handler(request)
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid/router.py", line 164, in handle_request
2012-05-10T20:02:08+00:00 app[web.1]: response = view_callable(context, request)
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid/config/views.py", line 171, in _owrapped_view
2012-05-10T20:02:08+00:00 app[web.1]: wrapper_viewname)
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid/view.py", line 82, in render_view_to_response
2012-05-10T20:02:08+00:00 app[web.1]: return view(context, request)
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/src/ptah/ptah/layout.py", line 318, in call
2012-05-10T20:02:08+00:00 app[web.1]: value = layout.view(layoutcontext, request)
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid/config/views.py", line 459, in _class_view
2012-05-10T20:02:08+00:00 app[web.1]: response = inst()
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/src/ptah/ptah/view.py", line 44, in call
2012-05-10T20:02:08+00:00 app[web.1]: result = self.update()
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/urbsly/views.py", line 32, in update
2012-05-10T20:02:08+00:00 app[web.1]: self.actions = ptah.list_uiactions(self.context, self.request)
2012-05-10T20:02:08+00:00 app[web.1]: url = request.resource_url(content)
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/src/ptah/ptah/uiactions.py", line 93, in list_uiactions
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid/url.py", line 431, in resource_url
2012-05-10T20:02:08+00:00 app[web.1]: url_adapter = ResourceURL(resource, self)
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid/traversal.py", line 744, in init
2012-05-10T20:02:08+00:00 app[web.1]: physical_path = resource_path(resource)
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid/traversal.py", line 183, in resource_path
2012-05-10T20:02:08+00:00 app[web.1]: return _join_path_tuple(resource_path_tuple(resource, *elements))
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid/traversal.py", line 388, in resource_path_tuple
2012-05-10T20:02:08+00:00 app[web.1]: return tuple(_resource_path_list(resource, *elements))
2012-05-10T20:02:08+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid/traversal.py", line 394, in _resource_path_list
2012-05-10T20:02:08+00:00 app[web.1]: path = [loc.name or '' for loc in lineage(resource)]
2012-05-10T20:02:08+00:00 app[web.1]: AttributeError: 'CrowdUser' object has no attribute 'name'

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

No branches or pull requests

1 participant