Advertisement
Guest User

Untitled

a guest
Mar 6th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. INFO 2014-03-06 19:45:46,100 recording.py:665] Saved; key: __appstats__:045900, part: 230 bytes, full: 28263 bytes, overhead: 0.002 + 0.007; link: http://localhost:8090/_ah/stats/details?time=1394135145963
  2. INFO 2014-03-06 19:45:46,106 module.py:617] default: "GET /gsoc/dashboard/google/gsoc2014?fmt=json&limit=100&idx=14&_=1394135145940 HTTP/1.1" 500 16430
  3. ERROR 2014-03-06 19:45:46,220 gae_django.py:33] Exception in request:
  4. Traceback (most recent call last):
  5. File "/home/ayush/soc/thirdparty/google_appengine/lib/django-1.5/django/core/handlers/base.py", line 115, in get_response
  6. response = callback(request, *callback_args, **callback_kwargs)
  7. File "/home/ayush/soc/build/soc/views/base.py", line 482, in __call__
  8. return self._dispatch(data, check, mutator)
  9. File "/home/ayush/soc/build/soc/views/base.py", line 434, in _dispatch
  10. return self.json(data, check, mutator)
  11. File "/home/ayush/soc/build/soc/views/base.py", line 134, in json
  12. context = self.jsonContext(data, check, mutator)
  13. File "/home/ayush/soc/build/soc/modules/gsoc/views/dashboard.py", line 148, in jsonContext
  14. list_content = component.getListData()
  15. File "/home/ayush/soc/build/soc/modules/gsoc/views/dashboard.py", line 1694, in getListData
  16. visibilities = gsoc_document_logic.getVisibilities(self.data)
  17. File "/home/ayush/soc/build/soc/modules/gsoc/logic/document.py", line 33, in getVisibilities
  18. if data.student_info.number_of_projects > 0:
  19. AttributeError: 'RequestData' object has no attribute 'student_info'
  20. INFO 2014-03-06 19:45:46,269 recording.py:665] Saved; key: __appstats__:046100, part: 230 bytes, full: 28209 bytes, overhead: 0.002 + 0.007; link: http://localhost:8090/_ah/stats/details?time=1394135146126
  21. INFO 2014-03-06 19:45:46,275 module.py:617] default: "GET /gsoc/dashboard/google/gsoc2014?fmt=json&limit=100&idx=14&_=1394135146110 HTTP/1.1" 500 16376
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement