Failed to load URL: http://localhost:8001/ with error: ERR_CONNECTION_RESET #873

Open
opened 2026-01-29 16:50:54 +00:00 by claunia · 0 comments
Owner

Originally created by @nazar322 on GitHub (Apr 15, 2023).

Originally assigned to: @GregorBiswanger on GitHub.

  • Version: 23.6.1
  • .NET: 6
  • Node: v18.15.0

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

Originally created by @nazar322 on GitHub (Apr 15, 2023). Originally assigned to: @GregorBiswanger on GitHub. <!-- Please search existing issues to avoid creating duplicates. --> <!-- Which version of Electron.NET CLI and API are you using? --> <!-- Please always try to use latest version before report. --> * **Version**: 23.6.1 <!-- Which version of .NET Core and Node.js are you using (if applicable)? --> * **.NET**: 6 * **Node**: v18.15.0 <!-- Enter your issue details below this comment. --> <!-- If you want, you can donate to increase issue priority (https://donorbox.org/electron-net) --> 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
claunia added the bug label 2026-01-29 16:50:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#873