Python Function fails if the json response fields are not as expected #5963
Unanswered
eternalparquet
asked this question in
Q&A
Replies: 1 comment
-
|
This typically happens if your code throws an exception. We're improving error handling, but, for now, I recommend:
If you need any help, please create a support post on Discord. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I deployed a cloud function in python.
I deployed succesfully but when I execute it and the json data fields are not as
it fail the execution with "Internal error" and there are not any other messages.
This happens also when I try to store a json string with json.dumps in the message field or payload value is not what I've sent in the request.
Is it normal or are there issue to be fixed?
Beta Was this translation helpful? Give feedback.
All reactions