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
TypeError: Object doesn't support property or method 'isNaN'
at exports.equals (math-expressions.js:7409)
at exports.equals (math-expressions.js:7575)
at IsMathematicallyEquivalentTo (https://www.oppia.org/build/extensions/interactions/MathExpressionInput/directives/MathExpressionInputRulesService.fc02cea628397d8bb10bbd3d96b4c6c8.js:1)
at a (https://www.oppia.org/build/templates/head/pages/exploration_player/AnswerClassificationService.4ebb539509f632cdd38bb73142bcbf47.js:1)
at getMatchingClassificationResult (https://www.oppia.org/build/templates/head/pages/exploration_player/AnswerClassificationService.4ebb539509f632cdd38bb73142bcbf47.js:1)
at submitAnswer (https://www.oppia.org/build/templates/head/pages/exploration_player/ExplorationEngineService.5c3a069e7efcdf63abff46d99d85edab.js:1)
at C.submitAnswer (https://www.oppia.org/build/templates/head/pages/exploration_player/ConversationSkinDirective.366b6b07faea66a6af19f5bc2d95cc1d.js:1)
at onSubmit (https://www.oppia.org/build/templates/head/pages/exploration_player/CurrentInteractionService.7094b81f92482b553e5f9f51e8ed892d.js:1)
at q.submitAnswer (OppiaInteractiveMathExpressionInputDirective.71b319b4f78d26f5cb8150aea70331be.js:1)
at submitAnswer (https://www.oppia.org/build/templates/head/pages/exploration_player/CurrentInteractionService.7094b81f92482b553e5f9f51e8ed892d.js:1)
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 seems to occur when answer.latex is NaN (a similar issue occurred in submitAnswer() when answer.latex was not valid). We will add logging in the submitAnswer() case to see if we can draw any insights on that issue as well as this one.
This error occurred recently in production
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: