Anyone had the same issue? *I can run code as a guest but not when I login as a named user.*
Appreciate any feedback! :) Τη Παρασκευή, 9 Ιανουαρίου 2015 - 7:29:12 μ.μ. UTC+2, ο χρήστης Constantinos paradisenauts έγραψε: > > *OOOhh cheers Milton!* > > Thats great! > I got it working at the location *http://192.168.7.2:3000/ide.html# > <http://192.168.7.2:3000/ide.html#>* but > it comes with errors where I login into my personal account > *https://ide.c9.io/natureloop/demo-project > <https://ide.c9.io/natureloop/demo-project>* and run it from there > > *I attach the following pictures! Let me know if you have any ideas.* > > > <https://lh6.googleusercontent.com/-g1UFex6QgGI/VLAPWy1yUQI/AAAAAAAAFbw/cphKBnhcim8/s1600/Screenshot%2B2015-01-09%2B19.19.56.png> > > > > <https://lh6.googleusercontent.com/-sP58VI2KbEw/VLAPS3-SDoI/AAAAAAAAFbo/xrmWCiRCP0w/s1600/Screenshot%2B2015-01-09%2B19.19.43.png> > > Τη Παρασκευή, 9 Ιανουαρίου 2015 - 3:41:12 μ.μ. UTC+2, ο χρήστης Milton > Schreiber έγραψε: >> >> I would start with turning off the debugger. There's a very >> inconspicuous green bug icon on the same line as the lower run button. >> Click it to turn it off. >> >> Otherwise, you can leave debug on, and hit the play button in the debug >> area to continue to run your code. >> >> On Thursday, January 8, 2015 at 10:23:43 AM UTC-5, Constantinos >> paradisenauts wrote: >>> >>> The code on this page <http://192.168.7.2/Support/bone101/> executes >>> fine! >>> >>> When I copy and paste cloud9, the debugger highlights and stops in the >>> first line i.e. var b = require('bonescript'); >>> >>> *Any ideas on what needs to be done?* >>> >>> Cheers :) >>> >>> >>> *Code:* >>> >>> var b = require('bonescript'); >>> b.pinMode('USR0', b.OUTPUT); >>> b.pinMode('USR1', b.OUTPUT); >>> b.pinMode('USR2', b.OUTPUT); >>> b.pinMode('USR3', b.OUTPUT); >>> b.digitalWrite('USR0', b.HIGH); >>> b.digitalWrite('USR1', b.HIGH); >>> b.digitalWrite('USR2', b.HIGH); >>> b.digitalWrite('USR3', b.HIGH); >>> setTimeout(restore, 2000); >>> >>> >>> -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
