Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
60 views

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 ...
Apti TI's user avatar
  • 11
0 votes
0 answers
47 views

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 ...
DOver's user avatar
  • 1
0 votes
0 answers
41 views

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 ...
ds13813's user avatar
1 vote
0 answers
249 views

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 "...
Ahmar Yousaf's user avatar
0 votes
0 answers
166 views

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 ...
ihaveaquestion's user avatar
0 votes
1 answer
429 views

With this code on a notebook in vscode in wsl: graph = Neo4jGraph( url="bolt://localhost:7687", username="neo4j", password="neo4j", # ...
Mathys Ferrato's user avatar
0 votes
0 answers
47 views

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&...
user1821091's user avatar
0 votes
0 answers
655 views

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 ...
Early Bird's user avatar
0 votes
1 answer
710 views

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 ...
user25065003's user avatar
0 votes
0 answers
135 views

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 ...
Jango's user avatar
  • 27
2 votes
1 answer
837 views

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 ...
Siddharth Pyapali's user avatar
0 votes
0 answers
227 views

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 ...
Leonardo Guarezi's user avatar
1 vote
0 answers
579 views

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" ...
AjmalDev's user avatar
0 votes
1 answer
202 views

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 ...
cafer yıldız's user avatar
0 votes
2 answers
779 views

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, ...
asn's user avatar
  • 2,571
2 votes
2 answers
4k views

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 ...
Salome's user avatar
  • 41
0 votes
4 answers
2k views

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> ...
Mohammad Ghafoori's user avatar
0 votes
1 answer
346 views

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....
hyperion's user avatar
  • 159
2 votes
1 answer
1k views

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....
kladderradatsch's user avatar
0 votes
0 answers
201 views

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), ...
Ismael Raya Roa's user avatar
3 votes
0 answers
139 views

I have eureka-server: @SpringBootApplication @EnableEurekaServer public class DiscoveryServerApplication { public static void main(String[] args) { SpringApplication.run(...
Johnyb's user avatar
  • 1,336
0 votes
1 answer
1k views

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 ...
tlhinman's user avatar
  • 105
2 votes
1 answer
1k views

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, ...
Zkh's user avatar
  • 593
1 vote
0 answers
443 views

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 ...
Himanshu Nain's user avatar
0 votes
1 answer
305 views

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 ...
Eduardo44's user avatar
-1 votes
2 answers
5k views

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....
shehinn p's user avatar
0 votes
0 answers
156 views

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&...
MetaStack's user avatar
  • 3,848
0 votes
0 answers
653 views

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 ...
Ryan Stephenson's user avatar
2 votes
0 answers
402 views

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 ...
Vishal Prasad's user avatar
0 votes
2 answers
2k views

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 ...
wpvic's user avatar
  • 23
1 vote
1 answer
644 views

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-...
M.A.Luqmaan's user avatar
1 vote
1 answer
754 views

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....
FEBIN DEVASSIA's user avatar
0 votes
0 answers
452 views

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.&...
Gökhan E.'s user avatar
1 vote
2 answers
2k views

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. ...
Jaya Kaviya's user avatar
-1 votes
1 answer
619 views

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 (...
methz's user avatar
  • 1
0 votes
1 answer
1k views

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 ...
Jukebox Jory's user avatar
1 vote
0 answers
271 views

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 ...
Danka's user avatar
  • 11
4 votes
0 answers
1k views

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 ...
Antoine's user avatar
  • 111
2 votes
0 answers
557 views

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#...
L3N0X's user avatar
  • 21
1 vote
1 answer
162 views

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: ...
jjjchou's user avatar
  • 11
0 votes
2 answers
257 views

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 ...
Bismuth Habs's user avatar
0 votes
0 answers
581 views

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 ...
JMD's user avatar
  • 339
0 votes
1 answer
2k views

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 ...
Marvin Ludwig's user avatar
0 votes
1 answer
774 views

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 ...
okgrass's user avatar
0 votes
1 answer
1k views

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/...
zamir sl's user avatar
1 vote
1 answer
1k views

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 ...
Anas Arodake's user avatar
0 votes
2 answers
2k views

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:\...
Ivan's user avatar
  • 193
0 votes
1 answer
176 views

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 ...
Bemz's user avatar
  • 147
0 votes
1 answer
116 views

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 ...
voltesque's user avatar
1 vote
2 answers
1k views

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, ...
Unicorn CTHC's user avatar

1
2 3 4 5
7