-
Notifications
You must be signed in to change notification settings - Fork 4
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
TypeError: SSHClientConfig.__init__() missing 2 required positional args #99
base: main
Are you sure you want to change the base?
Conversation
…rguments: 'host' and 'port' ISSUE FIXED
it seems to be still broken |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
I tried changing those params, my prod setup worked. this issue may be due to drastic changes in assync ssh library. some test cases might have to be revised. |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the research @99-NinetyNine . what is the change in parse_config
? you can do a PR in sshfs (I can approve and merge in both repos).
I could not find sshfs github repo,
|
@99-NinetyNine fsspec/sshfs#55 - here is the repo btw, here is the relevant discussion fsspec/sshfs#54 |
Issue fixed :
while doing dvc pull or push, there was error. mainly due to the updated library code for ssh.
TypeError: SSHClientConfig.init() missing 2 required positional arguments: 'host' and 'port'
The library function that causes exception is this.