I keep getting this error when I try to run my Google App Script which is deployed as a web app. It worked fine yesterday with the same code.
What could that be? Does wait help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The GAS Team frequently changes the code, for instance, the
DatePickerwidget had no thesetNamemethod, onlysetIdand this ID was used as a handler parameter. Recently they introduced thesetNamemethod and code became broken. Here is a submitted issue about this change. I assume you have similar situation.No. I am not sure, that the code will start to work again… but who knows… I suggest you to start you script under the debugger, to find the problem line or lines and to try to fix it or write a workaround.