We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When someone runs
from inference_sdk import InferenceHTTPClient client = InferenceHTTPClient( api_url="http://XXX:9001", api_key="XXX" ) client.start_inference_pipeline_with_workflow( video_reference=["INVALID"], workspace_name="XXX", workflow_id="XXX", )
and the InferencePipeline cannot connect to source, for some cases one cannot run:
client.terminate_inference_pipeline("<PIPELINE-ID>")
as the video source is not in state letting for termination and will never be - we are getting StreamOperationNotAllowedError inside server
StreamOperationNotAllowedError
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
Bug
When someone runs
and the InferencePipeline cannot connect to source, for some cases one cannot run:
as the video source is not in state letting for termination and will never be - we are getting
StreamOperationNotAllowedError
inside serverEnvironment
No response
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: