Task #4424 (closed)
Opened 14 years ago
Closed 14 years ago
BUG: can no longer create ticket from QA
Reported by: | jburel | Owned by: | atarkowska |
---|---|---|---|
Priority: | minor | Milestone: | OMERO-Beta4.3 |
Component: | QA | Version: | n.a. |
Keywords: | n.a. | Cc: | atarkowska, jamoore |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2011-02-24 (6) |
Description (last modified by atarkowska)
No longer possible to create a ticket from QA
>>> from xmlrpclib import ServerProxy >>> p = ServerProxy('https://omero-qa:passwd@trac.openmicroscopy.org.uk/omero/login/xmlrpc') >>> p.system.getAPIVersion() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.6/xmlrpclib.py", line 1199, in __call__ return self.__send(self.__name, args) File "/usr/lib64/python2.6/xmlrpclib.py", line 1489, in __request verbose=self.__verbose File "/usr/lib64/python2.6/xmlrpclib.py", line 1243, in request headers xmlrpclib.ProtocolError: <ProtocolError for omero-qa:passwd@trac.openmicroscopy.org.uk/omero/login/xmlrpc: 302 Found>
Change History (7)
comment:1 Changed 14 years ago by atarkowska
- Cc atarkowska added; cxallan removed
- Description modified (diff)
- Milestone changed from Unscheduled to OMERO-Beta4.3
- Owner changed from atarkowska to cxallan
comment:2 Changed 14 years ago by atarkowska
- Description modified (diff)
comment:3 Changed 14 years ago by atarkowska
comment:4 Changed 14 years ago by atarkowska
- Remaining Time set to 0.1
- Sprint set to 2011-02-24 (6)
comment:5 Changed 14 years ago by atarkowska
- Owner changed from cxallan to atarkowska
comment:6 Changed 14 years ago by atarkowska
comment:7 Changed 14 years ago by atarkowska
- Remaining Time changed from 0.1 to 0
- 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.
Chris: I'm going to guess that's because it's not /omero anymore and that it's /ome. HTTP 302 is a redirect.