Exception 'ChaliceViewError: Exception ''Media''
See original GitHub issueHi, I created an operator for MediaConvert that from a video input it outputs video, audio and frames from it separately. I uploaded the operator separated from the library, just uploading it to lambda and adding to it the roles and registering it via API. Then I created a workflow via API, just with one stage using the operator, till there everything was fine but when I execute the workflow I get the following error.
{
"Code": "ChaliceViewError",
"Message": "ChaliceViewError: Exception 'ChaliceViewError: Exception ''Media'''"
}
Hope you guys can guide me. Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Exception 'ChaliceViewError: Exception ''Media'' · Issue #267 · aws ...
Hi, I created an operator for MediaConvert that from a video input it outputs video, audio and frames from it separately. I uploaded...
Read more >How to use the chalice.ChaliceViewError function in ... - Snyk
ChaliceViewError examples, based on popular ways it is used in public ... Ignore the ConditionalCheckFailedException, bubble up # other exceptions. if ...
Read more >REST API Tutorial — AWS Chalice
Tutorials. REST API Tutorial¶. In this tutorial, we create a REST API and explore Chalice features that help us write REST APIs.
Read more >awslabs/aws-media-insights-engine - Gitter
Per the github readme "The Media Insights sample application lets you upload videos, images, audio and text files for content analysis", i should...
Read more >Quickstart and Tutorial — Python Serverless Microframework ...
There are a few additional exceptions you can raise from your python code: ... return a status code of 429 * ChaliceViewError -...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you post of copy of your workflow API input?
I’ve not seen that error before but it looks like the error info is incomplete. Look for a line number in the log to indicate where the exception is being thrown then try getting more error info via print statements.
Also, try invoking your workflow with the operator disabled just to verify whether the error is with your operator or with the workflow engine.