Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
5 views

Error: spawn winEvents.exe ENOENT occurs in packaged electron app

Uncaught Error: spawn C:\Users\user\Autoclicker\esdeath\out\snowflake-win32-x64\resources\app.asar\node_modules\lepikevents/src/win/winEvents.exe ENOENT at ChildProcess._handle.onexit (node:...
Adapt's user avatar
  • 11
0 votes
0 answers
9 views

Extrange problem with URL command line parameters on Electron app

I have discovered that if you pass a URL parameter using the command line to an Electron app, it must be the last one. If this condition is not met then electron fails to load the application and ...
Jesús López's user avatar
0 votes
0 answers
20 views

Why is my electron app showing this error when using API hosted on ngrok?

I built an Electron app just to serve as an interface to send messages to whatsapp. It consumes the API from NodeJS that I made, which uses the Venom Bot system (https://github.com/orkestral/venom). I ...
João's user avatar
  • 3
-8 votes
0 answers
37 views

You need to run the program installed on Windows [closed]

You need to run the program installed on Windows (C:\Program Files\Spark\Spark.exe) in the program window on NodeJS Electron. How to implement it? It is in the window, not separately! const { app, ...
UserAndroidDeveloper's user avatar
0 votes
0 answers
26 views

Run a backend server upon start in electron app

I have an electron app (created using electron forge) that uses Flask (python) for the backend. I'd like to start the whole application (flask and electron) from electron itself by starting a child ...
Brian Barry's user avatar
1 vote
0 answers
23 views

Electron, node.js, next.js - bluetooth serial get device name - serial web api

I have a small electron + next.js + typescript + ES application running and I'd like it to list all connected bluetooth devices on my pc. Currently, I'm able to list those but only their information ...
Mart's user avatar
  • 491
-2 votes
0 answers
31 views

Electron js app server doesnt start after building [closed]

In my project that I created with Electron, there is a server side written in NodeJS and a frontend side written in ReactJS. When I built the project, ran setup.exe and installed the application, I ...
Didem's user avatar
  • 79
0 votes
1 answer
33 views

select-bluetooth-device not listing all devices web bluetooth api on electron

I'm using electron to list all bluetooth devices (active) around and I want to pick one and connect to it. My question: Now, when I'm running npm start, and press the button in the window, the console ...
Mart's user avatar
  • 491
0 votes
0 answers
14 views

electron communication between 2 renderers using messagePort and contextIsolation=true

I am new to electron and all the documentation on the electron docs use contextIsolation=false to enable port to be set globally on window object of the renderer. I have 2 apps being served and loaded ...
Ronak SHAH's user avatar
0 votes
0 answers
35 views

How to read a file from url with Node.js and Electron

How can I read a file with nodejs, even json, from url? My file is on a server. I tried with ftp download but it is very inefficient. Now is working on this, but is very slow for download and running.....
Alexie01's user avatar
  • 141
3 votes
0 answers
58 views

Optimizing Mouse Movement Functionality During Screen Sharing

I am currently developing a screen-sharing application similar to Anydesk or TeamView using Electron, React, NodeJS (signalling sever) and RobotJS (for simulating mouse move events). I have used ...
Dipankar Prasad's user avatar
0 votes
0 answers
19 views

After Electron package .env file variable are not setting up

In my Electron Project I have my env files like this and I have my package.json file like this Issue is in the development when i use npm start .env variable setting up , but when I use npm package:...
Sasanka Weerakoon's user avatar
0 votes
0 answers
17 views

#0 does not contain any stream [closed]

ffmpeg exited with code 1: Output #0, mp4, to 'D:\billion-view\video-compilation-electron-app.billionviews\simple_audio\yt-video-best-short-motivational-speech-video-24-hours-1-minute-motivation-2-...
Test Dev's user avatar
0 votes
0 answers
36 views

node native c++ code in electron unexpected character

This is my folder structure: └── my-electron-project/ ├── lib/ │ └── addon/ │ ├── build/ │ │ └── Release/ │ │ └── addon.node │ ├── addon.cc │ ├── binding.gyp │ ...
Mart's user avatar
  • 491
0 votes
0 answers
21 views

Issue with OAuth Redirect in Electron App Using Nextron Framework in Production

to authenticate and interact with YouTube APIs. The app works perfectly in development mode, but I am facing an issue in production mode regarding the OAuth redirect URI. In development mode, the ...
Muneeb Chaudhry's user avatar

15 30 50 per page
1
2 3 4 5
356