Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [Errno 11] Resource temporarily unavailable: '/afs/sipb.mit.edu/contrib/newsdiffs/web_scripts/articles/2016-05' #6

Open
carlgieringer opened this issue Nov 6, 2017 · 0 comments
Labels

Comments

@carlgieringer
Copy link
Member

carlgieringer commented Nov 6, 2017

Traceback (most recent call last):

  File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 112, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)

  File "/afs/sipb.mit.edu/contrib/newsdiffs/web_scripts/website/frontend/views.py", line 218, in diffview

  File "/afs/sipb.mit.edu/contrib/newsdiffs/web_scripts/website/frontend/models.py", line 92, in text
    cwd=self.article.full_git_dir)

  File "/usr/lib64/python2.7/subprocess.py", line 568, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)

  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)

  File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception

OSError: [Errno 11] Resource temporarily unavailable: '/afs/sipb.mit.edu/contrib/newsdiffs/web_scripts/articles/2016-05'


<WSGIRequest
path:/diff/1165904/1166179/www.nytimes.com/2016/05/26/nyregion/developer-ordered-to-stop-work-on-upper-east-side-luxury-apartment-tower.html,
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{},
META:{'CONTEXT_DOCUMENT_ROOT': '/afs/sipb.mit.edu/contrib/newsdiffs/web_scripts/www.newsdiffs.org',
 'CONTEXT_PREFIX': '',
 'DOCUMENT_ROOT': '/afs/sipb.mit.edu/contrib/newsdiffs/web_scripts/www.newsdiffs.org',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip,deflate',
 'HTTP_CONNECTION': 'close',
 'HTTP_HOST': 'www.newsdiffs.org',
 'HTTP_USER_AGENT': 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)',
 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
 'PATH_INFO': u'/diff/1165904/1166179/www.nytimes.com/2016/05/26/nyregion/developer-ordered-to-stop-work-on-upper-east-side-luxury-apartment-tower.html',
 'PATH_TRANSLATED': 'redirect:/mysite.fcgi/diff/1165904/1166179/www.nytimes.com/2016/05/26/nyregion/developer-ordered-to-stop-work-on-upper-east-side-luxury-apartment-tower.html/1165904/1166179/www.nytimes.com/2016/05/26/nyregion/developer-ordered-to-stop-work-on-upper-east-side-luxury-apartment-tower.html',
 'QUERY_STRING': '',
 'REDIRECT_STATUS': '200',
 'REDIRECT_URL': '/diff/1165904/1166179/www.nytimes.com/2016/05/26/nyregion/developer-ordered-to-stop-work-on-upper-east-side-luxury-apartment-tower.html',
 'REMOTE_ADDR': '46.229.168.74',
 'REMOTE_PORT': '42936',
 'REQUEST_METHOD': 'GET',
 'REQUEST_SCHEME': 'http',
 'REQUEST_URI': '/diff/1165904/1166179/www.nytimes.com/2016/05/26/nyregion/developer-ordered-to-stop-work-on-upper-east-side-luxury-apartment-tower.html',
 'SCRIPT_FILENAME': '/afs/sipb.mit.edu/contrib/newsdiffs/web_scripts/www.newsdiffs.org/mysite.fcgi',
 'SCRIPT_NAME': u'',
 'SERVER_ADDR': '18.181.0.46',
 'SERVER_ADMIN': 'scripts@mit.edu',
 'SERVER_NAME': 'www.newsdiffs.org',
 'SERVER_PORT': '80',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SIGNATURE': '',
 'SERVER_SOFTWARE': 'Apache',
 'wsgi.errors': <flup.server.fcgi_base.OutputStream object at 0x28e1210>,
 'wsgi.input': <flup.server.fcgi_base.InputStream object at 0x28e1190>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant