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

Save problem #234

Closed BrechtDeMan closed 7 years ago

BrechtDeMan commented 7 years ago

Not saved to server but presented locally instead.

core.js:3631Intermediate save: Error! undefined
core.js:424 Save: Error! undefined

May be a permissions thing, or PHP?

Newest master branch commit: webprojects.eecs.qmul.ac.uk/bdm30/master/test.html?url=tests/examples/APE_example.xml&saveFilenamePrefix=customname

nickjillings commented 7 years ago

Think this is actually because of #235. The save works fine, since the requestKey.php creates the file to ensure that no two keys are created twice.

It's the saving of the files that causes a problem. The PHP server wants to expand the XML rather than just dump the file so it tries to open the keyfile.

nickjillings commented 7 years ago

Closed as caused by #235