-
Notifications
You must be signed in to change notification settings - Fork 531
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
Alpha Content Parsing Error #3200
Labels
bug
End user-perceivable behaviors which are not desirable.
Impact: Low
Low perceived user impact (e.g. edge cases).
Issue: Needs Clarification
Indicates that an issue needs more detail in order to be able to be acted upon.
Work: Medium
The means to find the solution is clear, but it isn't at good-first-issue level yet.
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
Comments
@rt4914 Checked on the latest develop branch, getting these errors. |
Solution - private fun parseTranslatableSetOfNormalizedString(
translatableSetOfStringsJson: JSONObject
): TranslatableSetOfNormalizedString = TranslatableSetOfNormalizedString.newBuilder().apply {
contentId = translatableSetOfStringsJson.getString("contentId")
++ val normalizedStrObj = translatableSetOfStringsJson.getJSONObject("normalizedStrSet")
++ val strSet = normalizedStrObj.getJSONArray("value")
for (i in 0 until strSet.length()) {
addNormalizedStrings(strSet.getString(i))
}
}.build() |
8 tasks
seanlip
moved this to Needs Triage
in [Team] Core Learner and Mastery flows & UI Frontend - Android
Jul 11, 2022
Broppia
added
issue_type_bug
Impact: Low
Low perceived user impact (e.g. edge cases).
labels
Jul 29, 2022
BenHenning
added
Issue: Needs Clarification
Indicates that an issue needs more detail in order to be able to be acted upon.
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
issue_user_developer
labels
Sep 15, 2022
BenHenning
moved this to Needs Triage
in [Team] Developer Workflow & Infrastructure - Android
Sep 15, 2022
seanlip
added
bug
End user-perceivable behaviors which are not desirable.
and removed
issue_type_bug
labels
Mar 29, 2023
MohitGupta121
added
the
Work: Medium
The means to find the solution is clear, but it isn't at good-first-issue level yet.
label
Jun 8, 2023
Confirmed with @BenHenning that this is obsolete; we don't use the JSON loading pipeline anymore. |
github-project-automation
bot
moved this from Todo
to Done
in [Team] Developer Workflow & Infrastructure - Android
Jun 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
End user-perceivable behaviors which are not desirable.
Impact: Low
Low perceived user impact (e.g. edge cases).
Issue: Needs Clarification
Indicates that an issue needs more detail in order to be able to be acted upon.
Work: Medium
The means to find the solution is clear, but it isn't at good-first-issue level yet.
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
Trying playing exploration with Alpha content logs the error with a blank screen.
Error
Tried opening placed values first chapter
Tried opening the first chapter of multiplication
Error - Ratio
The text was updated successfully, but these errors were encountered: