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

JS error when changing interval time #11

Open
manumura opened this issue Mar 15, 2020 · 0 comments
Open

JS error when changing interval time #11

manumura opened this issue Mar 15, 2020 · 0 comments

Comments

@manumura
Copy link

manumura commented Mar 15, 2020

With default config, I can see 3 buttons to switch interval time : 1M 5M 15M.
I got a JS error in the console when clicking one of these buttons, for example when clicking on 5M :

Uncaught TypeError: Cannot read property '1' of null at Socket.<anonymous> (status:397) at Socket.Emitter.emit (socket.io.min.js:3) at Socket.onevent (socket.io.min.js:3) at Socket.onpacket (socket.io.min.js:3) at Manager.<anonymous> (socket.io.min.js:3) at Manager.Emitter.emit (socket.io.min.js:3) at Manager.ondecoded (socket.io.min.js:2) at Decoder.<anonymous> (socket.io.min.js:3) at Decoder.Emitter.emit (socket.io.min.js:2) at Decoder.add (socket.io.min.js:3)

When clicking on 1M, error is : Cannot read property '1' of null.

The graphs are messed up after the error happens.
Thanks for your help !

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

1 participant