"Acorn parse for compiler/plugins.js failed" #4570
Replies: 1 comment
-
Posted at 2018-01-04 by @gfwilliams Would you be able to post up the code that you're using so we can take a look? Usually it happens when you've got some JavaScript code that isn't valid somehow, but it can also happen when using newer ES6 features that the Acorn parser can't handle. About the only bad side effect is some things like the ability to compile code won't work for you. Posted at 2018-01-04 by user84292 Sure, here you go. The Web output is like a REST/JSON response that gives a sliding window of readings:
I also send the readings to Graphite so I have a historical view (attached).
Attachments: Posted at 2018-01-04 by @gfwilliams Looks great! It seems to be because you wrote Posted at 2018-01-04 by user84292 Geez, I move between C++, Python, Java, Scala . . . . All those have the parentheses. Habit! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-12-30 by user84292
I'm getting the message in the subject lines when I upload my program, but without any ill effect that I can detect. A Google search turns up no results.
When the message displays it also says "Check editor window for errors", but there are no errors.
Anyone have an idea what's going on?
Beta Was this translation helpful? Give feedback.
All reactions