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

Help! Source directory does not exist #135

Open
gardi-innovation opened this issue Jan 2, 2021 · 0 comments
Open

Help! Source directory does not exist #135

gardi-innovation opened this issue Jan 2, 2021 · 0 comments

Comments

@gardi-innovation
Copy link

Hi

This might be a very dense question, but I simply can not figure out why sortphotos has stopped working. I've used it for several years, but suddenly it can not find my source folder. I have tried for several hours, but simply can not figure out what is going on. I have reinstalled and also checked the call of os.path.exists(src_dir): in Spyder without any issues. My path is correct and it does indeed exist.

This is what I execute in Terminal on OSX 10.15.7

python sortphotos.py --sort %m %Y "/Users/USERNAME/PATH_TO_SOURCE_GOES_HERE/“ "/Users/USERNAME/PATH_TO_DESTINATION_GOES_HERE/“

And this is my output:

Traceback (most recent call last):
  File "sortphotos.py", line 506, in <module>
    main()
  File "sortphotos.py", line 503, in main
    args.use_only_tags, not args.silent, args.keep_filename)
  File "sortphotos.py", line 279, in sortPhotos
    raise Exception('Source directory does not exist')
Exception: Source directory does not exist

Any help would be greatly appreciated.
Thank you!

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

No branches or pull requests

1 participant