oppia / oppia

A free, online learning platform to make quality education accessible for all.
https://www.oppia.org
Apache License 2.0
5.63k stars 3.78k forks source link

TypeError: Cannot read properties of null (reading 'getSelectedText') #20225

Open kevintab95 opened 2 weeks ago

kevintab95 commented 2 weeks ago

This error occurred recently in production:

TypeError: Cannot read properties of null (reading 'getSelectedText')
    at https://www.oppia.org/build/webpack_bundles/exploration_editor.acd15733776fb3406238.bundle.js:3860:711432
    at Array.forEach (<anonymous>)
    at t.data (https://www.oppia.org/build/webpack_bundles/exploration_editor.acd15733776fb3406238.bundle.js:3860:711275)
    at t.a (https://www.oppia.org/build/webpack_bundles/exploration_editor.acd15733776fb3406238.bundle.js:3963:110023)
    at t.fire (https://www.oppia.org/build/webpack_bundles/exploration_editor.acd15733776fb3406238.bundle.js:3963:110880)
    at t.setData (https://www.oppia.org/build/webpack_bundles/exploration_editor.acd15733776fb3406238.bundle.js:3963:719104)
    at https://www.oppia.org/build/webpack_bundles/exploration_editor.acd15733776fb3406238.bundle.js:3860:710450
    at https://www.oppia.org/build/webpack_bundles/exploration_editor.acd15733776fb3406238.bundle.js:3860:36099
    at e.invoke (https://www.oppia.org/build/webpack_bundles/exploration_editor.acd15733776fb3406238.bundle.js:3439:7175)
    at Object.onInvoke (https://www.oppia.org/build/webpack_bundles/exploration_editor.acd15733776fb3406238.bundle.js:1377:1773)

Where did the error occur? Add the page the error occurred on. Editor page.

Which release did the error occur in? Add the Oppia release version associated with the error. 3.3.7

Frequency of occurrence Add details about how many times the error occurred within a given time period (e.g. the last week, the last 30 days, etc.). This helps issue triagers establish severity. 1 time in 22 days.

General instructions for contributors In general, the procedure for fixing server errors should be the following: