I need to make a recaptcha V2 harvester in Electron JS. I tried the following code but all I get it "ERROR for site owner: Invalid domain for site key". I think
I'm using amplify appsync in my electron app and all works except for the realtime events which means my app doesn't get signalled when the data changes in the
I've been struggling with this now longer than I should and surprisingly, the existing questions (and there are many) don't really help further. My goal is to d
I want to remove the appData after my app was uninstalled. The deleteAppDataOnUninstall: true option was useful when i run the uninstaller.exe,but not work when
I can't open my electron app that I packaged , it created the folder release builds but I am not able to open the exe file it created. I suspect the problem is
I want to get the real screen size to do sth in my electron app. const { app, BrowserWindow } = require('electron') let mainWindow = null app.whenReady().then
I am using the electron-todo template and trying to create a log file that recovers the data in the event of a crash. The app reloads every time the log file is
So I am trying to connect 2 new Promise with each other so I can send information to each other. So I want to use image.url which is made in the first promise b
I am currently creating a system monitor application for which I would like it to work as a widget. Please see example of my application below: ElectronJS syste
I'm trying to use electron and canvas in the same script, but it throws an error when I try. I've tried using canvas and electron separately with the same node
Using electron I have made an app that can generate 6 arrays that create a frame for an animation, these arrays are going to be interpreted by another program t
Im trying to make an event on keyPress (keyDown) (In electron) but i get this error. TypeError: Cannot read properties of undefined (reading 'webContents') He
I'm using eletron-json-storage like this: settings.js: const storage = require('electron-json-storage'); const defaultStoragePath = storage.getDefaultDataP
What am I trying to do? When installing an Electron application on a Windows machine, I would like it to also put a folder in a user's "Documents" area, for exa
When electron starts, the cache images is read, and then read it when the image is used. i can save images in main process. fetch(`${server_host_ip}${image}`)
I am getting into Electron to try to begin building desktop applications. I am running into this error: /home/me/dev/my-electron-app-2/node_modules/electron/dis
I want to know how to open a web link in the default browser when clicked on a button in an electron app. Can anyone help me?
I've wrote a simple function to measure the upload speed of my network, which when run inside vscode terminal behaves just fine and displays the expected result
This is the first time with electron, i found a repo called nextron on github, but there are no examples with SQLite3. Do you have a boilerplate? How can i reac
I need to stream audio in my electron app from the macOS, however, I have hit the following limitation. This is from the electron documentation: https://www.ele