Task #11789 (closed)
Opened 6 years ago
Closed 4 years ago
BUG: QA 7753 unexpected keyword argument
| Reported by: | omero-qa | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | minor | Milestone: | 5.x |
| Component: | Web | Version: | 4.4.9 |
| 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/7753/
Traceback (most recent call last):
File "/opt/OMERO.server-4.4.8p1-ice33-b304/lib/python/django/core/handlers/base.py", line 150, in get_response
response = callback(request, **param_dict)
File "/opt/OMERO.server-4.4.8p1-ice33-b304/lib/python/omeroweb/feedback/views.py", line 160, in handler404
extra={
File "/usr/lib64/python2.4/logging/__init__.py", line 983, in warning
apply(self._log, (WARNING, msg, args), kwargs)
TypeError: _log() got an unexpected keyword argument 'extra'
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'sessionid': '42639139ea0976628e1194444f1423ba'},
META:{'DOCUMENT_ROOT': '/var/www/html',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.8',
'HTTP_CACHE_CONTROL': 'max-age=0',
'HTTP_CONNECTION': 'Keep-Alive',
'HTTP_COOKIE': 'sessionid=42639139ea0976628e1194444f1423ba',
'HTTP_DNT': '1',
'HTTP_HOST': 'open-omero.nbi.ac.uk:443',
'HTTP_REFERER': 'https://open-omero.nbi.ac.uk/webclient/login/?url=FwebclientF',
'HTTP_REVERSE_VIA': 'TMG1',
'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36',
'PATH': '/sbin:/usr/sbin:/bin:/usr/bin',
'PATH_INFO': u'/webclient/login/FwebclientF',
'PATH_TRANSLATED': '/opt/OMERO.server-4.4.8p1-ice33-b304/var/omero.fcgi/webclient/login/FwebclientF',
'QUERY_STRING': '',
'REMOTE_ADDR': '149.155.208.3',
'REMOTE_PORT': '34531',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/webclient/login/FwebclientF',
'SCRIPT_FILENAME': '/opt/OMERO.server-4.4.8p1-ice33-b304/var/omero.fcgi',
'SCRIPT_NAME': u'',
'SCRIPT_URI': 'https://open-omero.nbi.ac.uk/webclient/login/FwebclientF',
'SCRIPT_URL': '/webclient/login/FwebclientF',
'SERVER_ADDR': '149.155.214.217',
'SERVER_ADMIN': 'root@localhost',
'SERVER_NAME': 'open-omero.nbi.ac.uk',
'SERVER_PORT': '443',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.3 (CentOS) Server at open-omero.nbi.ac.uk Port 443</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.3 (CentOS)',
'wsgi.errors': <flup.server.fcgi_base.TeeOutputStream object at 0x5ad0b90>,
'wsgi.input': <flup.server.fcgi_base.InputStream object at 0x5c246d0>,
'wsgi.multiprocess': True,
'wsgi.multithread': False,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>
Change History (4)
comment:1 Changed 6 years ago by jamoore
- Component changed from from QA to Web
- Milestone changed from Unscheduled to 5.0.0-beta2
- Summary changed from BUG:Feedback 7753 unexpected keyword argument to BUG: QA 7753 unexpected keyword argument
comment:2 Changed 6 years ago by jamoore
Ola, are you intending to tackle this for beta2?
comment:3 Changed 6 years ago by atarkowska
- Milestone changed from 5.0.0-beta2 to OMERO-4.4.x
This is Python 2.4 issue only. Pushing to dev 4.4 as is not a develop related
comment:4 Changed 4 years ago by jburel
- Resolution set to wontfix
- Status changed from new to closed
4.4. is no longer maintained.
As indicated previously, the error occurred only on the 4.4.x line.
Closing
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Does this exist on develop as well?