guys
Today faced up the problem - the whole project can't run any functions. Just show message "Running function [function name]" for infinite time. When i click "Cancel", GAS show me "An unexpected error occurred" message.
i've tried even plain functions, like
function do_smth() {
var a = 1;
var b = 3;
var c = (b - a)*b + a;
}
Yesterday and even this night project worked correctly. I checked other my projects - they work. I also duplicate this project and try to run. It didn't. But when create just new project from scratch - projects works.
So, one of my projects doesn't work at all. As well as its' copies. But other and new projects - do.
What's a problem here?
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/e54caba0-81fa-4663-9a7e-7af93affc2d9o%40googlegroups.com.
You must have code running in the global scope, and it’s possible there’s an infinite loop there?
On Sun, Oct 25, 2020 at 3:31 PM Никита Гончаров <nikita.g...@gmail.com> wrote:
--guys
Today faced up the problem - the whole project can't run any functions. Just show message "Running function [function name]" for infinite time. When i click "Cancel", GAS show me "An unexpected error occurred" message.
i've tried even plain functions, like
function do_smth() { var a = 1; var b = 3; var c = (b - a)*b + a; }
Yesterday and even this night project worked correctly. I checked other my projects - they work. I also duplicate this project and try to run. It didn't. But when create just new project from scratch - projects works.
So, one of my projects doesn't work at all. As well as its' copies. But other and new projects - do.
What's a problem here?
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/e54caba0-81fa-4663-9a7e-7af93affc2d9o%40googlegroups.com.