question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 5 months ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
GregorBiswangercommented, Apr 19, 2023

If you have made your changes and it still doesn’t work, then you are very welcome to reopen the issue.

1reaction
nazar322commented, Apr 18, 2023

@GregorBiswanger I’ll try it, thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found