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

Better error management of the session during the upload progress #3905

Closed
francbartoli opened this issue Sep 6, 2018 · 0 comments
Closed
Labels
minor A low priority issue which might affect only some users and /or not the main functionality

Comments

@francbartoli
Copy link
Member

It is claiming with an internal server error message:

Internal Server Error: /upload/progress
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
    response = wrapped_callback(request, callback_args, *callback_kwargs)
  File "./geonode/upload/views.py", line 105, in data_upload_progress
    upload_session = req.session[upload_id]
  File "/usr/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py", line 48, in _getitem_
    return self._session[key]
KeyError: '4'
@francbartoli francbartoli added the minor A low priority issue which might affect only some users and /or not the main functionality label Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor A low priority issue which might affect only some users and /or not the main functionality
Projects
None yet
Development

No branches or pull requests

2 participants