Doing incremental development using the Web IDE, all of a sudden I get this in the console:
1v70 Copyright 2014 G.Williams
>echo(0);
Uncaught Error: Field or method does not already exist, and can't create it on undefined
at line 1 col 36
oo many compiles performed recently. Try again l
^
Uncaught Error: Function "connect" not found!
...and nothing goe anymore. A bit very frustrated - because it is on an unchanged module in the local sandbox - I leave the stuff alone.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Duplicate of: New-Bee error message: Too many compiles - try back later ? see http://forum.espruino.com/conversations/254197
Doing incremental development using the Web IDE, all of a sudden I get this in the console:
...and nothing goe anymore. A bit very frustrated - because it is on an unchanged module in the local sandbox - I leave the stuff alone.
Googling 'oo many compiles...' leads me to this Google Closure Compiler Service API Reference page: https://developers.google.com/closure/compiler/docs/api-ref
Under the Errors I find:
On the Getting Started with the API at https://developers.google.com/closure/compiler/docs/gettingstarted_api
puts me in the category of an abuser...
It was several hours later when I came back and tried again to no avail - and while stuck - ventured into googling and creating this conversation.
@Gordon, am I wasting my time here?
Is this what I'm thinking it is: Web IDE (with local Sandbox modules) is using a 'free' but limited free Google service?
So my primary question here is: What is the way around this limitation?
And a quite corollary question is: Did I miss that in the documentation of the Web IDE?