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

Looking one directory too deep #24

Open
eamcdonald opened this issue Oct 27, 2023 · 4 comments
Open

Looking one directory too deep #24

eamcdonald opened this issue Oct 27, 2023 · 4 comments

Comments

@eamcdonald
Copy link

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

@crispyjones
Copy link

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.

@addshore
Copy link
Owner

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

@bobledeveloppeur
Copy link

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

@dRuEFFECT
Copy link

i ran into this issue as well... it was just the media files that have this disconnect. so i created the folder it was looking for and moved the media folder from your_facebook_activity/posts/media to your_facebook_activity/your_facebook_activity/posts/media. This was much easier than doing a find and replace for each of the json files (i had many)

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

5 participants