Skip to content
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

JavaScript Error when clicking 'Analyze' Button #7

Closed
aaronols opened this issue Oct 1, 2019 · 2 comments
Closed

JavaScript Error when clicking 'Analyze' Button #7

aaronols opened this issue Oct 1, 2019 · 2 comments

Comments

@aaronols
Copy link

aaronols commented Oct 1, 2019

When clicking the 'Analyze' Button, nothing happens.
The following error is printed to the JavaScript Console:

Uncaught TypeError: Invalid template! Template should be a "string" but "undefined" was given as the first argument for mustache#render(template, view, partials)
    at Object.render (mustache.min.js:1)
    at executeAnalysis (frontend.js:140)
    at HTMLButtonElement.<anonymous> (frontend.js:50)
    at HTMLButtonElement.dispatch (jquery-1.12.4.min.js:3)
    at HTMLButtonElement.r.handle (jquery-1.12.4.min.js:3)

This happens with Chrome 77 and Firefox 69.

@elmuerte
Copy link
Member

elmuerte commented Oct 1, 2019

Missing closing script tag hid the error template which was used.
The posted analysis apparently did not contain and threads.
The above error has been fixed.

@elmuerte elmuerte closed this as completed Oct 1, 2019
@aaronols
Copy link
Author

aaronols commented Oct 1, 2019

Thanks, can confirm that an error message is now displayed. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants