Skip to main content

All Questions

Tagged with
0 votes
0 answers
46 views

Best way use multithreading/multiprocessing for file operations in Electron

I am writing an app that loads various files and folders from the user's filesystem, fetches some data from the files (eg. the file's icon), and then displays the information in the app for each file. ...
Andereoo's user avatar
  • 936
0 votes
0 answers
103 views

Why my terminal got stuck when I try to install ElectronJS from npm

I tried to install electron.js following a decent tutorial. But somehow, I couldn't install the library at all. It's just stuck on the last line for hours. Here are my terminal activities: PS E:\study\...
Piyal Hossein's user avatar
0 votes
1 answer
150 views

electron-vite with reactJs , build issue that while building my app show whiteblank screen idk while I integrating my api

, I am trying to create a VPN app in which I am getting the servers from an API, I am using reactJS for my renderer process, it is working perfectly fine in development but when I build it, its ...
Haider Ali's user avatar
0 votes
0 answers
40 views

Electron Share Audio & Desktop screen

I created a sharing screen and audio app, and everything is working fine but for many users, there is always missing sound either desktop sound or microphone while no errors I tried to get the ...
Elabbasy00's user avatar
2 votes
0 answers
45 views

Using userDataDir deletes all existing Chrome data in Puppeteer

puppeteer.use(StealthPlugin()); const browser = await puppeteer.launch({ headless: false, userDataDir: "/Users/[user-name]/Library/Application Support/Google/Chrome", }); I am ...
Alex-jin's user avatar
0 votes
0 answers
50 views

Electron and Vuerouter: "net::ERR_FILE_NOT_FOUND"

The Problem I want to add Electron to my existing Vue Project. I ran in a problem which I can't find a solution for. If I run the following configuration with npm run dev (test in browser and auto ...
rescuemod's user avatar
0 votes
0 answers
21 views

Make oneClick electron app for updates but not for first installation do it from second install

I'm trying to update my electron app on windows with electron-updater. It all works except when the updater is running, it first asks the users where does he want to install the software and if the ...
Shuvadip Ghosh's user avatar
1 vote
1 answer
31 views

why is my electron app with google authenticator always returning false even when the token is correct?

In this code i send a request to the main procces to generate a qrcode from a secret using using speakeasy and qrcode document.addEventListener('DOMContentLoaded', async function() { const data = ...
ivox's user avatar
  • 39
0 votes
0 answers
26 views

Get system icon for folders in Electron

I am trying to display some contents of a folder in my Electron app, and am fetching the system icons of each file and subfolder with app.getFileIcon(filePath). However, icons for folders are not ...
Andereoo's user avatar
  • 936
0 votes
0 answers
30 views

Is there a way to see exactly what objects the GC is recycling during "Major GC" events in the profiler?

I'm currently writing an Electron/Typescript based game with a render loop. I've been developing it for about a year but have only just discovered that the game has horrible memory issues if the ...
A B's user avatar
  • 1
0 votes
0 answers
37 views

Electron React Tailwind Electron-builder

after building my app and i have installed I am getting this error Uncaught Exception: /Users/home/Documents/cranesoft-POS/Untitled/dist/mac-arm64/app.app/Contents/Resources/app/src/index.css:1 @...
Dare Ace Rex's user avatar
0 votes
0 answers
45 views

Electron app auth0 SSO login with system default browser

I followed this auth0 electron app documentation to login inside electron app for auth0 but when an accaount is SSO(Single Sign On) electron BrowserWindow doesn't work like system default chrome and ...
Murat Oğuzhan's user avatar
0 votes
0 answers
23 views

Why is V8 anonymouse function context keeping unused variables? [duplicate]

I am debugging memory leaks in an Electron app with Chromium DevTools > Memory. The page uses DoJo dgrid and it has a class using event listener hooked on document object, see ColumnHider.js#L232. ...
xmedeko's user avatar
  • 7,625
1 vote
1 answer
101 views

Why does my 'includes' statement require the entire string?

I am trying to use an 'if includes' statement within my Node JS project to filter the results pulled from a .txt file. The idea is that the serial number a user inputs correlates to specific models ...
CB700's user avatar
  • 23
0 votes
1 answer
169 views

Evaluation failed: a when sending media

I am trying to build a whatsapp bot using electron and whatsapp-web.js. The bot works fine with sending normal messsages like text, but when I try to pass an image it throws this error: Server stdout: ...
Omar Yacop's user avatar

15 30 50 per page
1
3 4
5
6 7
424