Status Update
Comments
ju...@eduprizeschools.net <ju...@eduprizeschools.net> #2
There is not enough information here to be actionable. Please open a new issue with additional information.
fa...@gmail.com <fa...@gmail.com> #3
with or without Logger.log, also the simplest function
function aaa() {
return "test";
}
works in editor but fails in sheet. 1 out of 10 times (randomly) it works also in the sheet.
function aaa() {
return "test";
}
works in editor but fails in sheet. 1 out of 10 times (randomly) it works also in the sheet.
ne...@coppel.com <ne...@coppel.com> #4
I have many applications created in Google Apps Script, which are showing the following error: A server error occurred while reading from storage. Error code: INTERNAL. I haven't found a solution to this issue yet.
ry...@zerogravitybeer.com <ry...@zerogravitybeer.com> #5
I am experiencing the same thing with an installable onOpen trigger. It is also happening with the html sidebar that should run a funtion with a submit button. They both stopped working today with no prior issue or code adjustments.
Description
Whenever I run a function with a Logger.log statement in it, the code will run. However when I link the same function to a spreadsheet open trigger, it fails with 0 second execution time and no logs.