dvc push: [Errno 111] Connect call failed
See original GitHub issueBug Report
Description
Upon calling dvc push this error appears:
$ dvc push
ERROR: unexpected error - [Errno 111] Connect call failed (COMPANY_SERVER_IP, PORT)
Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!
(I am not able to provide COMPANY_SERVER_IP, PORT due to company policy. Port differs from 22).
Reproduce
- dvc push
Expected
An ability to push files to a company DVC server.
Environment information
Output of dvc doctor:
$ dvc doctor
DVC version: 2.8.1 (pip)
---------------------------------
Platform: Python 3.8.10 on Linux-5.4.0-88-generic-x86_64-with-glibc2.29
Supports:
webhdfs (fsspec = 2021.10.0),
http (aiohttp = 3.7.4.post0, aiohttp-retry = 2.4.6),
https (aiohttp = 3.7.4.post0, aiohttp-retry = 2.4.6),
ssh (sshfs = 2021.8.1)
Cache types: hardlink, symlink
Cache directory: ext4 on /dev/sda2
Caches: local
Remotes: ssh
Workspace directory: ext4 on /dev/sda2
Repo: dvc, git
Additional Information (if any):
I was able to resolve this issue by downgrading to dvc version of 2.5.2. DVC push works fine there.
Issue Analytics
- State:
- Created 2 years ago
- Comments:26 (12 by maintainers)
Top Results From Across the Web
SSH login failed after upgrading version 0.24.3=>0.30.1 - DVC
Hi. I have the same problem. This happens even after i configured a new Remote and pushed to it again. Or if I...
Read more >dvc push certificate verify fail for gcp - Stack Overflow
Trying to push data into a bucket in Google Cloud Platform (GCP) from Visual Studio via dvc push ERROR: enter image description here....
Read more >2021-2022 catalog | dvc - Diablo Valley College
Students who believe they are coded as nonresidents in error have the opportunity to request residency reclassification, and if approved, reduce the charges ......
Read more >How To Resolve The Seven Most Common Noritz Tankless ...
Make sure that only one remote control is hooked up when two units are connected. If the error continues, contact a licensed contractor....
Read more >Data & Model Management with DVC | Analytics Vidhya
All this calls for some specific tools & frameworks to address this issue of versioning ML artifacts like data, hyperparameters & models that ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@SokolovMichail @efiop
I’m unable to reproduce the issue - using the hostname and port we were provided after the discussion, I can connect to the host directly using
asyncssh,sshfs, DVC’sfs.ssh.SSHFileSystem, and usingstatus -cfrom a test DVC repo with SSH remote configured to use/home/dvcon the provided remote host.I tested using the current DVC pip release (
2.8.3) on both macos and linux (ubuntu-focal), and had no connection issues on either platform.It seems like whatever the issue is, it must be related to something that is standardized across your developers’ machines/environments (since it was reproducible for multiple users on your network)? But I’m not really sure how to proceed from here.
linux results (with
host:portremoved):the two test python scripts are:
and the test DVC repo just contains a single
dvc added filefooProviding dvc push -v output as requested. Due to the company policy it had to be doctored to remove the confidential information. It is replaced with <INFORMATION>.