phetsims / projectile-motion

"Projectile Motion" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
15 stars 13 forks source link

CT: Fatal error: Perennial task failed: Error: TypeError: this.ariaValueText.replaceAll is not a function #238

Closed KatieWoe closed 3 years ago

KatieWoe commented 3 years ago
projectile-motion : build
Build failed with status code 1:
Running "report-media" task

Running "clean" task

Running "build" task
Building runnable repository (projectile-motion, brands: phet, phet-io)
Building brand: phet
>> Webpack build complete: 14633ms
>> Production minification complete: 43489ms (2105689 bytes)
>> Debug minification complete: 19383ms (3858532 bytes)
Building brand: phet-io
>> Webpack build complete: 3149ms
>> Production minification complete: 22788ms (2119337 bytes)
>> Debug minification complete: 22153ms (2380146 bytes)
>> No client guides found at ../phet-io-client-guides/projectile-motion/, no guides being built.
Fatal error: Perennial task failed: Error: TypeError: this.ariaValueText.replaceAll is not a function
at qb.updateAriaValueText (http://localhost:37167/projectile-motion/build/phet-io/projectile-motion_all_phet-io.html?ea&brand=phet-io&phetioStandalone&phetioPrintAPI:846:1418390)
at http://localhost:37167/projectile-motion/build/phet-io/projectile-motion_all_phet-io.html?ea&brand=phet-io&phetioStandalone&phetioPrintAPI:846:1418124
at s (http://localhost:37167/projectile-motion/build/phet-io/projectile-motion_all_phet-io.html?ea&brand=phet-io&phetioStandalone&phetioPrintAPI:846:27486)
at r.emit (http://localhost:37167/projectile-motion/build/phet-io/projectile-motion_all_phet-io.html?ea&brand=phet-io&phetioStandalone&phetioPrintAPI:846:98176)
at P._notifyListeners (http://localhost:37167/projectile-motion/build/phet-io/projectile-motion_all_phet-io.html?ea&brand=phet-io&phetioStandalone&phetioPrintAPI:846:30205)
at P.set (http://localhost:37167/projectile-motion/build/phet-io/projectile-motion_all_phet-io.html?ea&brand=phet-io&phetioStandalone&phetioPrintAPI:846:29573)
at http://localhost:37167/projectile-motion/build/phet-io/projectile-motion_all_phet-io.html?ea&brand=phet-io&phetioStandalone&phetioPrintAPI:846:1430727
at b.link (http://localhost:37167/projectile-motion/build/phet-io/projectile-motion_all_phet-io.html?ea&brand=phet-io&phetioStandalone&phetioPrintAPI:846:31034)
at new Nb (http://localhost:37167/projectile-motion/build/phet-io/projectile-motion_all_phet-io.html?ea&brand=phet-io&phetioStandalone&phetioPrintAPI:846:1430707)
at new qb (http://localhost:37167/projectile-motion/build/phet-io/projectile-motion_all_phet-io.html?ea&brand=phet-io&phetioStandalone&phetioPrintAPI:846:1433323)

(node:155221) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Snapshot from 11/6/2020, 1:53:07 AM
jbphet commented 3 years ago

Since @zepumph was the developer who was working on adding phet-io to this sim, and since (according to git history) he is the developer that added the "No client guides..." warning message, he seems best position to resolve this issue. I have no idea why it started happening, and have not been doing any work in this sim.

zepumph commented 3 years ago

No client guides found at ../phet-io-client-guides/projectile-motion/, no guides being built.

This is a warning right before the error.

Fatal error: Perennial task failed: Error: TypeError: this.ariaValueText.replaceAll is not a function

This is the error. Renaming.

KatieWoe commented 3 years ago

In that case, this may be the same as https://github.com/phetsims/projectile-motion/issues/237