Open navaneeth opened 6 years ago
I went through the code. Looks like this is just a warning. Actual processing has happened
It's a valid bug. The error is because despite the EXIF changes it does not change the destination folder because the album name trumps the location which in turn thinks the operation failed. It should not report an error. Since it returns before the end of the function there are lines of code which do not execute.
Thanks for reporting.
Hi, I'm having the same problem today. For example I want to rename the location folder and it show the same error.
./elodie.py update --location="Utrera, Sevilla" /Folder/Unkown location/
Final source and destination path should not be identical
Well, if you config MapQuest developer api, the error disappeared
I have imported some photos. (
elodie.py
is inPATH
)As expected, this created the following structure.
Now, I am trying to update location info into the file.
This fails with the following error:
When I look at the image, it has the location info added. But the command was showing it as a failure.