Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archived status in _marshal_image() #84

Open
will-moore opened this issue Aug 14, 2024 · 0 comments
Open

Archived status in _marshal_image() #84

will-moore opened this issue Aug 14, 2024 · 0 comments

Comments

@will-moore
Copy link
Member

Testing on idr-testing (which has OMERO.web 5.27.0) we see this error when browsing e.g. Genes > Screen > Plate > Images

This has the change from:
https://github.com/ome/omero-web/pull/555/files#diff-dfcabd11e666e142b223e6aee67714ee9badf6ecdcaa5ceec24b7805e3d49520R553

Traceback (most recent call last):

  File "/opt/omero/web/venv3/lib64/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)

  File "/opt/omero/web/venv3/lib64/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)

  File "/opt/omero/web/venv3/lib64/python3.9/site-packages/omeroweb/decorators.py", line 538, in wrapped
    retval = f(request, *args, **kwargs)

  File "/opt/omero/web/venv3/lib64/python3.9/site-packages/omero_mapr/views.py", line 520, in api_image_list
    images = marshal_images(

  File "/opt/omero/web/venv3/lib64/python3.9/site-packages/omero_mapr/tree.py", line 819, in marshal_images
    im = _marshal_image(**kwargs)

  File "/opt/omero/web/venv3/lib64/python3.9/site-packages/omeroweb/webclient/tree.py", line 553, in _marshal_image
    image_id, archived, name, owner_id, permissions, fileset_id = row

ValueError: not enough values to unpack (expected 6, got 5)

<WSGIRequest: GET '/mapr/api/gene/images/?value=CBX5&node=plate&id=3140&page=1&group=3&_=1723625169746'>

cc @sbesson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant