Hi,
I have a problem reading from Google Sheet.
Sometimes it ends with HTTP 500, when I repeat the call it goes through fine. I am attaching a screen with the error, can anyone help me?
Thank you
F.
What is your goal?
Get data from google sheet
What is the problem & what have you tried?
Sometimes return HTTP 500, when I repeat the call it goes through fine.
Error messages or input/output bundles
ConnectionError
[500] Internal error encountered.
Origin
Google Sheets
Screenshots (scenario flow, module settings, errors)
Hey Filip,
if repeating the call goes fine, then add a Break error handler so it will automatically repeat if this error happens.
Stoyan_Vatov:
Break error handler
Thanks for answer.
I would have to add an error handler to each component that calls google sheet. There are many of them. Isnβt there error handling for the whole scenario?
Otherwise I would be more interested in why the error occurred in the first place, HTTP 500 is a pretty general error
500 are server side errors usually. Could be a timeout or something.
And no, there are no scenario wide ones, you will have to add an error handler to each module that is causing issues.
2 Likes