-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: this.handleFetchCorrPlotImage is not a function
#118
Comments
I have had the same problem running SIMON on windows in Edge or Chrome |
[{"message":{},"info":"vue-component-155-clusteringTab error in mounted hook","url":"http://localhost:3010/#/apps/simon/start-exploration","error":"TypeError: this.handleFetchCorrPlotImage is not a function\n at a.isTabEnabled (http://localhost:3010/6.f172995d801c8fb255f9.js:1:4533)\n at a.mounted (http://localhost:3010/6.f172995d801c8fb255f9.js:1:2506)\n at Ve (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1875478)\n at Jt (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889436)\n at Object.insert (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1884458)\n at C (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1920433)\n at a.patch (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1921833)\n at e._update (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1898590)\n at a.i (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1928687)\n at dn.get (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1890867)"},{"message":{},"info":"vue-component-155-clusteringTab error in activated hook","url":"http://localhost:3010/#/apps/simon/start-exploration","error":"TypeError: this.handleFetchCorrPlotImage is not a function\n at a.isTabEnabled (http://localhost:3010/6.f172995d801c8fb255f9.js:1:4533)\n at a.activated (http://localhost:3010/6.f172995d801c8fb255f9.js:1:2613)\n at Ve (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1875478)\n at Jt (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889436)\n at Kt (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889327)\n at Kt (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889308)\n at http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889992\n at cn (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1890004)\n at Array. (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1876550)\n at Ze (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1875950)"},{"message":{},"info":"vue-component-155-clusteringTab error in activated hook","url":"http://localhost:3010/#/apps/simon/start-exploration","error":"TypeError: this.handleFetchCorrPlotImage is not a function\n at a.isTabEnabled (http://localhost:3010/6.f172995d801c8fb255f9.js:1:4533)\n at a.activated (http://localhost:3010/6.f172995d801c8fb255f9.js:1:2613)\n at Ve (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1875478)\n at Jt (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889436)\n at Kt (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889327)\n at Kt (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889308)\n at http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889992\n at cn (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1890004)\n at Array. (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1876550)\n at Ze (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1875950)"},{"message":{},"info":"vue-component-155-clusteringTab error in activated hook","url":"http://localhost:3010/#/apps/simon/start-exploration","error":"TypeError: this.handleFetchCorrPlotImage is not a function\n at a.isTabEnabled (http://localhost:3010/6.f172995d801c8fb255f9.js:1:4533)\n at a.activated (http://localhost:3010/6.f172995d801c8fb255f9.js:1:2613)\n at Ve (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1875478)\n at Jt (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889436)\n at Kt (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889327)\n at Kt (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889308)\n at http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1889992\n at cn (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1890004)\n at Array. (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1876550)\n at Ze (http://localhost:3010/vendor.bundle.aba0b73af462cf06adf4.js:2:1875950)"}] |
Describe the bug
TypeError: this.handleFetchCorrPlotImage is not a function
bug shows up.To Reproduce
Steps to reproduce the behaviour:
svmLinear
andnaive_bayes
with default options + median imputation on cyclists.csv example datasetDesktop (please complete the following information):
If applicable, eg. Interface issue
Additional context
Reproduced on Firefox running on Windows by @atomiclaboratory during a workshop today.
The text was updated successfully, but these errors were encountered: