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

UI locks up w/ gui.$refs.cntrl is undefined error #12

Open
brannondorsey opened this issue Apr 17, 2018 · 3 comments
Open

UI locks up w/ gui.$refs.cntrl is undefined error #12

brannondorsey opened this issue Apr 17, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@brannondorsey
Copy link
Member

Loose steps to reproduce:

  1. Load page
  2. Filter by Norwegian
  3. Click through messages for a while until the UI hangs and the following error gets spit to the console:
debug-menu.js:27:5
TypeError: gui.$refs.cntrl is undefined
Stack trace:
@http://localhost:8000/mftm-frontend/js/main.js:84:9
r.prototype.emit@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:1:12370
r.prototype.onevent@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:2:26291
r.prototype.onpacket@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:2:25910
t.exports/<@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:2:28031
r.prototype.emit@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:1:12370
r.prototype.ondecoded@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:1:18957
t.exports/<@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:2:28031
r.prototype.emit@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:1:12370
s.prototype.add@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:1:10709
r.prototype.ondata@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:1:18902
t.exports/<@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:2:28031
r.prototype.emit@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:1:12370
r.prototype.onPacket@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:1:28100
r.prototype.setTransport/<@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:1:25715
r.prototype.emit@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:1:12370
r.prototype.onPacket@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:2:8003
r.prototype.onData@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:2:7952
r.prototype.addEventListeners/this.ws.onmessage@http://localhost:8000/mftm-frontend/js/libs/socket.io.js:2:22191
@brannondorsey
Copy link
Member Author

On second thought, I just retried those steps and things worked fine. Not sure how to reproduce yet, but that stack trace should give a hint.

@brannondorsey
Copy link
Member Author

Weird... navigating off the page to comment on this issue, and then returning, triggered the bug.

@nbriz
Copy link
Contributor

nbriz commented Apr 18, 2018

...weird

@nbriz nbriz added the bug Something isn't working label Apr 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants