-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
remote: handle -d ERROR #3219
Comments
Hi @qwljasmine ! I see that the path you are supplying is |
Hi @efiop this is the path that my teammate shared to me and as I mentioned I am able to use it when I execute the command at my git directory. So I guess I am not able to try out another kind of path since that is the only path I have. Thanks |
... it also looks like no matter if that path is correct or not we have some strange behavior with that exception. |
@qwljasmine sorry for the delay. Could you try removing the leading |
@efiop removing the leading / can run. My colleague is running windows 10 |
@qwljasmine So |
@efiop I think the problem is that certain command line options combination leads to this unhandled properly exception "ERROR: unexpected error - expected str, bytes or os.PathLike object, not NoneType". |
@shcheklein It is a problem (i've mentioned "except that we could indeed present it better"), but not the core problem. Just checking if the core problem is resolved or not. |
@efiop ah, yeah. It looks like it was from the Discord discussion. Not 100% sure though. |
Closing as stale. The general "unexpected error" is a topic for a separate discussion. |
I encountered ERROR: unexpected error - expected str, bytes or os.PathLike object, not NoneType
when I run command dvc remote add -d tmpremote [a shared Windows drive] at default home directory of my environment.
The issue is gone when I run the same command at my git folder.
EDIT:
More context:
https://discordapp.com/channels/485586884165107732/485596304961962003/669661824190513162
The text was updated successfully, but these errors were encountered: