question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Exception 'ChaliceViewError: Exception ''Media''

See original GitHub issue

Hi, 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:open
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
brandoldcommented, Nov 17, 2020

Can you post of copy of your workflow API input?

1reaction
ianwowcommented, Nov 17, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found