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

[HOLD for payment 2023-12-04] Android-Scan-Unable to create split scan request with 2 participants, unexpected error displayed #31763

Closed
1 of 6 tasks
lanitochka17 opened this issue Nov 22, 2023 · 31 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering

Comments

@lanitochka17
Copy link

lanitochka17 commented Nov 22, 2023

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:

  1. Launch app
  2. Tap request---scan
  3. Choose a image from gallary
  4. Select 2 participants to split
  5. Tap add to split
  6. Tap split
  7. Open Split scan request displayed
  8. Enter all details
  9. Tap split and wait for few seconds

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?

  • Android: Native
  • Android: mWeb Chrome
  • iOS: Native
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence

Bug6287874_1700693306702.sca.mp4

View all open jobs on GitHub

@lanitochka17 lanitochka17 added DeployBlockerCash This issue or pull request should block deployment Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Nov 22, 2023
Copy link

melvin-bot bot commented Nov 22, 2023

Triggered auto assignment to @JmillsExpensify (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

Copy link

melvin-bot bot commented Nov 22, 2023

Bug0 Triage Checklist (Main S/O)

  • This "bug" occurs on a supported platform (ensure Platforms in OP are ✅)
  • This bug is not a duplicate report (check E/App issues and #expensify-bugs)
    • If it is, comment with a link to the original report, close the issue and add any novel details to the original issue instead
  • This bug is reproducible using the reproduction steps in the OP. S/O
    • If the reproduction steps are clear and you're unable to reproduce the bug, check with the reporter and QA first, then close the issue.
    • If the reproduction steps aren't clear and you determine the correct steps, please update the OP.
  • This issue is filled out as thoroughly and clearly as possible
    • Pay special attention to the title, results, platforms where the bug occurs, and if the bug happens on staging/production.
  • I have reviewed and subscribed to the linked Slack conversation to ensure Slack/Github stay in sync

@github-actions github-actions bot added Engineering Hourly KSv2 and removed Daily KSv2 labels Nov 22, 2023
Copy link
Contributor

👋 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:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

Copy link

melvin-bot bot commented Nov 22, 2023

Triggered auto assignment to @blimpich (Engineering), see https://stackoverflow.com/c/expensify/questions/4319 for more details.

Copy link

melvin-bot bot commented Nov 22, 2023

📣 @github-actions[bot]! 📣
Hey, it seems we don’t have your contributor details yet! You'll only have to do this once, and this is how we'll hire you on Upwork.
Please follow these steps:

  1. Make sure you've read and understood the contributing guidelines.
  2. Get the email address used to login to your Expensify account. If you don't already have an Expensify account, create one here. If you have multiple accounts (e.g. one for testing), please use your main account email.
  3. Get the link to your Upwork profile. It's necessary because we only pay via Upwork. You can access it by logging in, and then clicking on your name. It'll look like this. If you don't already have an account, sign up for one here.
  4. Copy the format below and paste it in a comment on this issue. Replace the placeholder text with your actual details.
    Screen Shot 2022-11-16 at 4 42 54 PM
    Format:
Contributor details
Your Expensify account email: <REPLACE EMAIL HERE>
Upwork Profile Link: <REPLACE LINK HERE>

@blimpich
Copy link
Contributor

working on this, trying to find culprit PR

@blimpich
Copy link
Contributor

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.

@situchan
Copy link
Contributor

I have been researching on this. Will update in a few min

@luacmartins
Copy link
Contributor

@situchan can you reproduce the issue?

@situchan
Copy link
Contributor

yes, I narrowed PRs list. Found commit hashes between repro and not repro

@luacmartins
Copy link
Contributor

do you have a commit hash that caused the issue?

@situchan
Copy link
Contributor

I finally found offending PR - #28449. As it's TS migration, better to revert.
Here's revert PR - #31767 - just tested and not able to repro

@luacmartins
Copy link
Contributor

Thanks! Can you elaborate why that PR caused the issue?

@situchan
Copy link
Contributor

Just found the offending line. Commented on PR.

@situchan
Copy link
Contributor

situchan commented Nov 23, 2023

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});

