facebook-data-image-exif
facebook-data-image-exif copied to clipboard
Looking one directory too deep
Hi, thanks for making this! I got it to work but I found a bug.
When I tried running this it failed because it was looking for images in locations ./your_activity_across_facebook/your_activity_across_facebook/ rather than ./your_activity_across_facebook. I'm not sure if this is due to Facebook messing up the.json (there appears to be a bug in the Facebook generated html files as well).
I fixed it by just editing the directories in the .json files and removing the extra "your_activity_across_facebook/".
Thanks @eamcdonald! Same issue, used notepad++ to remove all the "your_activity_across_facebook/" instances from all the .json files and was able to get it to work.
It looks like FB has indeed changed the structure again then I'll try to make a new release in due course. Thanks for posting a workaround @crispyjones
I wrote a browser tool inspired from this (no need for java JDK/JRE) working with new structure. Link here If it can help anyone...