Not possible to delete workspace or a job

Hello,

apparently there is an issue with deleting workspaces. A deleted workspace (W2 in the image) doesn’t pop up in the main window, but it is still present in the list of workspaces. Clicking on delete returns “successfully deleted workspace” message, but it is not deleted.

On a possibly related note, a job that has been deleted and is no longer visible in its workspace, keeps being visible in the tree view, and doesn’t respond to deletion in a similar way (no error message, but it is not removed from the tree).

v.2.1.0

Best,

J

Hi J,

Is it possible if you can show us the output of

cryosparcm log webapp
and
cryosparcm log command_core

while deleting a workspace?

Thanks,

Stephan

webapp:

{
  "method": "POST",
  "uri": "http://pcl-imp-23.imp.univie.ac.at:39002/api",
  "headers": {
    "CRYOSPARC-USER": "5b8ecf4fa8b7186c71bebddc"
  },
  "body": {
    "jsonrpc": "2.0",
    "method": "request_delete_workspace",
    "params": [
      "P1",
      "W2"
    ],
    "id": "xoHqRMqwLzDtbA8cJ"
  },
  "json": true
}

clicking on delete produced no output in command_core log

Hi @xeniorn,

We’ve ironed out some bugs related to deleted projects/workspaces/jobs in v2.3. Once you update, is it possible if you can check if this is still an issue?

Hi @stephan,

workspace that was supposed to be gone seems to be gone after update without any further action. Deleting projects / workspaces also seems to work in general now.

many thanks

J