-
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
Error on recursive dryrun #1
Comments
Hi, thanks for raising an issue - I'll try to take a look at it in the next few days. |
I've just pushed v0.6.1 which fixes this issue. Let me know how you get on. |
That got me past the initial error, but now I have further problems. That said, it very well could be the way the box is set up...and the data involved. I am getting a date parse error now, but i am pretty sure that is my exif data. This problem appears to be solved. Thanks for your time! |
Hey, I think this might be an issue with the exif library I am using - when I first wrote this it was the best available, but maybe I need to look around again. Can you provide the stacktrace of the error? |
I have a massive set of JPGs that I was hoping to utilize this project on. It has all the stuff I am likely to need: (EXIF data, templated directory/file rename, preview of changes, etc.)
So I installed the app via NPM and installed it globally, then tried:
exif-renamer imagesDirectory/ -d -r
I was hoping for a listing of all the included renames so that I could start crafting a renaming template.
Unfortunately, what I got was:
Looks like the callback is failing on the completion of the recursive promises...somehow its getting a bad callback? getting passed a boolean instead of a function?
The text was updated successfully, but these errors were encountered: