-
Notifications
You must be signed in to change notification settings - Fork 1.2k
unexpected error - invalid literal for int() with base 10: '\\dvc_repo' #4307
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
Comments
Hi @shawnlee103 ! Are you able to use that url with things like |
Hi @efiop , Yes. I try |
@shawnlee103 Whoa, so even mixing the slashes works? O_o And so it puts |
Looking at that path, I would expect your NAS's sftp server to be something custom that can handle weird stuff like that, but we need to double check the sftp spec. Any details about the NAS, btw? Anything special? Are you sure it requies \ and won't work with normal paths? |
Hi efiop, I used synology nas. [core] after 'dvc push' |
Testing this locally with a synology NAS, I was not able to reproduce this scenario, my particular device ( In any case, it looks like the actual issue is the same as #4167. In DVC if your SSH remote URL contains a Since we don't support relative paths in our SSH remote URL scheme, you will need to work around it by specifiying the full path. On synology devices, the full path should be @shawnlee103 can you try configuring DVC to use |
Hi All, ssh://user@ip/volume1/dvc_repo But |
Bug Report
due to NAS storage, i have to set SSH path with "\"
['remote "data_ssh"']
url = ssh://[email protected]:\dvc_repo
ask_password = true
when dvc push
The text was updated successfully, but these errors were encountered: