Swen670Grp1 / cytoscape-platform-tests-js

Reveal.js testing webapp for running platform tests on Cytoscape via CyREST calls
http://chianti.ucsd.edu/~bsettle/cytoscape_platform_test
MIT License
0 stars 0 forks source link

session.js throwing an error #15

Closed kouissar closed 5 years ago

kouissar commented 6 years ago

while running the slides via a branch a cut from develop, I noticed that showcontrol encountered an error at close_session slide so the app was unable to proceed to showControls(slide), the error thrown indicated an issue with session.js: TypeError: Cannot read property 'push' of undefined at CyCaller.log (session.js:64) at CyCaller._execute (cycaller.js:59) at CyCaller.delete (cycaller.js:99) at clearSession (main.js:309) at Object.close_session (main.js:318) at call (main.js:334) at HTMLDivElement. (main.js:408) at dispatchEvent (reveal.js:1738) at slide (reveal.js:2652) at navigateRight (reveal.js:4546)

kemaric commented 5 years ago

Got it. I think i see the culprit. I'll take care of it.

kouissar commented 5 years ago

Tested and passed. Ready to merge