facebook-data-image-exif icon indicating copy to clipboard operation
facebook-data-image-exif copied to clipboard

Looking one directory too deep

Open eamcdonald opened this issue 1 year ago • 4 comments

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/".

eamcdonald avatar Oct 27 '23 01:10 eamcdonald

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.

crispyjones avatar Dec 30 '23 04:12 crispyjones

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

addshore avatar Dec 30 '23 08:12 addshore

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...

bobledeveloppeur avatar Feb 29 '24 08:02 bobledeveloppeur