-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2023-12-04] Android-Scan-Unable to create split scan request with 2 participants, unexpected error displayed #31763
Comments
Triggered auto assignment to @JmillsExpensify ( |
Bug0 Triage Checklist (Main S/O)
|
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Triggered auto assignment to @blimpich ( |
📣 @github-actions[bot]! 📣
|
working on this, trying to find culprit PR |
None of the PRs particularly stand out to me. Put out a feeler on #expensify-open-source slack channel to hopefully get more eyes on this. I'm currently attempting to repro this on a local Android virtual device, but having difficulty. |
I have been researching on this. Will update in a few min |
@situchan can you reproduce the issue? |
yes, I narrowed PRs list. Found commit hashes between repro and not repro |
do you have a commit hash that caused the issue? |
Thanks! Can you elaborate why that PR caused the issue? |
Just found the offending line. Commented on PR. |
As we found fix, no need to revert. I just tested again with this fix. - const file = new File([blob], cleanFileName(fileName));
+ const file = new File([blob], cleanFileName(fileName), {type: blob.type}); |
Wanna work on a fix PR? I'll assign you to the issue |
Sure. On PR now |
We Cped a fix for this removing the blocker label. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.2-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-11-30. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Is any payment required on this issue, seeing as it's apparently a dupe? |
Payment required here. The dupe issue was very old one. |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.3-11 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-12-04. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@situchan mind completing the checklist ahead of the regression period passing. Thank you! |
This was caught by QA team and also in checklist to avoid this kind of bug. So no regression test is needed. Purely PR author/reviewer's mistake.
|
Great thank you! Payment summary:
|
@situchan I went ahead and sent you an offer via Upwork. |
Contract paid. Thank you! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.4.2-0
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Expected Result:
User must be able to create split scan request with 2 participants
Actual Result:
When user create split scan request with 2 participants, error message "Unexpected error requesting money, please try again " is displayed
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6287874_1700693306702.sca.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: