Skip to content

Instantly share code, notes, and snippets.

@antoviaque
Created February 19, 2014 18:37
Show Gist options
  • Select an option

  • Save antoviaque/9098547 to your computer and use it in GitHub Desktop.

Select an option

Save antoviaque/9098547 to your computer and use it in GitHub Desktop.
2014-02-19 18:37:04,000 ERROR 20637 [django.request] base.py:215 - Internal Server Error: /import/TST.TST101.now/branch/draft/block/now
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py", line 20, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py", line 91, in _wrapped_view
response = view_func(request, *args, **kwargs)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/http.py", line 41, in inner
return func(request, *args, **kwargs)
File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py", line 89, in import_handler
os.mkdir(course_dir)
OSError: [Errno 2] No such file or directory: '/edx/app/edxapp/data/TST-TST101-now'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment