No such file or directory

Issue #11 invalid
philip_bixly created an issue

I installed dogslow 0.9.2 using pip install, and I got this error when trying out the middleware.

ERROR:root:Request watchdog failed Traceback (most recent call last): File "/home/vrieni/workspace/ftag/ftag-proj/env-ftag/lib/python2.6/site-packages/dogslow/init.py", line 139, in peek tempfile.gettempdir())) File "/usr/lib/python2.6/tempfile.py", line 293, in mkstemp return _mkstemp_inner(dir, prefix, suffix, flags) File "/usr/lib/python2.6/tempfile.py", line 228, in _mkstemp_inner fd = _os.open(file, flags, 0600) OSError: [Errno 2] No such file or directory: '/dogslow/slow_request_v01zsO.log'

Comments (3)

  1. Erik van Zijst repo owner

    It would appear that you have configured DOGSLOW_OUTPUT to point to a directory (/dogslow) that doesn't exist on your filesystem.

  2. Log in to comment