Task #4728 (closed)
Opened 8 years ago
Closed 8 years ago
BUG:Feedback 3632
| Reported by: | omero-qa | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | minor | Milestone: | Unscheduled |
| Component: | from QA | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
http://qa.openmicroscopy.org.uk/qa/feedback/3632/
Traceback (most recent call last):
File "/home/omero/omero/lib/python/django/core/handlers/base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/omero/omero/lib/python/omeroweb/webadmin/views.py", line 170, in wrapped
return f(request, *args, **kwargs)
File "/home/omero/omero/lib/python/omeroweb/webadmin/views.py", line 239, in wrapped
return f(request, *args, **kwargs)
File "/home/omero/omero/lib/python/omeroweb/webadmin/views.py", line 476, in manage_experimenter
controller.createExperimenter(omename, firstName, lastName, email, admin, active, defaultGroup, otherGroups, password, middleName, institution)
File "/home/omero/omero/lib/python/omeroweb/webadmin/controller/experimenter.py", line 166, in createExperimenter
new_exp.institution = (institution!="" and institution is not None) and rstring(str(institution)) or None
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 19: ordinal not in range(128)
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {u'first_name': [u'Christopher'], u'last_name': [u'Probst'], u'middle_name': [u''], u'confirmation': [u'demo'], u'default_group': [u'104'], u'institution': [u'Forschungszentrum J\xfclich'], u'other_groups': [u'104'], u'omename': [u'cprobst'], u'active': [u'on'], u'password': [u'demo'], u'email': [u'probst.christopher@gmx.de']}>,
COOKIES:{'sessionid': '9acb55cf4ebb9c5389a2d6eefbd4eecd'},
META:{'CONTENT_LENGTH': '221',
'CONTENT_TYPE': 'application/x-www-form-urlencoded',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip,deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'sessionid=9acb55cf4ebb9c5389a2d6eefbd4eecd',
'HTTP_HOST': '141.52.175.71',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://141.52.175.71/webadmin/experimenter/new/',
'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/webadmin/experimenter/create/',
'PATH_TRANSLATED': '/ome/OMERO_installation/omero/var/omero.fcgi/webadmin/experimenter/create/',
'QUERY_STRING': '',
'REMOTE_ADDR': '82.41.97.39',
'REMOTE_PORT': '53386',
'REQUEST_METHOD': 'POST',
'REQUEST_URI': '/webadmin/experimenter/create/',
'SCRIPT_FILENAME': '/ome/OMERO_installation/omero/var/omero.fcgi',
'SCRIPT_NAME': u'',
'SERVER_ADDR': '141.52.175.71',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': '141.52.175.71',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at 141.52.175.71 Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'wsgi.errors': <flup.server.fcgi_base.TeeOutputStream object at 0x3f84a90>,
'wsgi.input': <flup.server.fcgi_base.InputStream object at 0x3f84dd0>,
'wsgi.multiprocess': True,
'wsgi.multithread': False,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>
Change History (1)
comment:1 Changed 8 years ago by jburel
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.