About 2,320,000 results
Open links in new tab
  1. Why does localhost:5000 not work in Flask? - Stack Overflow

    Sep 9, 2017 · Why does localhost:5000 not work in Flask? Asked 8 years, 2 months ago Modified 11 months ago Viewed 101k times

  2. What is the difference between localhost:5000 and other localhosts

    Aug 19, 2014 · Could anyone please explain me the difference between localhost:5000 and other localhosts. Thank you.

  3. Can't connect to Flask web service, connection refused

    May 31, 2015 · 127.0.0.1 is the localhost address and will only be reachable from the raspi. In order to get access from your laptop open up the terminal on your raspi and try instead the ip from ifconfig …

  4. c# - How to solve "Failed to bind to address http://127.0.0.1:5000 ...

    Mar 23, 2022 · Somewhere, a service has started on localhost with the Port 5000 already. That's why. It might be another instance of your App or Web Service, or another application on your machine using …

  5. Not able to access localhost:5000 with flask - Stack Overflow

    Apr 1, 2018 · Not able to access localhost:5000 with flask Asked 7 years, 8 months ago Modified 1 year, 5 months ago Viewed 12k times

  6. GET http://localhost:5000/user net::ERR_CONNECTION_REFUSED

    Nov 1, 2021 · GET http://localhost:5000/user net::ERR_CONNECTION_REFUSED Asked 4 years, 1 month ago Modified 4 years, 1 month ago Viewed 3k times

  7. How to specify the port an ASP.NET Core application is hosted on?

    May 21, 2016 · When using WebHostBuilder in a Main entry-point, how can I specify the port it binds to? By default it uses 5000. Note that this question is specific to the new ASP.NET Core API (currently in …

  8. Where to configure listening port for a local web api

    Jan 16, 2020 · to a local directory and started the exe from the dopleyed folder: That's because you're starting a Kestrel server and by default it use 5000/5001. Usually, instead call it depoly, we use the …

  9. Why can't I connect to localhost port 5000, why does it get refused?

    Jan 9, 2019 · I'm trying to build a docker image, but whenever I run the app my connection to localhost gets refused. The problem does not only occur with port 5000, but also with every else.

  10. c# - Why setting env variables for ports such as ... - Stack Overflow

    Jan 16, 2025 · 5000 is also non-standard, so it probably gets that value from launchsettings and isn't using the ones you've shown us. The default for .NET 8+ applications running in a container is to …