ady624 / CoRE

CoRE - Community's own Rule Engine
GNU General Public License v3.0
222 stars 663 forks source link

java.lang.NullPointerException: Cannot get property 'id' on null object @ line 10734 #53

Open pianomansam opened 8 years ago

pianomansam commented 8 years ago

I receive this error when attempting to add pistons.

Fresh install of v0.3.15b.20160928

ady624 commented 8 years ago

Line 10734:

    [ name: "routineExecuted",          type: "routine",        options: state.run == "config" ? location.helloHome?.getPhrases()*.label : [],  valueType: "enum",  ],

perhaps again a ST problem with routines? It's listing all available routines - check your IDE and see if you have any "ghost" routine.... look up the community forum, there's some cases of that lately...