331 questions
1
vote
0
answers
60
views
Connection refused in api google-distancematrix-api
I'm having a "Connection refused" issue with the google-distance matrix-api API when processing a request.
This "connection refused" return is seen in a few requests throughout the ...
0
votes
0
answers
47
views
Occasional "I/O error on GET request": Connection to sas-data-flows refused
During execution of flows in SAS Studio in the ViyaCloud. I'm using a SAS/ACCESS connection to Postgres, from which I use DB tables in my Flows, processing them with Steps, etc.. I occasionally get ...
0
votes
0
answers
41
views
Trying to send email from website using flask - but get ConnectionRefusedError: [WinError 10061]
I am quite new to web development. I am trying to make a website using Flask and HTML. One of the webpages on the website is a contact page, where the user types out a message in a message box and ...
1
vote
0
answers
249
views
flutter_inappwebview refused to connect in Flutter web
I want to build an app for web only with Flutter. It works fine when I load "https://flutter.dev", but when I change the URL to "https://www.google.com" then I get a "...
0
votes
0
answers
166
views
Unable to connect to postgres database running in oracle cloud
I run postgres in a docker container on oracle cloud. I opened the port with iptables and via the oracle cloud web interface.
Somehow I can still not connect to the database using Datagrip. I also ...
0
votes
1
answer
429
views
can't connect to neo4j database with Neo4jGraph but works with GraphDatabase.driver
With this code on a notebook in vscode in wsl:
graph = Neo4jGraph(
url="bolt://localhost:7687",
username="neo4j",
password="neo4j",
# ...
0
votes
0
answers
47
views
kubectl commands not working on k8s worker-node [duplicate]
When I run the command kubectl get pod it shows the error:
E0529 06:34:46.052414 11652 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s&...
0
votes
0
answers
655
views
localhost refused to connect ERR_CONNECTION_REFUSED Error
I'm working with angular. And trying to run site on chrome browser. At that time it is giving me ERR_CONNECTION_REFUSED error. But I'm able to connect with site from FireFox Browser. On chrome, I ...
0
votes
1
answer
710
views
Container Not found Error while setting up Azure Blob Storage for IOT Edge
I have and IOT Hub and Edge setup in place, for one of the devices I'm trying to create a setup for the Azure Blob Storage module on Azure IOT Edge, I'm following this article.
I have an IOT edge ...
0
votes
0
answers
135
views
ERR_CONNECTION_REFUSED After deploying Angular app to Render.com
My deployed render app is not able to get the backend data. I also cannot try to login or register.
Opening the app in firefox rather than chrome shows another error: "Cross-Origin Request ...
2
votes
1
answer
837
views
How to run flask-ngrok in google colab? Getting error: ConnectionRefusedError: [Errno 111] Connection refused
I initially ran the following code in google colab cells and even created an ngrok account to get the authtoken.
!pip install flask-ngrok
!pip install pyngrok==4.1.1
!ngrok authtoken 'TOKEN_ID'
from ...
0
votes
0
answers
227
views
Recive [Errno 111] Connection refused on load test for TCP Server
I'm trying to set up a job make a load test on a TCP server. The idea is for each 'client' to connect to the server, send a message and close the connection (without waiting for a response).
Doing ...
1
vote
0
answers
579
views
kubernetes ingress-nginx controller- connect() failed (111: connection refused) while connecting to upstream
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress-skyway-host
annotations:
# kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/use-regex: "true"
...
0
votes
1
answer
202
views
I cannot access Elasticsearch running on EC2 from the outside
I installed Elasticsearch from the following link. Then, I modified the /elasticsearch-7.17.17/config/elasticsearch.yml file to set network.host:0.0.0.0. Additionally, I opened port 9200 from the ...
0
votes
2
answers
779
views
Cannot connect to Cassandra instance in Docker, getting ConnectionRefusedError
I'm running a cassandra container with the the help of docker. For the below set of configuration I'm trying to run the script.sh script which should run after cassandra is up and running. However, ...
2
votes
2
answers
4k
views
RabbitMQ access refused
I try establish a Connection with pika.BlockingConnection to a rabbitMQ broker. However I get the following error:
ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using ...
0
votes
4
answers
2k
views
Getting Connection Refused After using gRPC client inside dockerize project in ASP.NET Core 8
I'm using ASP.NET Core 8 with gRpc. Inside Basket.API project which contains gRpc client, I'm calling one of the gRpc methods which is GetDiscountAsync:
public async Task<CouponModel> ...
0
votes
1
answer
346
views
java.net.ConnectException: Connection refused when using docker-compose with Spring Boot and Keycloak
I do have a couple of Spring Boot services as part of a docker-compose file. Unfortunately some (the ones that act as an OAuth client) are failing at startup with
Caused by: java.lang....
2
votes
1
answer
1k
views
WebTestClient throws Connection refused: no further information: /127.0.0.1:80
Our integration tests in Spring Boot 3.2.0 via @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) and WebTestClient fail with the following exception
org.springframework.web....
0
votes
0
answers
201
views
Why python multiprocessing pool.join is raising a "[Errno 111] Connection refused (Python.Runtime.PythonException)"?
Im very confused.... we are using multiprocessing python lib to just copy some files in parallel processes, using map.async.
Obviously i am doing something wrong, because sometimes (yes... sometimes), ...
3
votes
0
answers
139
views
Connection refused to eureka server
I have eureka-server:
@SpringBootApplication
@EnableEurekaServer
public class DiscoveryServerApplication {
public static void main(String[] args) {
SpringApplication.run(...
0
votes
1
answer
1k
views
"Connection refused to host ::1" when reloading Maven in IDEA
This is IDEA 2023.2.2 Ultimate, though I just updated today and this was certainly a problem before. M1 Macbook on Ventura 13.5.2.
Whenever I open IDEA, I'm presented with this in the Sync tab, with ...
2
votes
1
answer
1k
views
next-auth: Axios raises connect ECONNREFUSED ::1:8000 when sign-in to django
Stack
Backend: django (dj_rest_auth for authentication)
Frontend: nextjs (next-auth for authentication, environment variables are set correctly.)
OS: Debian 12 - bookworm
Dependencies: redis, ...
1
vote
0
answers
443
views
Trying to deploy my application on render.com, trying connecting to db via internal url, connection is getting refused, app trying a local connection
I'm trying deploying my application wherein im using workers and ques for jobs, trying to connect the redis instance to my application , connection is getting refused. I thik app still trying to hit a ...
0
votes
1
answer
305
views
How run the pgadmin4 docker image in the cloud foundry environment?
Our company uses the cloud foundry for the cloud services. Currently i need the docker container solution to analyse the connected databases in the cloud foundry context. I try to deploy with cf tool ...
-1
votes
2
answers
5k
views
Continuously Facing "could not connect to server: Connection refused" Issue with PostgreSQL
I'm encountering a persistent issue with PostgreSQL where I repeatedly face the error message:
could not connect to server: Connection refused Is the server running on host "localhost" (127....
0
votes
0
answers
156
views
pyftpdlib ftp server unavailable from outside local network
my server is simple:
from pyftpdlib import servers, handlers
address = ("0.0.0.0", 21)
server = servers.FTPServer(address, handlers.FTPHandler)
server.banner = "Welcome to My FTP Server&...
0
votes
0
answers
653
views
port 443: Connection refused in R on personal computer
I am following an API tutorial:
https://www.dataquest.io/blog/r-api-tutorial/
and step 1 - I attempted a GET request
res = GET("https://api.open-notify.org/astros.json")
I immediately hit a ...
2
votes
0
answers
402
views
How can I resolve the 'connection refused' error in seaborn's sns.load_dataset() function? [closed]
While searching for this issue, I found this-
Connectionrefusederror: [errno 111] connection refused is an error message that the Python “socket()” function will show when it cannot connect to the ...
0
votes
2
answers
2k
views
Perforce stopped connecting
I ran up a perforce dev servers for couple users for a year and bit with no problems, then they reported it refuses connection to their clients last week. I logged into the server and tried "p4 ...
1
vote
1
answer
644
views
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-...
1
vote
1
answer
754
views
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
votes
0
answers
452
views
Payara Server seems started, but not running
Payara Server seems started, but not running. I don't know why.
Command start-domain executed succesfuly.
Then, I try to stop server, it prompts the message "No domains are currently running.&...
1
vote
2
answers
2k
views
Connection refused error : Running flutter app in mobile, It is not connecting to server, but when it is running in web app it works well with server
This is Flutter app with python(flask)
error-image
If I debug, it shows an exception
debugging image
If I run the flutter app in chrome, it is interacting with flask and gives the correct response. ...
-1
votes
1
answer
619
views
gitlab runner - Fargate - connect: connection refused
Configuring a Gitlab runner using Fargate. When I run the gitlab job it's giving me the following error. Appriciate if any one can give an insight to resolve this.
Running with gitlab-runner 15.10.0 (...
0
votes
1
answer
1k
views
script.google.com refused to connect. - How to understand and clear this problem
I am cross-training myself from Cold Fusion to Google Apps Scripts and am trying to replicate a menu system I had in CF. The code works but I get the above error when I run it. I have seen responses ...
1
vote
0
answers
271
views
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 ...
4
votes
0
answers
1k
views
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 ...
2
votes
0
answers
557
views
Connection refused Cordova Android (localhost)
When running my App on Android, I get following Error message when trying to authenticate with the Spotify API (after redirecting back):
net::ERR_CONNECTION_REFUSED (http://localhost/index.html#...
1
vote
1
answer
162
views
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:
...
0
votes
2
answers
257
views
"WinError 10061" When trying to connect to Cloud SQL using Cloud SQL Python Connector
I have created a Cloud SQL instance, and a new database. However, I can't seem to connect to the database using Cloud SQL Python Connector. I have followed the sample code and steps in the ...
0
votes
0
answers
581
views
Jetty for Junit - java.net.ConnectException: Connection refused: no further information
TL;DR Am using org.mortbay.jetty:jetty:6.1.26 in my JUnits to Stub a server. I was hoping to get predetermined content in output. However am getting exception java.net.ConnectException: Connection ...
0
votes
1
answer
2k
views
Expose port to docker container (Connection refused)
I have a server that I've connected to using autossh. When I run curl http://localhost:9100/metrics on the host system, I am able to retrieve metrics from the server. I am trying to forward port 9100 ...
0
votes
1
answer
774
views
Failed to fetch data from api - unable to connect to server -('Access-Control-Allow-Origin)error
I'm trying to submit form and receive the data on mail but it's not workig. it's showing.. http://localhost:4000/contact net::ERR_CONNECTION_REFUSED
I tried use various options in cors.here are the ...
0
votes
1
answer
1k
views
How to use port 5434 on main server for postgresql streaming replication
I am trying to do streaming replication between two postgresql servers. Main server is listening on port 5434 and I have to keep it so. When I run "pg_basebackup -h (main server ip) -D /var/lib/...
1
vote
1
answer
1k
views
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 ...
0
votes
2
answers
2k
views
Connection refused when connecting to localhost's port 9999
I am trying to understand some example Kotlin code that connects to http://127.0.0.1 using sockets, and I have IIS enabled and running it on 127.0.0.1. However, when I run the code, I get:
"C:\...
0
votes
1
answer
176
views
ConnectionRefusedError: [WinError 10061] No connection made because the target machine actively refused it
I am running an eth node (prysm) on an ec2 which the api data is accessible through port 3500. I have made the ec2 inbound security traffic publicly accessible to all traffic to query the api from ...
0
votes
1
answer
116
views
Python 3 SSL cannot grab certificate
I'm trying to have a simple function collect certificates from servers. Using Python 3.10.8 and my code looks something this:
import ssl
def certgrab(dom):
address = (dom, 443)
try:
f ...
1
vote
2
answers
1k
views
127.0.0.1 Refused To Connect (Coded in Codecademy)
I am quite a beginner in coding, trying to complete a programming assignment focused on Python. I followed along with Tech with Tim's YouTube video about "Python Website Full Tutorial - Flask, ...