You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
everytime i run this python file, it makes the electron window but gives me the following error:
(node:35720) electron: Failed to load URL: http://localhost:5173/ with error: ERR_CONNECTION_REFUSED
(Use `electron --trace-warnings ...` to show where the warning was created)
To Reproduce
Steps to reproduce the behavior:
Create an Electron Forge project
Add the following code in a file named main.py
run main.py
error happens after a couple of second of the window being open
Expected behavior
I Expected the electron window to also have the contents of my app, which i wrote in vite. it did not infact do this.
System Information
OS:Windows 11 x64
Browser: Chrome
Python Distribution: Python 3.11.4
Screenshots
Additional context
Add any other context about the problem here.