-
Hi mobizt. In my code I first get parameters from GSheet sheet1(lets call this read1), then I get IDs from GSheet sheet2(lets call this read2), then I do some comparing and then update to GSheet sheet2(lets call this update) and repeat this process once after every 10mins. There is a delay of 50ms between read1 and read2 as well as between read2 and update. When I first execute this code all three (read1, read2 and update) work just fine. After the first 10min when the program calls read1 it returns an "unknown error", read2 and update work fine. Only read1 returns an error and continues to do so until the token refreshes after 50min. After the token refresh it works only once again and never again for the remainder of that token. I found a way around this by calling read1 a second time if the first time returned an error, then it seems to work. Can you perhaps shed some light on this issue as to why it might be happening? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I cannot tell anything as it is unknown fault that causes unexpected error. Which means the SSL client fails to operate i.e. out of memory. Any network/server issues can be detectable, but the memory issue depends on your application. |
Beta Was this translation helpful? Give feedback.
-
Correction the issue is not resolved. It turns out it is time based. If I call the
|
Beta Was this translation helpful? Give feedback.
I cannot tell anything as it is unknown fault that causes unexpected error.
Which means the SSL client fails to operate i.e. out of memory.
Any network/server issues can be detectable, but the memory issue depends on your application.