Questions tagged [connection-refused]

Message received for different reasons when trying unsuccessfully to connect to a server.

Message received for different reasons when trying unsuccessfully to connect to a server.

322 questions
1
vote
1 answer

why i am getting this error i need to install android studio

I am using Ubuntu 22.10 and java: java --version openjdk 11.0.19 2023-04-18 OpenJDK Runtime Environment (build 11.0.19+7-post-Ubuntu-0ubuntu122.10.1) OpenJDK 64-Bit Server VM (build 11.0.19+7-post-Ubuntu-0ubuntu122.10.1, mixed mode, sharing) Why am…
1
vote
1 answer

MongoServerSelectionError: connect ECONNREFUSED ::1:27017 Nodejs server not connecting to the Mongodb Database

I'm encountering a server selection error when attempting to connect to my MongoDB database using Node.js on my Windows system. Specifically, I am using MongoDB version 6.0.6 and Node.js version 18.16.0. Although data is being sent to the server and…
1
vote
0 answers

Connection refused when trying to connect to local host

I'm starting my jouney in IT world building an API from a Custom Url Shortner Service and using mongodb Atlas. I've been follwing up this tutorial to understand a little more but everytime i send a request i receive this error: 'POST…
1
vote
0 answers

Connection refused to localhost

I am trying to create a method un rust that could call a webserver. I have a server running on 127.0.0.1:8000. In command line, I receive an answer to curl -XGET http://127.0.0.1:8000/data and to curl -XGET http://localhost:8000/data In rust, I have…
Antoine
  • 71
  • 1
  • 5
1
vote
1 answer

Axios Network Error, ERR_CONNECTION_REFUSED: React/Node app runs fine locally but getting error in Heroku production

I have a React/Node app that posts to MongoDB Atlas using Axios. Locally, the app makes calls successfully, but after deploying it on Heroku, I'm getting the following error message in the console: POST http://localhost net::ERR_CONNECTION_REFUSED;…
jjjchou
  • 11
  • 2
1
vote
1 answer

label-studio-ml backend requests.exceptions.ConnectionError

I'am trying to get pre annotations from label studio-ml backend. I am running both (label studio and label studio ml on Dockers) The connection to Label-studio-ml has worked but every time when I try to get a pre annotation I get the following log…
1
vote
1 answer

Remote mysql connection can not be established / host is not allowed

I have laravel web application and mysql running under same ip. web is encrypted with ssl certificate firewall is ufw and ufw is set up as following To Action From -- ------ ---- Nginx Full …
1
vote
0 answers

connection refused error in the very first line when using pycharmdevtools?

I want to get the source code of a website, but the html file get by using driver.get() is not showing all te information. So I plan to use these codes I found import PyChromeDevTools chrome =…
snoobiedoo
  • 15
  • 5
1
vote
0 answers

Angular: HttpClient Post Request not hitting the Asp.net MVC Controller's Action Method

I'm new to Angular Development! Here I'm developing a sample angular project. From this Angular Sample, I have to make HTTP calls to the ASP.NET MVC Web Application. I have to connect to the MVC's Controller Action Methods. Initially, I created an…
1
vote
1 answer

Ansible: continue play on a connection error to allow for different credentials

I am basically trying this inside a role: --- - name: "Connection attempt 1" block: - name: "Credentials" set_fact: ansible_ssh_user: "{{ username_from_vault }}" ansible_password: "{{ password_from_vault }}" - name:…
1
vote
2 answers

MinIO docker SSL login connection refused

We are using docker compose to setup MinIO service, now we are adding the SSL security. Login screen displays without problem on https://my.domain:9001 but it fails on login attempt. When env variable MINIO_SERVER_URL is left out, the error says…
Tomas Trdla
  • 1,142
  • 1
  • 11
  • 24
1
vote
2 answers

React + ASP.Net-Core CORS Problems

While CORS is a big issue when working ReactJS in combination with ASP.Net-Core I figured out how to enable CORS so when accessing my UI (http://localhost:3000) which uses SignalR/REST-Calls against the API (http://localhost:51761). Here the…
1
vote
0 answers

Getting net::ERR_CONNECTION_REFUSED error with Node.Js server serving Video & Audio file

Getting issue when I'm using other device to access the video and audio file alike image file and json and other text file. I am using Angular as frontend and Express as backend and I have hosted it in my local system using Nginx. It is working…
1
vote
0 answers

How difference between ConnectionAbortedError, ConnectionRefusedError and ConnectionResetError and whether to catch an exception

I'm working on the internet connection programming, including Server and Client Socket, FTP, SMTP. But there is an error that depending on internet connection condition that I must handle it. But I don't know what the ConnnectionAbortedError,…
1
vote
0 answers

cURL error 7: Failed to connect to 'xx.domain.xx' port 8140 after 1167 ms: Connection refused

URL error 7: Failed to connect to 'xx.domain.xx' port 8140 after 1167 ms: Connection refused Hi guys, im trying to connect to a public api using curl but response is always at cURL error 7. Any idea how to fix this?
Suuuy
  • 11
  • 1