15,415 questions
0
votes
0
answers
30
views
Sync issue between Howler.js and Wavesurfer.js on drag/seek in React
Howler.js and Wavesurfer.js sync issue when dragging - seeking sometimes fails
I'm using Howler.js for audio playback and Wavesurfer.js for waveform visualization in a React app. I have a sync issue ...
1
vote
0
answers
32
views
Create an Module Federation monorepo React projects using the Nx CLI with electron app
console error image
Create an Module Federation monorepo React projects using the Nx CLI - npx nx
g @nx/react:host apps/erp--remotes=hr,pm,crm
installed nx-electron using nx g nx-electron:app ...
0
votes
0
answers
56
views
Text Input Field Not Working In React/Electron/Express App
Basically code is for an electron app with a react frontend and an express server connected to a local postgresql db.
I have a page with a list of employees on one side and an add icon. If you click ...
1
vote
0
answers
45
views
+500
IPC delay from main process to renderer with Claude Integration
I have written a simple Electron Project with Claude integration.
Idea here is to use Claude-code npm package to access terminal and make the query to claude to get the required results and display it ...
0
votes
0
answers
36
views
How to obtain the handle of the input box in Electron [closed]
When we use a barcode scanner or type things in manually, if the input method is set to Simplified Chinese, a Chinese suggestion box pops up. The first time you hit Enter, it actually selects a word ...
0
votes
0
answers
24
views
"Failed to uninstall the old application, please try running the installer again.:2" [closed]
I'm encountering an issue with Electron's autoUpdater. When the application is installed in an admin directory (e.g. C:\Program Files) and an update is applied, the following error occurs:
Failed to ...
2
votes
0
answers
36
views
WinSW: Service crashes with unhandled IOException when stdout/stderr log files are locked
I'm facing a problem with a client-server application running as a Windows service using WinSW (Windows Service Wrapper).
The service is restarting repeatedly due to this unhandled exception:
The ...
0
votes
0
answers
45
views
Recording System Audio in MacOS Using Electron JS without relying on BlackHole [closed]
I am working on an application with electron js which requires system audio to be recorded. I actually want the microphone+system audio just like a screen recorder(I just need audio).
I have ...
0
votes
0
answers
24
views
Electron-builder content is not available for windows build production but work on mac and linux
i have a challenge since 3 days and even chatGpt couldn't resolve my issue :)
I have a react/capacitor/electron app packaged with vite to build. Everything ok for capacitor and Mac/Linux Electron. But ...
0
votes
0
answers
24
views
Electron.js form input fields freeze for a few seconds after inserting data
I'm building a desktop app using Electron.js with a Bootstrap-based form that includes input fields and dropdowns.
Everything works fine initially, but after I insert data once or while filling the ...
1
vote
1
answer
39
views
I was implementing an app for getting data from tally. i was able to get customer data like name, alias etc. but not able to get contact details
I was implementing an app for getting data from tally. i was able to get customer data like name, alias etc. but not able to get contact details and country, state, pincode etc. Below given is the xml ...
0
votes
1
answer
58
views
How to properly include SQLite3 with an Electron, Electron Forge, Sequelizer set-up in production?
I've been trying to set-up a working Electron application using Electron Forge with Sqlite3 and Sequelize. This has worked great up until where I need to actually build and package, and distribute the ...
-3
votes
0
answers
37
views
Electron desktop app works only on my dev pc but not on other pc [duplicate]
I have build my electron app using npm run electron-build . I got this .exe file from dist folder which I shared with my client but after he install the app his facing this error below on his pc.
\...
0
votes
0
answers
20
views
Electron app images in build assets directory giving 404, even after base href ./?
I am working on a production app so I can't reveal too much.
I am turning an angular 19 app into an electron app. It was going fine until the images gave a 404 error when the electron app was finished ...
0
votes
1
answer
46
views
Electron does not support dragging photos into the area to upload
The application made with Electron has a drag-and-drop upload feature, but it is not working. The console reports an error:
Could not get file path from drop event. This indicates a sandbox issue.
...