Skip to content

Instantly share code, notes, and snippets.

Created March 26, 2014 14:32
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 anonymous/f55907000bc1780ac103 to your computer and use it in GitHub Desktop.
Save anonymous/f55907000bc1780ac103 to your computer and use it in GitHub Desktop.
DEBUG:wptserve:GET /
DEBUG:wptserve:Found handler FileHandler
DEBUG:wptserve:/u/www.w3c-test.org/web-platform-tests/master/
DEBUG:wptserve:/u/www.w3c-test.org/web-platform-tests/master/
DEBUG:wptserve:/u/www.w3c-test.org/web-platform-tests/master/
ERROR:wptserve:Traceback (most recent call last):
File "/u/www.w3c-test.org/web-platform-tests/master/tools/wptserve/wptserve/server.py", line 208, in handle_one_request
handler(request, response)
File "/u/www.w3c-test.org/web-platform-tests/master/tools/wptserve/wptserve/handlers.py", line 74, in __call__
return directory_handler(request, response)
File "/u/www.w3c-test.org/web-platform-tests/master/tools/wptserve/wptserve/handlers.py", line 44, in __call__
"items": "\n".join(self.list_items(request, path))}
File "/u/www.w3c-test.org/web-platform-tests/master/tools/wptserve/wptserve/handlers.py", line 55, in list_items
for item in sorted(os.listdir(path)):
OSError: [Errno 24] Too many open files: '/u/www.w3c-test.org/web-platform-tests/master/'
INFO:wptserve:500 GET / 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment