Task #3218 (closed)
Opened 9 years ago
Closed 9 years ago
Bug: AttributeError on "guest" lookup
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.2.1 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | cneves |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-11-11 (19) |
Description
Mon, 01 Nov 2010 14:51:05 webgateway DEBUG Traceback (most recent call last):
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omeroweb/webgateway/views.py", line 108, in _createConnection
blitzcon.connect(sUuid=sUuid)
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omeroweb/webclient/webclient_gateway.py", line 84, in connect
if self._ctx.userName!="guest":
AttributeError: 'OmeroWebGateway' object has no attribute '_ctx'
If this is expected, can we log something else?
Change History (3)
comment:1 Changed 9 years ago by jmoore
- Owner set to atarkowska
comment:2 Changed 9 years ago by jmoore
- Owner changed from atarkowska to jmoore
- Status changed from new to assigned
comment:3 Changed 9 years ago by jmoore
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [8463]) Only calling removeGroupFromContext if connect succeeds (Fix #3218)