Task #12710 (new)
Opened 5 years ago
Last modified 3 years ago
BUG: Search raised and error Feedback 10437
| Reported by: | omero-qa | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | minor | Milestone: | Unscheduled |
| Component: | from QA | Version: | 5.0.5 |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
https://www.openmicroscopy.org/qa2/qa2/qa/feedback/10437/
Comment: Sorry about sending this in via QA but I am stranded without URLs for trac etc without my laptop.
I hit return to trigger a search on the active version of the Virtual Microscope, logged in as myself in the Anatomy section.
Traceback (most recent call last):
File "/home/omero-edu/ome-edu.git/dist/lib/python/django/core/handlers/base.py", line 114, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/omero-edu/ome-edu.git/dist/lib/python/omeroweb/decorators.py", line 440, in wrapped
retval = f(request, *args, **kwargs)
File "/home/omero-edu/ome-edu.git/dist/lib/python/omeroweb/decorators.py", line 487, in wrapper
context = f(request, *args, **kwargs)
File "/home/omero-edu/ome-edu.git/dist/lib/python/omeroweb/webclient/views.py", line 398, in load_template
for c in g.leaders + g.colleagues:
File "/home/omero-edu/ome-edu.git/dist/lib/python/omero/gateway/__init__.py", line 1051, in __getattr__
raise AttributeError("'%s' object has no attribute '%s'" % (self._obj.__class__.__name__, attr))
AttributeError: 'ExperimenterGroupI' object has no attribute 'colleagues'
<WSGIRequest
path:/dundee/webclient/search/,
GET:<QueryDict: {}>,
POST:<QueryDict: {u'search_query': [u'oesophgus']}>,
COOKIES:{'_ga': 'GA1.2.1687196673.1421760672',
'_gat': '1',
'sessionid': 'owzjcv91bcf4p40dj9bqebhilvtkajch'},
META:{'CONTENT_LENGTH': '22',
'CONTENT_TYPE': 'application/x-www-form-urlencoded',
'HTTPS': 'on',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-us',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_CONTENT_LENGTH': '22',
'HTTP_CONTENT_TYPE': 'application/x-www-form-urlencoded',
'HTTP_COOKIE': 'sessionid=owzjcv91bcf4p40dj9bqebhilvtkajch; _ga=GA1.2.1687196673.1421760672; _gat=1',
'HTTP_HOST': 'learning.openmicroscopy.org',
'HTTP_ORIGIN': 'https://learning.openmicroscopy.org',
'HTTP_REFERER': 'https://learning.openmicroscopy.org/dundee/webclient/userdata/?experimenter=5',
'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/6.2.2 Safari/537.85.11',
'PATH_INFO': u'/webclient/search/',
'QUERY_STRING': '',
'REQUEST_METHOD': 'POST',
'SCRIPT_INFO': '/dundee',
'SCRIPT_NAME': u'/dundee',
'SERVER_NAME': 'learning.openmicroscopy.org',
'SERVER_PORT': '443',
'SERVER_PROTOCOL': 'HTTP/1.1',
'wsgi.errors': <flup.server.fcgi_base.TeeOutputStream object at 0x892e190>,
'wsgi.input': <flup.server.fcgi_base.InputStream object at 0x892e590>,
'wsgi.multiprocess': True,
'wsgi.multithread': False,
'wsgi.run_once': False,
'wsgi.url_scheme': 'https',
'wsgi.version': (1, 0)}>
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Ola: Still an issue with the version currently deployed for learning?