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

Clarify where to export messenger data to, and fix export.py to pkl error #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aguldbrandsen
Copy link

I mistakenly exported my Facebook messenger data content to the messenger folder, instead of the entire messages folder i had unzipped from the Facebook download file. I saw in an other thread, that others had also done this. The readme could be changed so this would be avoided.

If i run export.py -format pkl then i get an error saying:

Traceback (most recent call last):
  File "export.py", line 59, in <module>
    main()
  File "export.py", line 52, in main
    with open(f_name, 'wb', encoding="utf8") as f:
ValueError: binary mode doesn't take an encoding argument

The error can be avoided by not setting encoding in the open() function.

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

Successfully merging this pull request may close these issues.

None yet

1 participant