Skip to content

Instantly share code, notes, and snippets.

@Quasimo
Created August 29, 2010 10:06
Show Gist options
  • Save Quasimo/556171 to your computer and use it in GitHub Desktop.
Save Quasimo/556171 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/Users/quasimo/Develope/GAE/project-picky/writer.py", line 130, in get
if CheckAuth(self) is False:
File "/Users/quasimo/Develope/GAE/project-picky/v2ex/picky/security/__init__.py", line 14, in CheckAuth
if str(auth) != hashlib.sha1(SECRET + ':' + site_domain).hexdigest():
TypeError: cannot concatenate 'str' and 'NoneType' objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment