Task #5638 (closed)
Opened 8 years ago
Closed 8 years ago
BUG: Rendering settings are not ready
| Reported by: | atarkowska | Owned by: | cxallan |
|---|---|---|---|
| Priority: | blocker | Milestone: | OMERO-Beta4.3 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | wmoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-06-02 (13) |
Description (last modified by atarkowska)
Chris I was testing it against 4.3.0-DEV-a8078be5
Traceback (most recent call last):
File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 5238, in getThumbnail
tb = self._prepareTB()
File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 5111, in _prepareTB
pid, rdid = self._getRDef(forcenew=forcenew)
File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 4870, in _getRDef
pid, rdid = self._createRDef()
File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 4847, in _createRDef
return pixels_id, rdid.id.val
AttributeError: 'NoneType' object has no attribute 'id'
Change History (4)
comment:1 Changed 8 years ago by atarkowska
- Cc wmoore added
- Description modified (diff)
comment:2 Changed 8 years ago by cxallan
- Component changed from General to Web
- Priority changed from minor to blocker
- Remaining Time set to 0.25
- Status changed from new to accepted
comment:3 Changed 8 years ago by cxallan
comment:4 Changed 8 years ago by cxallan
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Fixed by [8945f125b763cc2a0daf8eead0d6f71f5858452d/ome.git] with the closing of #3987.