Skip to content

Instantly share code, notes, and snippets.

@xraymemory
Created March 1, 2013 14:06
Show Gist options
  • Select an option

  • Save xraymemory/5064874 to your computer and use it in GitHub Desktop.

Select an option

Save xraymemory/5064874 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 239, in process
return self.handle()
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 230, in handle
return self._delegate(fn, self.fvars, args)
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 420, in _delegate
return handle_class(cls)
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 396, in handle_class
return tocall(*args)
File "/usr/local/lib/python2.7/dist-packages/waltz/decorations.py", line 40, in inner
return fn(*args, **kwargs)
File "/home/mea/hax/openjournal/openjournal/routes/index.py", line 31, in GET
return render().index(papers[:i.limit], sort=i.sort)
File "/usr/local/lib/python2.7/dist-packages/web/template.py", line 1020, in template
return self._base(t(*a, **kw))
File "/usr/local/lib/python2.7/dist-packages/web/template.py", line 881, in __call__
return BaseTemplate.__call__(self, *a, **kw)
File "/usr/local/lib/python2.7/dist-packages/web/template.py", line 808, in __call__
return self.t(*a, **kw)
File "/home/mea/hax/openjournal/openjournal/templates/index.html", line 12, in __template__
File "/usr/local/lib/python2.7/dist-packages/web/template.py", line 881, in __call__
return BaseTemplate.__call__(self, *a, **kw)
File "/usr/local/lib/python2.7/dist-packages/web/template.py", line 808, in __call__
return self.t(*a, **kw)
File "/home/mea/hax/openjournal/openjournal/templates/paper.html", line 27, in __template__
TypeError: 'NoneType' object has no attribute '__getitem__'
127.0.0.1:42389 - - [01/Mar/2013 09:02:38] "HTTP/1.1 GET /" - 500 Internal Server Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment