Skip to content

Instantly share code, notes, and snippets.

@thruflo
Created August 6, 2012 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thruflo/3278155 to your computer and use it in GitHub Desktop.
Save thruflo/3278155 to your computer and use it in GitHub Desktop.
2012-08-06T17:17:05+00:00 app[web.1]: Traceback (most recent call last):
2012-08-06T17:17:05+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/gunicorn/workers/async.py", line 39, in handle
2012-08-06T17:17:05+00:00 app[web.1]: self.handle_request(req, client, addr)
2012-08-06T17:17:05+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/gunicorn/workers/ggevent.py", line 86, in handle_request
2012-08-06T17:17:05+00:00 app[web.1]: super(GeventWorker, self).handle_request(*args)
2012-08-06T17:17:05+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/gunicorn/workers/async.py", line 69, in handle_request
2012-08-06T17:17:05+00:00 app[web.1]: respiter = self.wsgi(environ, resp.start_response)
dyno=web.1 queue=0 wait=0ms service=33ms status=500 bytes=135
2012-08-06T17:17:05+00:00 app[web.1]: File "/app/.heroku/src/pyramid/pyramid/router.py", line 191, in __call__
2012-08-06T17:17:05+00:00 app[web.1]: request._process_response_callbacks(response)
2012-08-06T17:17:05+00:00 app[web.1]: File "/app/.heroku/src/pyramid/pyramid/request.py", line 243, in _process_response_callbacks
2012-08-06T17:17:05+00:00 app[web.1]: callback(self, response)
2012-08-06T17:17:05+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/pyramid_beaker/__init__.py", line 26, in session_callback
2012-08-06T17:17:05+00:00 app[web.1]: self.persist()
2012-08-06T17:17:05+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/beaker/session.py", line 706, in persist
2012-08-06T17:17:05+00:00 app[web.1]: self._session().save()
2012-08-06T17:17:05+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/beaker/session.py", line 400, in save
2012-08-06T17:17:05+00:00 app[web.1]: **self.namespace_args)
2012-08-06T17:17:05+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/beaker/ext/memcached.py", line 136, in __init__
2012-08-06T17:17:05+00:00 app[web.1]: super(PyLibMCNamespaceManager, self).__init__(*arg, **kw)
2012-08-06T17:17:05+00:00 app[web.1]: File "/app/.heroku/venv/lib/python2.7/site-packages/beaker/ext/memcached.py", line 85, in __init__
2012-08-06T17:17:05+00:00 app[web.1]: if self.lock_dir:
2012-08-06T17:17:05+00:00 app[web.1]: AttributeError: 'PyLibMCNamespaceManager' object has no attribute 'lock_dir'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment