Skip to content

Bluesky Queueserver API compatibility #198

@Igort4

Description

@Igort4

At:

except (self._client.RequestTimeoutError, self._client.RequestError, self._client.ClientError):

The self._client.RequestError and self._client.ClientError uses the implementation of bluesky-queueserver-api before v0.0.9. According to the release history the v0.0.9:

  • Renamed the exception RequestError to HTTPRequestError.
  • Renamed the exception ClientError to HTTPClientError.

I did not find any constraint of bluesky-queueserver-api version at the requirements, should this be updated to make it compatible with newer releases?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions