Failed to load URL: http://localhost:8001/ with error: ERR_CONNECTION_RESET
See original GitHub issue- 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
Issue Analytics
- State:
- Created 5 months ago
- Comments:12 (4 by maintainers)
Top Results From Across the Web
How to Fix the "ERR_CONNECTION_RESET" Error (5 ...
The “ERR_CONNECTION_RESET” error code appears when the browser fails to establish a connection with a website. This means the server cannot ...
Read more >How to Fix the ERR_CONNECTION_RESET Error in 7 Ways
ERR_CONNECTION_RESET happens when the browser fails to establish a connection with the destination site. Read to find out 7 ways to fix it....
Read more >ERR_CONNECTION_RESET: How to fix the Chrome ...
How to fix the ERR_CONNECTION_RESET 101 error in Chrome, etc. · Solution 1: website and browser/system check · Solution 2: check the proxy...
Read more >How to Fix the “ERR_CONNECTION_RESET” Error (10 ...
The error means that your browser could not establish a working connection with the website you tried to load. When this happens, the...
Read more >Easiest Ways to Fix ERR_CONNECTION_RESET Error ...
The "ERR_CONNECTION_RESET" error is a common error message that appears in Google Chrome when a website fails to load.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you have made your changes and it still doesn’t work, then you are very welcome to reopen the issue.
@GregorBiswanger I’ll try it, thanks!