Skip to content

IOError at /show_dashboard - [Errno 28] No space left on device #19

@ekokind

Description

@ekokind

When uploading scratch project for analysis, it looks like the server is full. When trying to analyze by link, it says that the Scratch project is not visible on the Scratch servers.

`Environment:

Request Method: POST
Request URL: http://www.drscratch.org/v2/show_dashboard

Django Version: 1.8.4
Python Version: 2.7.17
Installed Applications:
('app',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles')
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware')

Traceback:
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response
132. response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/drscratchv2/app/views.py" in show_dashboard
181. d = selector(request)
File "/var/www/drscratchv2/app/views.py" in selector
237. d = _upload(request)
File "/var/www/drscratchv2/app/views.py" in _upload
322. destination.write(chunk)

Exception Type: IOError at /show_dashboard
Exception Value: [Errno 28] No space left on device
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions