Bug #1664
analyse.html does not work
Status: | Closed | Start date: | 2016-03-12 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
unless I am missing something obvious, analyse.html is broken at the moment.
reproduce bug:hg update 65c7223bd817
- apply the following patch:
--- a/analyse.html Thu Mar 10 17:08:10 2016 +0000 +++ b/analyse.html Sat Mar 12 16:32:14 2016 +0000 @@ -24,7 +24,7 @@ xmlFileFolder = "saves"; // array of XML files // THIS IS WHERE YOU SPECIFY RESULT XML FILES TO ANALYSE - var xmlFiles = ['test-2.xml']; + var xmlFiles = ['save-c544lgppw0ckgsccgg4c0cg000gco8cg.xml'];
- copy the attached file to /saves/ (generated through http://localhost/index.html?url=example_eval/radio_example.xml )
- will fail with console message
Uncaught TypeError: Cannot read property 'getElementsByTagName' of undefined
Similarly, all python scripts fail as well.