mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Failed to load URL: http://localhost:8001/ with error: ERR_CONNECTION_RESET #873
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nazar322 on GitHub (Apr 15, 2023).
Originally assigned to: @GregorBiswanger on GitHub.
After updating Electron.NET to 23.6.1 I can't no longer start my app, I have this error all the time
Got disconnect! Reason: transport close (node:16976) electron: Failed to load URL: http://localhost:8001/ with error: ERR_CONNECTION_RESET (Use electron --trace-warnings ... to show where the warning was created)how can I add --trace-warnings to electron?
This is how I launch the app
electronize start /args "--remote-debugging-port=9222" /dotnet-configuration "Release_Windows"I have tried running it like this
electronize start /args "--remote-debugging-port=9222 --trace-warnings" /dotnet-configuration "Release_Windows"but it did not change anything in the output