-
-
Notifications
You must be signed in to change notification settings - Fork 666
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
lightbox: Download manager fails to download from {image_url}. #3124
Comments
Quick note from our web searching just now: https://developer.android.com/reference/android/app/DownloadManager.html#STATUS_FAILED
Not a ton of information in that code, but that at least is very likely what the 16 is. |
This reproduces only on zulipchat.com, so I bet the issue is that the download isn't being authenticated properly (as documented in #2618). |
Posting the corresponding thread on czo here: https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/Android.20auth.20on.20zulipchat.2Ecom |
Relaying over information from the conversation in the thread above:
So, the authentication issue may have been fixed with zulip/zulip@ededdc5, and now there's one more issue with the redirect. I'll start debugging by just hardcoding the dev environment to always serve a redirect to a fixed image. |
We heard a fresh report of this today, from a user who'd just started using Zulip with their team. They posted a screenshot showing an error message of exactly the same form as in the description above: So, a confirmation that this issue is still live and a reminder that it affects people using Zulip. |
This issue is now fixed! Thanks to @agrawal-d in #4089. We also had a previous issue #2115 which in retrospect is pretty clearly the same issue. That one didn't have much detail or any useful labels on it, which is probably why we didn't notice it at the time we filed this one. I've now marked that one as a duplicate of this. |
This is a follow-up to #3123 (and I think the last step of #2618)!
After a user grants
EXTERNAL_WRITE_STORAGE
permission in order to download an image, this error is thrown (screenshot from an emulator running the debug build):(@zulipbot add "area: android")
(@zulipbot claim)
The text was updated successfully, but these errors were encountered: