Changes between Initial Version and Version 1 of Ticket #28390


Ignore:
Timestamp:
Jul 12, 2017, 7:45:12 AM (7 years ago)
Author:
Francesco Bartoli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28390 – Description

    initial v1  
    2626sys.getdefaultencoding()
    2727'ascii'
     28
     29and the traceback is
     30
     31Traceback: File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 132. response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/usr/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 22. return view_func(request, *args, **kwargs) File "/home/geonode/geonode/geonode/layers/views.py" in layer_upload 174. out['errors'] = str(error) Exception Type: UnicodeEncodeError at /layers/upload Exception Value: 'ascii' codec can't encode character u'\xe8' in position 3: ordinal not in range(128) Request information: GET: No GET data POST: charset = u'UTF-8'
Back to Top