Hello,
I am try to 'run and debug' my function app written in Python being triggered by a blob being uploaded.
The whole application works fine, the problem is I have to click 'continue' about 6 times as there are a lot of weird errors showing up, not sure why or where they are coming from, don't think it's much to do with the script I have written.

This is an example of one of them, if I click continue, this appears: Exception has occurred: KeyError
'Metadata'
and so on for a couple of errors, once we get past them, the function executes the code and does what it is supposed to do.
Is there a way to either get rid of them, or make the function ignore them and still execute the code?
Thanks