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

🐞 [BUG] Crash on sending large photos #165

Open
UnburnedToast opened this issue Oct 8, 2024 · 3 comments
Open

🐞 [BUG] Crash on sending large photos #165

UnburnedToast opened this issue Oct 8, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@UnburnedToast
Copy link

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:

  1. Attach a photo (ive had no issues with small photos, but the one that caused this was 14mb)
  2. Wait for crash :(
  • Device: Samsung Galaxy s23 Ultra
  • OS: Android 14, Build# UP1A.231005.007.S918USQU4CXI1, Samsung One UI 6.1
  • App Version: 4.0.7
@UnburnedToast UnburnedToast added the bug Something isn't working label Oct 8, 2024
@octoshrimpy octoshrimpy moved this to Backlog in QUIK - Next Release Oct 30, 2024
@octoshrimpy octoshrimpy changed the title 🐞 [BUG] 🐞 [BUG] Crash on sending large photos Oct 30, 2024
@octoshrimpy
Copy link
Owner

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?

@UnburnedToast
Copy link
Author

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.

@octoshrimpy
Copy link
Owner

Not sure what the best resolution:file size setting would be

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants