electron-devtools-installer icon indicating copy to clipboard operation
electron-devtools-installer copied to clipboard

"Extension server error: Operation failed: Permission denied", source: devtools://devtools/bundled/extensions/extensions.js

Open nukeop opened this issue 3 years ago • 3 comments
trafficstars

electron-devtools-installer: 3.2.0 electron: 12

I started getting this error today. Any clue what happened?

nukeop avatar Oct 30 '22 20:10 nukeop

Nobody has a workaround or something?

javierguzman avatar Jun 06 '23 09:06 javierguzman

Also getting this error.

blakewatson avatar Jul 04 '23 15:07 blakewatson

I’m still seeing errors but I was eventually able to get Vue devtools to load by serving my index.html file on localhost and using win.loadURL('http://localhost:8080'); rather than win.loadFile('index.html');.

I’m only loading it that way in development, of course.

Edit: oh and I upgraded Node to current LTS (18.16.1 as of this comment)

blakewatson avatar Jul 04 '23 16:07 blakewatson