-
Notifications
You must be signed in to change notification settings - Fork 33
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
🐞 [BUG] Crash on sending large photos #165
Comments
14MB is a beefy file. I believe MMS tops out at 1MB, so this would be problems in compression code, unless you're sending without compression. either way, it should fail gracefully, and at least have a check for that. What are your compression settings set to? |
No compression. Not sure what the best resolution:file size setting would be. Im coming of of Message+ and i never had an issue there. I think Message+ had SMS support which is why I never had an issue. Not sure though. |
Give 2000KB compression option a try, and see if it gets sent? I know I'm also having trouble sending some images, but haven't figured out what the common-ground is. might be something with MIME-type or EXIF/metadata. these are all just guesses tho. |
Messages with multiple attached photos, upon hitting send, doesn't send the message. App is still working, until a crash comes roughly 30s after.
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: