Skip to main content

Questions tagged [port]

A port is a communication end-point in the context of network communications or an interaction point for inter-component interactions. Do not use this tag for software ports from one platform or language to another, but use the tag "porting" instead.

0 votes
1 answer
10 views

getting Heroku Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch on fastAPI backend app

pardon the question as I am new to backend deployment I have the a very simple program from fastapi import FastAPI from fastapi.encoders import jsonable_encoder app = FastAPI() @app.get('/') async ...
balakuz's user avatar
  • 21
0 votes
0 answers
37 views

Is there a way to keep my program alive if the server it needs to connect to is not up and listening yet?

So I've been trying to figure out how to keep my program alive if this separate server that I'm running is not open yet. Right now my program's site pulls up successfully but then the second I try to ...
Nash Carroll's user avatar
-3 votes
1 answer
116 views

How to interface with a UNIX port? [closed]

I have encountered this same question in numerous forms over the past year, and have not been able to find the solution I am after. As the question has yet again reared its head, I am asking here with ...
BrownianBridge's user avatar
0 votes
0 answers
23 views

Backend Port Remains Open When Electron App Exits

I'm doing an electron app, but every time I close or quit the app it leaves a pid hanging from the port that the backend opens. How could I kill all the process when I close the app? This is the ...
Coder20's user avatar
  • 55
-3 votes
0 answers
23 views

Talktalk router forwarded port 80 but still showing as closed [closed]

i port forwarded port 80 for my IIS server but i forwarded it in talktalk but it shows its closed in portchecker. I allowed the firewall to open port 80 inbound and outbound but still no. I cant ask ...
Adi's user avatar
  • 1
-2 votes
0 answers
26 views

Port in Ubuntu/Linux is open, not blocked, listening, but not working [closed]

I want to run an uvicorn app on port 8505, but it does not work. If I put the app on port 8506 it does work. It also has been working before... Here my firewall settings: Status: active Logging: on (...
Kevin Duin's user avatar
0 votes
0 answers
15 views

In confluent kafka version 7.4.3-ccs, what are the ports 37421, 39821, 40223, 43597 and 43611 are used for and should they be opened by the firewall?

In confluent kafka version 7.4.3-ccs, what are the ports 37421, 39821, 40223, 43597 and 43611 are used for and should they be opened or closed by the firewall? Why I cant seem to find these ports in ...
user1459001's user avatar
0 votes
0 answers
18 views

Managing PowerShell Session Closure and Client Connections on Windows 10

I am running a Vite application on a Windows machine. However, when I try to close the PowerShell window, it doesn't release the port used by the application. Is there a way to send a Ctrl + C command ...
iamsuman's user avatar
  • 1,413
-4 votes
0 answers
21 views

Why am I not able to run airflow scheduler on my local

I am working on Mac OS Intel and tried to install airflow on local. Initially everything was working fine. airflow webserver as well as airflow scheduler. I accidently closed my terminal on Pycharm ...
Tanya Bansal's user avatar
-1 votes
0 answers
12 views

How to run a react app with wamp with ports 5173 and 3000?

I am using React Node js with wamp server. My react app is running localhost:5174 successfully. Server is running 3000. But If am using virtual host appserver:5174 , front end is working , after ...
Linus Soosai's user avatar
0 votes
1 answer
19 views

Live Server in VS Code shows same content for multiple HTML files instead of different content

I've been working on the Odin Recipe Project, which can be found here: https://www.theodinproject.com/lessons/foundations-recipes I've encountered an issue which I've captured in a screenshot. (https:/...
Lesego Samane's user avatar
-1 votes
0 answers
41 views

xampp, mariadb, mysql, port management

I'm having issues with xampp dashboard error: Problem detected! 04:49:50 [mysql] Port 3306 in use by ""C:\Program Files\MariaDB 11.4\bin\mysqld.exe" "--defaults-file=C:\Program ...
Emmanuel's user avatar
1 vote
0 answers
70 views

How to manage responses from multiple measuring devices to a single TCP/IP port for time sensitive applications?

I am very new to Socket programming, and I would appreciate any input you have in my question. I am a physicist working on a project where the time intervals and coincidence of measurements play a big ...
Sougandh Km's user avatar
0 votes
0 answers
13 views

Remove port 443 from downloadUri in Artifactory

We are having issues with helm login (and potentially with docker login when we start using it). While our domain for Artifactory is https://artifactory.domain.com, when we try to add Helm, the URL ...
Davor Dragic's user avatar
-2 votes
1 answer
16 views

Changing Port Address

I am using Motion Server for monitoring webcam which are running on http://localhost:8081. Is it possible to change port from 8081 to 80 like (http://localhost:80). I changed it in motion.conf but it'...
Groomber's user avatar

15 30 50 per page
1
2 3 4 5
453