-
Notifications
You must be signed in to change notification settings - Fork 136
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
Unable to export: Failed to parse attachment row: incomplete input #391
Comments
Can you check if this branch (diff) resolves the crash? |
indeed it does work!
|
If you export messages without the RE the estimated export size, see #235. |
Hello together,
i saw the similar issue is already open, but the case you're handeling over there is not helping me here.
Yes, i read The Readme and took some time tweaking with the arguments, but was't able to figure it out myself.
Thanks in advance for your support!
I'm running the exporter through brew, version 2.2.0.
If i run the command
imessage-exporter -f html -c clone -o ./Downloads/imessage-export/ -t "[email protected]"
the output:
Building cache... [1/4] Caching chats... [2/4] Caching chatrooms... [3/4] Caching participants... [4/4] Caching tapbacks... Cache built! Filtering for 1 handle across 4 chatrooms... Unable to export: Failed to parse attachment row: incomplete input
imessage-exporter -d
what worked was:
imessage-exporter -f html -o ~/Users/cancelcloud/Downloads/imessage-export/ -t "@"
that generated the html files in the specific directory.
The text was updated successfully, but these errors were encountered: