Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFTP destructor error #3273

Closed
aprimostka opened this issue Feb 2, 2020 · 1 comment
Closed

SFTP destructor error #3273

aprimostka opened this issue Feb 2, 2020 · 1 comment
Labels
triage Needs to be triaged

Comments

@aprimostka
Copy link

aprimostka commented Feb 2, 2020

dvc --version
0.82.6
Windows 10 x64, pip
Ubuntu 19.04, pip, conda
When do 'dvc pull' with address ssh://<server-name>/<path> where ssh detailed config are taken from .ssh/config exception raised (windows system):

Exception ignored in: <function Pool.__del__ at 0x000001C14C2A4AF8>
Traceback (most recent call last):
  File "d:\programs\miniconda3\envs\fastai\lib\site-packages\dvc\remote\pool.py", line 42, in __del__
  File "d:\programs\miniconda3\envs\fastai\lib\site-packages\dvc\remote\pool.py", line 46, in close
  File "d:\programs\miniconda3\envs\fastai\lib\site-packages\dvc\remote\ssh\connection.py", line 59, in close
  File "d:\programs\miniconda3\envs\fastai\lib\site-packages\paramiko\sftp_client.py", line 194, in close
  File "d:\programs\miniconda3\envs\fastai\lib\site-packages\paramiko\sftp_client.py", line 185, in _log
  File "d:\programs\miniconda3\envs\fastai\lib\site-packages\paramiko\sftp.py", line 158, in _log
  File "d:\programs\miniconda3\envs\fastai\lib\logging\__init__.py", line 1443, in log
  File "d:\programs\miniconda3\envs\fastai\lib\logging\__init__.py", line 1621, in isEnabledFor
TypeError: 'NoneType' object is not callable

Stacktrace is the same on both systems. With version 0.80.0 all works smoothly

@triage-new-issues triage-new-issues bot added the triage Needs to be triaged label Feb 2, 2020
@efiop
Copy link
Contributor

efiop commented Feb 2, 2020

Hi @aprimostka !

Thanks for reporting this bug! I'll close this issue in favor of #3248 . We are looking into it right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants