Created
January 31, 2024 22:40
-
-
Save SyntaxColoring/5bada5f555ef4939cf619e9e0f8cc581 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"commands": { | |
"data": [ | |
{ | |
"commandType": "home", | |
"completedAt": "2024-01-31T21:35:03.588723+00:00", | |
"createdAt": "2024-01-31T21:33:56.745723+00:00", | |
"id": "9d05bd33-8b93-40de-9d05-15775ba05f62", | |
"key": "50c7ae73a4e3f7129874f39dfb514803", | |
"params": {}, | |
"startedAt": "2024-01-31T21:34:58.250820+00:00", | |
"status": "succeeded" | |
}, | |
{ | |
"commandType": "loadLabware", | |
"completedAt": "2024-01-31T21:35:03.732923+00:00", | |
"createdAt": "2024-01-31T21:34:58.266108+00:00", | |
"id": "21044be4-a85b-4b5a-818f-5b0ef4c5c879", | |
"key": "73d9d4d55ae8466f3a793ceb70545fa5", | |
"params": { | |
"loadName": "opentrons_flex_96_tiprack_50ul", | |
"location": { | |
"slotName": "D2" | |
}, | |
"namespace": "opentrons", | |
"version": 1 | |
}, | |
"startedAt": "2024-01-31T21:35:03.592938+00:00", | |
"status": "succeeded" | |
}, | |
{ | |
"commandType": "loadPipette", | |
"completedAt": "2024-01-31T21:35:03.851933+00:00", | |
"createdAt": "2024-01-31T21:35:03.747284+00:00", | |
"id": "8541da52-d062-4383-8e7d-697de6f93969", | |
"key": "bd403a1c851a75b4b68ce34796d713fa", | |
"params": { | |
"mount": "left", | |
"pipetteName": "p1000_96" | |
}, | |
"startedAt": "2024-01-31T21:35:03.748071+00:00", | |
"status": "succeeded" | |
}, | |
{ | |
"commandType": "configureNozzleLayout", | |
"completedAt": "2024-01-31T21:35:03.879574+00:00", | |
"createdAt": "2024-01-31T21:35:03.864013+00:00", | |
"id": "45487716-21a2-49d0-b2ac-407fa67bf642", | |
"key": "2c37ad797da7df791b57a7843a203e88", | |
"params": { | |
"configurationParams": { | |
"primaryNozzle": "A1", | |
"style": "COLUMN" | |
}, | |
"pipetteId": "eade428f-8c15-4e5e-82c2-281c6ca64b3b" | |
}, | |
"startedAt": "2024-01-31T21:35:03.868789+00:00", | |
"status": "succeeded" | |
} | |
], | |
"links": { | |
"current": { | |
"href": "/runs/de8896f6-354f-449a-8cfc-6aff39ec0341/commands/45487716-21a2-49d0-b2ac-407fa67bf642", | |
"meta": { | |
"commandId": "45487716-21a2-49d0-b2ac-407fa67bf642", | |
"createdAt": "2024-01-31T21:35:03.864013+00:00", | |
"index": 3, | |
"key": "2c37ad797da7df791b57a7843a203e88", | |
"runId": "de8896f6-354f-449a-8cfc-6aff39ec0341" | |
} | |
} | |
}, | |
"meta": { | |
"cursor": 0, | |
"totalLength": 4 | |
} | |
}, | |
"data": { | |
"actions": [ | |
{ | |
"actionType": "play", | |
"createdAt": "2024-01-31T21:34:58.159032+00:00", | |
"id": "f3b6c1f6-754a-4bb2-9674-c26325871f7e" | |
} | |
], | |
"completedAt": "2024-01-31T21:35:12.678570+00:00", | |
"createdAt": "2024-01-31T21:33:55.765261+00:00", | |
"current": true, | |
"errors": [ | |
{ | |
"createdAt": "2024-01-31T21:35:03.939198+00:00", | |
"detail": "KeyError [line 17]: 'cutoutD3'", | |
"errorCode": "4000", | |
"errorInfo": {}, | |
"errorType": "ExceptionInProtocolError", | |
"id": "9208eaf4-bb7a-41c7-bad0-37e91781a4b5", | |
"wrappedErrors": [ | |
{ | |
"createdAt": "2024-01-31T21:35:03.939198+00:00", | |
"detail": "KeyError: 'cutoutD3'", | |
"errorCode": "4000", | |
"errorInfo": { | |
"args": "('cutoutD3',)", | |
"class": "KeyError", | |
"traceback": " File \"/opt/opentrons-robot-server/opentrons/protocols/execution/execute_python.py\", line 69, in run_python\n exec(\"run(__context)\", new_globs)\n\n File \"<string>\", line 1, in <module>\n\n File \"casey_pr_test.py\", line 17, in run\n\n File \"/opt/opentrons-robot-server/opentrons/protocols/api_support/util.py\", line 383, in _check_version_wrapper\n return decorated_obj(*args, **kwargs)\n\n File \"/opt/opentrons-robot-server/opentrons/protocol_api/instrument_context.py\", line 933, in pick_up_tip\n self._core.pick_up_tip(\n\n File \"/opt/opentrons-robot-server/opentrons/protocol_api/core/engine/instrument.py\", line 404, in pick_up_tip\n deck_conflict.check_safe_for_pipette_movement(\n\n File \"/opt/opentrons-robot-server/opentrons/protocol_api/core/engine/deck_conflict.py\", line 213, in check_safe_for_pipette_movement\n _check_deck_conflict_for_96_channel(\n\n File \"/opt/opentrons-robot-server/opentrons/protocol_api/core/engine/deck_conflict.py\", line 352, in _check_deck_conflict_for_96_channel\n _check_conflict_with_slot_item(\n\n File \"/opt/opentrons-robot-server/opentrons/protocol_api/core/engine/deck_conflict.py\", line 336, in _check_conflict_with_slot_item\n slot_highest_z = engine_state.geometry.get_highest_z_in_slot(\n\n File \"/opt/opentrons-robot-server/opentrons/protocol_engine/state/geometry.py\", line 154, in get_highest_z_in_slot\n slot_item = self.get_slot_item(slot.slotName)\n\n File \"/opt/opentrons-robot-server/opentrons/protocol_engine/state/geometry.py\", line 702, in get_slot_item\n maybe_fixture = self._addressable_areas.get_fixture_by_deck_slot_name(\n\n File \"/opt/opentrons-robot-server/opentrons/protocol_engine/state/addressable_areas.py\", line 488, in get_fixture_by_deck_slot_name\n for fixture in potential_fixtures[slot_cutout_id]:\n" | |
}, | |
"errorType": "PythonException", | |
"id": "9208eaf4-bb7a-41c7-bad0-37e91781a4b5", | |
"wrappedErrors": [] | |
} | |
] | |
} | |
], | |
"id": "de8896f6-354f-449a-8cfc-6aff39ec0341", | |
"labware": [ | |
{ | |
"definitionUri": "opentrons/opentrons_flex_96_tiprack_50ul/1", | |
"id": "f25b3543-bfba-48a1-8e34-aed0a511670a", | |
"loadName": "opentrons_flex_96_tiprack_50ul", | |
"location": { | |
"slotName": "D2" | |
} | |
} | |
], | |
"labwareOffsets": [], | |
"liquids": [], | |
"modules": [], | |
"pipettes": [ | |
{ | |
"id": "eade428f-8c15-4e5e-82c2-281c6ca64b3b", | |
"mount": "left", | |
"pipetteName": "p1000_96" | |
} | |
], | |
"protocolId": "05a6fa04-a4a7-4b51-97cc-7e916e8c9781", | |
"startedAt": "2024-01-31T21:34:58.245535+00:00", | |
"status": "failed" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment