Spacebrew / spacebrew

A dynamic re-routable software toolkit for choreographing interactive spaces.
MIT License
222 stars 50 forks source link

Cannot read property 'Safetify' of undefined in utils.js #58

Closed heaversm closed 9 years ago

heaversm commented 9 years ago

Hi - I seem to be able to start a server just fine and load up the button and admin interfaces, but the admin interface is blank. I notice an error in the chrome inspector:

Cannot read property 'Safetify' of undefined in utils.js - line 32. See attached screenshots. Have tried running interfaces from spacebrew.github.io as well as from localhost and ip with the same results. Using a version of spacebrew cloned from this repo two days ago.

I also get the issue mentioned here:

https://github.com/Spacebrew/spacebrew/issues/41

no matter how many times I start up the server.

screen shot 2015-05-26 at 9 58 50 am screen shot 2015-05-26 at 9 58 56 am

heaversm commented 9 years ago

Noticed this is a duplicate of https://github.com/Spacebrew/spacebrew/issues/55. Upgrading to the latest stable version of node (0.12.4 from 0.10.3 at the time of this writing) solved the issue for me.