BrechtDeMan / WebAudioEvaluationTool

A tool based on the HTML5 Web Audio API to perform perceptual audio evaluation tests locally or on remote machines over the web.
https://code.soundsoftware.ac.uk/projects/webaudioevaluationtool
GNU General Public License v3.0
114 stars 37 forks source link

Cannot run test - core.js:2108 Uncaught TypeError: Cannot read property 'appendChild' of undefined #92

Closed djmoffat closed 8 years ago

djmoffat commented 8 years ago

There is a current issue with all examples that stop a test from running - screen shot 2016-05-20 at 16 01 48

This happens with all example interfaces

core.js:2108 Uncaught TypeError: Cannot read property 'appendChild' of undefinedInterface @ core.js:2108onload @ core.js:138(anonymous function) @ core.js:3229 2core.js:248 document.xml validates

djmoffat commented 8 years ago

This seems to set up two pop up windows at the same time, but neither can be cleared or clicked on as ok...

djmoffat commented 8 years ago

Full URL of issue: http://webprojects.eecs.qmul.ac.uk/djm31/WebAudioEvaluationTool/index.html?url=tests/examples/horizontal_example.xml

djmoffat commented 8 years ago

Issue Identified - and problem resolved.