-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Upload does not progress, image not uploaded (linked to campaigns merge?) #4565
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
Comments
Hi @nicolas-raoul , could we get logs for this please? |
Edit: I managed to reproduce this, all of my regular uploads (Contributions > Gallery, not via Nearby) do this in the WLM branch. Unfortunately I did not test regular uploads prior to merging, did not think that they would break. :/ @madhurgupta10 could you please give this bug highest priority now, above any other tasks? This is an absolute blocker for release. |
Hi @nicolas-raoul , I was looking into the logs, and this is the exception I see
Can you please help me understand what changes have we made to save upload status in UploadStatusDao? |
The problem starting occurring on the commit before the custom selector was merged, so I believe it is not linked to |
Yes, there are other errors as well, I have fixed those via this #4567. Upload succeeds now, but the notification shows it fails and the attached logs are the reason |
Understood! Here is the context: The custom selector shows differently pictures that have been uploaded already. |
Hey @ashishkumar0207, |
Hi @4D17Y4 , it happened to me on a normal upload. |
For the changes from Custom Selector. The uploadedStatusDao as @nicolas-raoul mentioned stores the uploaded status of the images. |
Can I know what android version you are using? |
Its android 10, Pixel 3A |
Thanks for working on this! I do want to clarify that I was testing on |
I tested #4567 today, uploading about 20 pictures using various methods (single, multiple, stock picker, custom picker, nearby). I saw many
My conclusion: #4567 is a great improvement :-) |
IMO, if things are fine, let's get this merged to master, and then cherry-pick the fixes to 3.1-release, that way master would also be rid of the bug. If at all any improvisation is needed around the custom-selector logic, those can go on master. |
Steps to reproduce:
Commit 67f5b6c does not have this problem, so it seems to be caused by campaigns code?
The text was updated successfully, but these errors were encountered: