-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"attempt to divide by zero" in handwriting/models.rs #360
Comments
If possible, can you send the handwritten message blob? Would be nice to have a unit test for this. imessage-exporter/imessage-database/src/message_types/handwriting/models.rs Lines 202 to 206 in fa67b1d
This error indicates that the handwritten message had imessage-exporter/imessage-database/src/message_types/handwriting/models.rs Lines 218 to 226 in fa67b1d
|
I was getting this error on the latest release while trying
imessage-exporter --format=html --copy-method=efficient
:I was able to get past the error by making this change and recompiling.
DISCLAIMER: I have never programmed in rust. This change is straight from ChatGPT.
I assume the developer(s) will address the bug accordingly.
The text was updated successfully, but these errors were encountered: