You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SyntaxError: "2" contains no units
at Function.$.parse (third_party.min.a8d0c323da3c9efa572d2a025c4ef104.js:1)
at string (https://www.oppia.org/build/third_party/generated/js/third_party.min.a8d0c323da3c9efa572d2a025c4ef104.js:1)
at Object.unit (https://www.oppia.org/build/third_party/generated/js/third_party.min.a8d0c323da3c9efa572d2a025c4ef104.js:1)
at p (https://www.oppia.org/build/extensions/interactions/NumberWithUnits/directives/NumberWithUnitsValidationService.36fef879b50e047048960385c1e4baab.js:1)
at Object.getAllWarnings (https://www.oppia.org/build/extensions/interactions/NumberWithUnits/directives/NumberWithUnitsValidationService.36fef879b50e047048960385c1e4baab.js:1)
at (https://www.oppia.org/build/templates/head/pages/exploration_editor/ExplorationWarningsService.45e5d7fbc44909d55ff4c6d6ed6f3208.js:1)
at Array.forEach (<anonymous>)
at k (https://www.oppia.org/build/templates/head/pages/exploration_editor/ExplorationWarningsService.45e5d7fbc44909d55ff4c6d6ed6f3208.js:1)
at Object.updateWarnings (https://www.oppia.org/build/templates/head/pages/exploration_editor/ExplorationWarningsService.45e5d7fbc44909d55ff4c6d6ed6f3208.js:1)
at (https://www.oppia.org/build/templates/head/pages/exploration_editor/ExplorationEditor.e68a40ea020b62c50cf21b6f6b9690c3.js:1)
Additional context Add details from the logs, like the page the error occurred on. Make sure to anonymize user data like user IDs, exploration IDs, state names, user names, etc. Replace the personal data with appropriate placeholders.
General instructions
There are no specific repro steps available for this bug report. The general procedure to fix server errors should be the following:
Analyze the code in the file where the error occurred and come up with a hypothesis for the reason.
Get the logic of the proposed fix validated by an Oppia team member (have this discussion on the issue thread).
Make a PR that fixes the issue, then close the issue on merging the PR. (If the error reoccurs in production, the issue will be reopened for further investigation.)
The text was updated successfully, but these errors were encountered:
This error occurred recently in production
Additional context Add details from the logs, like the page the error occurred on. Make sure to anonymize user data like user IDs, exploration IDs, state names, user names, etc. Replace the personal data with appropriate placeholders.
General instructions
There are no specific repro steps available for this bug report. The general procedure to fix server errors should be the following:
The text was updated successfully, but these errors were encountered: