-
Notifications
You must be signed in to change notification settings - Fork 28
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
StartStreaming errors not passed to the caller #23
Comments
@farshidtz , did #24 address this issue? |
No, that is a fix for another issue. |
@farshidtz this is the normal command API, and it is a Set Command provided by this Device Service |
@iain-anderson , per @cloudxxx8 response, this is what it is due to Core Command capability. |
I think close. The functionality we are trying to provide doesn't really fit the model we are working with, so some inconsistency will manifest. Long-term the fix is to do it via device functions as per the above. |
Closing per above discussion |
Error needs to be captured prior to returning so the error can be returned. |
🐞 Bug Report
Affected Services [REQUIRED]
The issue is located in:Is this a regression?
NoDescription and Minimal Reproduction [REQUIRED]
Make sure that the rtsp is NOT running.
Start streaming:
This returns 200 OK as if the requested operation was successful. If this HTTP request is just meant to accept the the operation and run it asynchornously, the response code should be 202 Accepted
Logs:
🔥 Exception or Error
🌍 Your Environment
Deployment Environment:
EdgeX Version [REQUIRED]:
Anything else relevant?
The text was updated successfully, but these errors were encountered: