“priya_sp” wrote:
im getting this error when i try to deploy the brightscript code in atom editor..anyone can help?
should i install node.js??
getting this error
Exception when creating zip file
EPERM: operation not permitted, open ‘D:\scene graph\SceneGraphXMLTutorial\source\main.brs’
It looks like something is preventing the file D:\scene graph\SceneGraphXMLTutorial\source\main.brs from being opened.
Look at the Atom console to see if there are any other clues to what is going on: Ctrl-Shift-I (or View>Developer>Toggle Developer Tools…) then select the ‘Console’ tab.
“EnTerr” wrote:
Has the contraption been known/tested to work with “/spaces in the path/and file.name”?
Good point, but yes, spaces were tested in both directory and file names.
I think the problem is that the file was created by unzipping one of the Roku example channels. There are some funky permissions set on their example files.
Solution (on Windows):
In Explorer, right-click the ‘scene graph’ folder, selected ‘Properties’, uncheck the ‘Read-only’ box, click ‘OK’, click ‘OK’ again when asked “Do you want to apply this change to this folder only, or do you want to apply it to all subfolders and files as well?”
EDIT: Version 0.1.2 of roku-develop has improved error-reporting for the cases when a file cannot be updated due to a permissions problem.
this is my code..im not getting the progress bar.i checked with hasfocus function().im getting an true value..could you tel me where i have gone wrong?