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

error response when creating session with example in readme #10

Open
FlorMaye opened this issue May 31, 2023 · 1 comment
Open

error response when creating session with example in readme #10

FlorMaye opened this issue May 31, 2023 · 1 comment

Comments

@FlorMaye
Copy link

When I try to create the session as shown in the example i allways get the following error:

Create Session result: {'errors': [{'id': 'InvalidRequest', 'title': 'Invalid Request', 'detail': "unexpected value; permitted: <SessionType.calibration_check: 'calibrationCheck'>", 'source': {'pointer': '/data/sessionType'}}, {'id': 'InvalidRequest', 'title': 'Invalid Request', 'detail': "unexpected value; permitted: <SessionType.tip_length_calibration: 'tipLengthCalibration'>", 'source': {'pointer': '/data/sessionType'}}, {'id': 'InvalidRequest', 'title': 'Invalid Request', 'detail': 'field required', 'source': {'pointer': '/data/createParams/mount'}}, {'id': 'InvalidRequest', 'title': 'Invalid Request', 'detail': "unexpected value; permitted: <SessionType.deck_calibration: 'deckCalibration'>", 'source': {'pointer': '/data/sessionType'}}, {'id': 'InvalidRequest', 'title': 'Invalid Request', 'detail': "unexpected value; permitted: <SessionType.pipette_offset_calibration: 'pipetteOffsetCalibration'>", 'source': {'pointer': '/data/sessionType'}}, {'id': 'InvalidRequest', 'title': 'Invalid Request', 'detail': 'field required', 'source': {'pointer': '/data/createParams/mount'}}]}

@mcous
Copy link

mcous commented Jun 3, 2023

As noted in the README, these beta endpoints are no longer operational. See https://github.com/Opentrons/opentrons-integration-tools/blob/main/http-api/README.md for a basic usage guide for the latest HTTP API

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

No branches or pull requests

2 participants