Task #4775 (closed)
Opened 8 years ago
Closed 8 years ago
BUG:Feedback 3634
| Reported by: | omero-qa | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | from QA | Version: | n.a. |
| Keywords: | n.a. | Cc: | brian.loranger@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
http://qa.openmicroscopy.org.uk/qa/feedback/3634/
Comment: Tried to share some data from joe user with Scott, root, and omero users
Traceback (most recent call last):
File "/home/omero/OMERO.server-4.3.0-DEV-d1d01fdf/lib/python/django/core/handlers/base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/omero/OMERO.server-4.3.0-DEV-d1d01fdf/lib/python/omeroweb/webclient/views.py", line 157, in wrapped
return f(request, *args, **kwargs)
File "/home/omero/OMERO.server-4.3.0-DEV-d1d01fdf/lib/python/omeroweb/webclient/views.py", line 1695, in basket_action
share.createShare(host, request.session.get('server'), images, message, members, enable, expiration)
File "/home/omero/OMERO.server-4.3.0-DEV-d1d01fdf/lib/python/omeroweb/webclient/controller/share.py", line 81, in createShare
self.conn.createShare(host, int(blitz_id), image, message, ms, enable, expiration_date)
TypeError: int() argument must be a string or a number, not 'NoneType'
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {u'message': [u'Test Share'], u'enable': [u'on'], u'image': [u'1045', u'1049', u'1050', u'1052'], u'expiration': [u'2011-03-31'], u'members': [u'155', u'75', u'0']}>,
COOKIES:{'sessionid': '2f58ccfceaef051f27c919ff9f594a7f'},
META:{'CONTENT_LENGTH': '127',
'CONTENT_TYPE': 'application/x-www-form-urlencoded',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip,deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'sessionid=2f58ccfceaef051f27c919ff9f594a7f',
'HTTP_HOST': 'gretzky.openmicroscopy.org.uk',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://gretzky.openmicroscopy.org.uk/webclient/basket/createshare/',
'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/webclient/basket/createshare/',
'PATH_TRANSLATED': '/var/www/omero.fcgi/webclient/basket/createshare/',
'QUERY_STRING': '',
'REMOTE_ADDR': '10.12.1.234',
'REMOTE_PORT': '59182',
'REQUEST_METHOD': 'POST',
'REQUEST_URI': '/webclient/basket/createshare/',
'SCRIPT_FILENAME': '/var/www/omero.fcgi',
'SCRIPT_NAME': u'',
'SERVER_ADDR': '134.36.65.227',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'gretzky.openmicroscopy.org.uk',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at gretzky.openmicroscopy.org.uk Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'wsgi.errors': <flup.server.fcgi_base.TeeOutputStream object at 0x3d67150>,
'wsgi.input': <flup.server.fcgi_base.InputStream object at 0x3d67190>,
'wsgi.multiprocess': True,
'wsgi.multithread': False,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>
Change History (1)
comment:1 Changed 8 years ago by jburel
- Milestone changed from Unscheduled to OMERO-Beta4.3
- 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.