mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-06 05:34:35 +00:00
Failed to bind to address http://127.0.0.1:5000: address already in use #858
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 @ZedZipDev on GitHub (Mar 30, 2023).
Originally assigned to: @GregorBiswanger on GitHub.
23.6.1. Thank you for the version!
I have a small NET 6 client app which connects to a NET Web service on other machine.
It works in Windows, ok.
I have build in Windows for Linux:
Finally received:
Unhandled exception. System.IO.IOException: Failed to bind to address http://127.0.0.1:5000: address already in use.
---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
After a search I can say : I do not use this address and port. Also, why it busy - I have no clue.
What is ti and how to fix it?