@situchan
Copy link
Contributor

So this is dupe of #26940. Fixed in #28533 but migration PR reverted that fix

@luacmartins
Copy link
Contributor

Wanna work on a fix PR? I'll assign you to the issue

@situchan
Copy link
Contributor

Sure. On PR now

@melvin-bot melvin-bot bot added the Reviewing Has a PR in review label Nov 23, 2023
@luacmartins
Copy link
Contributor

We Cped a fix for this removing the blocker label.

@luacmartins luacmartins removed the DeployBlockerCash This issue or pull request should block deployment label Nov 23, 2023
@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Nov 23, 2023
@melvin-bot melvin-bot bot changed the title Android-Scan-Unable to create split scan request with 2 participants, unexpected error displayed [HOLD for payment 2023-11-30] Android-Scan-Unable to create split scan request with 2 participants, unexpected error displayed Nov 23, 2023
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Nov 23, 2023
Copy link

melvin-bot bot commented Nov 23, 2023

Reviewing label has been removed, please complete the "BugZero Checklist".

Copy link

melvin-bot bot commented Nov 23, 2023

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.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

For reference, here are some details about the assignees on this issue:

Copy link

melvin-bot bot commented Nov 23, 2023

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] The PR that introduced the bug has been identified. Link to the PR:
  • [@situchan] The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment:
  • [@situchan] A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion:
  • [@situchan] Determine if we should create a regression test for this bug.
  • [@situchan] If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.
  • [@JmillsExpensify] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@JmillsExpensify
Copy link

Is any payment required on this issue, seeing as it's apparently a dupe?

@situchan
Copy link
Contributor

Payment required here. The dupe issue was very old one.

@melvin-bot melvin-bot bot added Weekly KSv2 and removed Weekly KSv2 labels Nov 27, 2023
@melvin-bot melvin-bot bot changed the title [HOLD for payment 2023-11-30] Android-Scan-Unable to create split scan request with 2 participants, unexpected error displayed [HOLD for payment 2023-12-04] [HOLD for payment 2023-11-30] Android-Scan-Unable to create split scan request with 2 participants, unexpected error displayed Nov 27, 2023
Copy link

melvin-bot bot commented Nov 27, 2023

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.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

For reference, here are some details about the assignees on this issue:

Copy link

melvin-bot bot commented Nov 27, 2023

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] The PR that introduced the bug has been identified. Link to the PR:
  • [@situchan] The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment:
  • [@situchan] A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion:
  • [@situchan] Determine if we should create a regression test for this bug.
  • [@situchan] If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.
  • [@JmillsExpensify] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@JmillsExpensify JmillsExpensify changed the title [HOLD for payment 2023-12-04] [HOLD for payment 2023-11-30] Android-Scan-Unable to create split scan request with 2 participants, unexpected error displayed [HOLD for payment 2023-12-04] Android-Scan-Unable to create split scan request with 2 participants, unexpected error displayed Nov 29, 2023
@JmillsExpensify
Copy link

@situchan mind completing the checklist ahead of the regression period passing. Thank you!

@situchan
Copy link
Contributor

situchan commented Dec 3, 2023

  • The PR that introduced the bug has been identified. Link to the PR: [TS migration] Migrate 'fileDownload' lib to TypeScript  #28449
  • The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment: [TS migration] Migrate 'fileDownload' lib to TypeScript  #28449 (comment)
  • A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion: N/A This should have been caught earlier during PR review.
  • Determine if we should create a regression test for this bug.
  • If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.

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.

  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.

@JmillsExpensify
Copy link

Great thank you! Payment summary:

@melvin-bot melvin-bot bot removed the Overdue label Dec 6, 2023
@JmillsExpensify
Copy link

@situchan I went ahead and sent you an offer via Upwork.

@JmillsExpensify
Copy link

Contract paid. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering
Projects
None yet
Development

No branches or pull requests

5 participants