Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. ERROR 2014-03-03 23:02:55,851 gae_django.py:33] Exception in request:
  2. Traceback (most recent call last):
  3. File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/lib/django-1.5/django/core/handlers/base.py", line 115, in get_response
  4. response = callback(request, *callback_args, **callback_kwargs)
  5. File "/home/ashish/coolyashish-gsoc14/build/soc/views/base.py", line 482, in __call__
  6. return self._dispatch(data, check, mutator)
  7. File "/home/ashish/coolyashish-gsoc14/build/soc/views/base.py", line 434, in _dispatch
  8. return self.json(data, check, mutator)
  9. File "/home/ashish/coolyashish-gsoc14/build/soc/views/base.py", line 134, in json
  10. context = self.jsonContext(data, check, mutator)
  11. File "/home/ashish/coolyashish-gsoc14/build/soc/modules/gci/views/propose_winners.py", line 358, in jsonContext
  12. list_content = ProposedWinnersForOrgsList(data).getListData()
  13. File "/home/ashish/coolyashish-gsoc14/build/soc/modules/gci/templates/org_list.py", line 50, in getListData
  14. return response_builder.build()
  15. File "/home/ashish/coolyashish-gsoc14/build/soc/views/helper/lists.py", line 1452, in build
  16. self._row_adder(content_response, entity, *args, **kwargs)
  17. File "/home/ashish/coolyashish-gsoc14/build/soc/views/helper/lists.py", line 1403, in <lambda>
  18. content_response.addRow(entity, *args)
  19. File "/home/ashish/coolyashish-gsoc14/build/soc/views/helper/lists.py", line 1165, in addRow
  20. value = func(entity, *args, **kwargs)
  21. File "/home/ashish/coolyashish-gsoc14/build/soc/views/helper/lists.py", line 568, in <lambda>
  22. func = lambda ent, *args: getattr(ent, col_id)
  23. AttributeError: 'GCIOrganization' object has no attribute 'profile_id'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement