Google sheet HTTP 500 Internal Error

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.

:bullseye: What is your goal?

Get data from google sheet

:thinking: What is the problem & what have you tried?

Sometimes return HTTP 500, when I repeat the call it goes through fine.

:clipboard: Error messages or input/output bundles

ConnectionError
[500] Internal error encountered.

Origin
Google Sheets

:camera_with_flash: 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.

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

Thank you :folded_hands: I will try it