Questions tagged [failed-to-connect]

35 questions
207
votes
21 answers

No internet connection on WSL Ubuntu (Windows Subsystem for Linux)

Recently I installed WSL Ubuntu 18.04 on my Windows machine, but nothing seems to work properly, because I have no internet access. I tried a few commands and sudo apt update says 'Connection failed' and ping google.com literally takes forever as…
garzj
  • 2,427
  • 2
  • 8
  • 15
15
votes
3 answers

FirebaseCrashlytics: Settings request failed

I almost finished building my android app, but I want to add FirebaseCrashlytics. I always add this and I never had a problem installing it. But now its diffrent. I get the following error: 2021-05-24 20:41:42.807…
chrispsv
  • 503
  • 1
  • 3
  • 21
3
votes
3 answers

mongoDB (result= signal , code = killed , signal = ill

while i want to active mongo on linux i get this error and it and it wont work $ sudo systemctl status mongod ● mongod.service - MongoDB Database Server Loaded: loaded (/lib/systemd/system/mongod.service; enabled; vendor preset: disabled) Active:…
Matty Blake
  • 53
  • 1
  • 1
  • 4
3
votes
0 answers

This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page

the website is done using eclipse, after that deployed using AWS, now im trying to convert it as an android studio. but after i connect a phone to the laptop i keep getting this error: This behavior can be disabled in the "Logcat output" section…
user10712578
2
votes
1 answer

How to resolve "curl: (7) Failed to connect to localhost port 5001: Connection refused" in crontab?

I'm trying to get some json data from my API. My API is running in docker container. When I want to see this data, I just go to the http://localhost:5001/v1/executions endpoint and I can view my data as shown in the image below: This is my API's end…
2
votes
2 answers

oraclecloud ubuntu20 Connection refused

I have a strange problem, I installed various services directly on the server, but I can't access them (only happens on OracleCloud's server, I have never encountered this problem with other Clouds). The following is the introduction of my test,…
Z Hu
  • 706
  • 1
  • 3
  • 13
2
votes
0 answers

Asprise / scannerjs.javascript-scanner-web-twain-wia-browsers-scanner.js connection problem reactjs

i try to use scanner.js but the same error keeps on showing i have a problem with websocket connection when i try using scanner.js from Asprise. i installed scanner.js using npm i scanner.js and imported it in my react code. i even added the…
tayssira
  • 21
  • 1
2
votes
1 answer

Failed to connect to github.com port 443: Connection timed out

I have a project on a raspberry pi and am maintaining using github. All has been working fine until today when I got the message: Failed to connect to github.com port 443: Connection timed out Tried switching off and on again and several other…
2
votes
1 answer

ansible playbook command line / Jenkins Ansible plugin / parameter NOT accepting space(s) / comma(s) for host values

Jenkins version: 2.7.4 Ansible/Playbook version: 2.1.1.0 Ansible playbook file: [ vagrant@/tmp ] $ ls -l pb.yml -rw-rw-r--. 1 vagrant vagrant 189 Nov 2 05:39 pb.yml [ vagrant@/tmp ] $ cat $_ --- #- hosts: "{{ host }}" - hosts: all gather_facts:…
AKS
  • 16,482
  • 43
  • 166
  • 258
1
vote
1 answer

ngrok error failed to reconnect how can i fix this?

Session Status reconnecting (failed to dial ngrok server with address "connect.ngrok-agent.com:443": dial tcp: lookup Version 3.3.0 Latency - Web Interface …
Popeye 5
  • 11
  • 2
1
vote
3 answers

Getting 404 error | Server Error | cy.visit() failed trying to load

URL: https://portal-sms-staging.eggdigital.com/signin Cypress.Json "chromeWebSecurity": false, "testFiles": "**/*.{feature,features}", "ignoreTestFiles": ["**/stepDefinitions/*","*.js", "*.md"], "reporter": "mochawesome", "reporterOptions": { …
Raza
  • 19
  • 4
1
vote
0 answers

Failed login localhost SQL Server after change password expiration

I have databases on my localhost server Microsoft SQL Server 2017, today I got password expiration and have change to a new password. But when I want to connect to the database localhost server it failed to login using the new password. And cannot…
1
vote
0 answers

What could the problem be, if i am not able to clone something from Github?

Right now I am programming an i2C script to read some pH data from a sensor at work whatsoever. I need to clone something from GitHub but it always says that the server certificate verification failed. When I wanna visit GitHub.com via Chromium it…
Dibsi
  • 23
  • 3
1
vote
1 answer

How can i fix the "Failed to establish a new connection: [Errno 10061]" error in python?

I'm having trouble executing my python script. I keep getting the same error. The error is: Failed to establish a new connection: [Errno 10061] No connection could be made because the target machine actively refused it. Please note that my…
1
vote
1 answer

Android socket connection using socket.io 0.9.0 version

I am facing issue with connecting to the socket server. I am currently working on an android project, In this project, I need to connect the socket server in the application. I am currently referring ios application code so that it's easy to build…
h_patel
  • 744
  • 5
  • 16
1
2 3