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?
At:
bluesky-widgets/bluesky_widgets/models/run_engine_client.py
Line 201 in 47ce47b
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:
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?