VS Code won't open existing files - visual-studio-code

I've just updated to VS Code 1.11.2 on Windows 8.1 and when I open existing projects, files are shown in the explorer but an attempt to open any of them just shows a blank window with a blue "progress" bar endlessly scrolling across the top of the window. Creating and editing new files works. Any ideas?
In the console of the Developer Tools is the following:
[uncaught exception]: Error: EPERM: operation not permitted, read
Uncaught Error: EPERM: operation not permitted, read
[uncaught exception]: Error: EPERM: operation not permitted, open 'd:\Dev\AngularJS2\translation-editor\app\editor\translation-editor.component.html'
Error: EPERM: operation not permitted, open 'd:\Dev\AngularJS2\translation-editor\app\editor\translation-editor.component.html'
at Error (native)
Uncaught Error: EPERM: operation not permitted, open 'd:\Dev\AngularJS2\translation-editor\app\editor\translation-editor.component.html'
Workbench did not finish loading in 10 seconds, that might be a problem that should be reported.

Related

can you explain this type of error while uploading an image in python "An error occurred while loading the image"?

so I am typing a command as "code costume1.gif" in terminal in vs code python to upload a cat animation but facing an error as "An error occurred while loading the image"
Is this is the problem of any extension file or other?

Excel add-in : Watchpack Error (watcher): Error: EMFILE: too many open files, watch

Created custom function project by following the tutorial as stated in Microsoft docs
https://learn.microsoft.com/en-us/office/dev/add-ins/tutorials/excel-tutorial-create-custom-functions?tabs=excel-windows
node version : v16.16.0
npm version : 8.11.0
webpack 5.52.1
After starting the dev server (sudo npm run dev-server), getting the following exception
Watchpack Error (watcher): Error: EMFILE: too many open files, watch
Watchpack Error (watcher): Error: EMFILE: too many open files, watch
Watchpack Error (watcher): Error: EMFILE: too many open files, watch
Watchpack Error (watcher): Error: EMFILE: too many open files, watch
Watchpack Error (watcher): Error: EMFILE: too many open files, watch
Any suggestions?
Thanks!!
See whether the following solution could resolve your problems.
React Native Error: EMFILE: too many open files, watch
It seems a Webpack issue. For your reference:
https://github.com/webpack/watchpack/issues/169

Ionic Deploy Cannot Find ZIP

Ionic Deploy has been working perfectly up until this week. It will find an update but it does not apply it. I recently setup deploy manually following the Pro documentation and these are the errors I get on an Android emulator.
ERROR Error: Uncaught (in promise): /data/user/0/app.identifier/files/www.zip (No such file or directory)
ERROR Error: Uncaught (in promise): Unexpected end of ZLIB input stream
ERROR Error: Uncaught (in promise): error in opening zip file
If anyone can help I will be extremely grateful.
Thanks!

Ionic2 first project error

I'm trying to follow these instruction : http://ionicframework.com/docs/v2/getting-started/installation/
But I have error with this line :
ionic start cutePuppyPics --v2
Creating Ionic app in folder C:\dev\debug npm\cutePuppyPics based on tabs projec
t
Downloading: https://github.com/driftyco/ionic2-app-base/archive/master.zip
Error with start Error: read ECONNRESET
at exports._errnoException (util.js:870:11)
at TLSWrap.onread (net.js:552:26)
Error Initializing app: Error: read ECONNRESET
Error: read ECONNRESET
at exports._errnoException (util.js:870:11)
at TLSWrap.onread (net.js:552:26)
Caught exception:
Error: read ECONNRESET
at exports._errnoException (util.js:870:11)
at TLSWrap.onread (net.js:552:26)
Mind letting us know? https://github.com/driftyco/ionic-cli/issues
Does anyone can help me ?
Thanks by advance !
Just like #AnatolyS says, that seems to be a network problem. Once you download it, (and unzip it) open a console at the same level you see a file called package.json and run npm install. That will install all the required dependencies for the project.
Once that is done, run ionic serve and the application should be opened in the browser.

unable to open mkb files in windows

Am getting an error while opening .mkb files of marmalade in windows.
It shows the following error while trying to open the sample applications .mkb file :
C:\Marmalade\6.2\s3e\makefile_builder\mkb.py
C:\Marmalade\6.2\examples\IwGx\IwGxBasicLighting.mkb
Building project: c:/Marmalade/6.2/examples/IwGx/IwGxBasicLighting.mkb
Executing: 'c:\marmalade\6.2\s3e\bin\mdev.bat update'
Downloading: http://source.madewithmarmalade.com/packages/6.2/Packages
error: error downloading url: http://source.madewithmarmalade.com/packages/6.2/Packages (<urlopen error (10060, 'Operation timed out')>)
c:/marmalade/6.2/modules/iwutil/iwutil.mkf(19) :
error: Executing 'c:\marmalade\6.2\s3e\bin\mdev.bat update' failed. (return code 1)
FAILED (error code=3)*
Thanks!
You need to have any active internet connection to open the mkb. Marmalade needs to download certain update files for license check and module updates to work correctly. Since you might be running marmalade for the first time, it throws the error.