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 Uncaught TypeError: Cannot read property 'addEventListener' of null #1124

Closed
coresh opened this issue Nov 8, 2016 · 2 comments
Closed

Comments

@coresh
Copy link
Contributor

coresh commented Nov 8, 2016

During jitsi-meet page loading:

javascript chromium console output:

Uncaught TypeError: Cannot read property 'addEventListener' of null

jitsi-meet loading process: stoped

modules/UI/side_pannels/SideContainerToggler.js:22

...
19         // Adds a listener for the animation end event that would take care                                             
20         // of hiding all internal containers when the extendedToolbarPanel is                                           
21         // closed.                                                                                                      
22         document.getElementById("sideToolbarContainer")                                                                 
23             .addEventListener("animationend", function(e) {                                                             
24                 if(e.animationName === "slideOutExt")                                                                   
25                     $("#sideToolbarContainer").children().each(function() {                                             
26                         if ($(this).hasClass("show"))                                                                   
27                             SideContainerToggler.hideInnerContainer($(this));                                           
28                     });                                                                                                 
29             }, false);                                                                                                  
30     },

...

untitled

@damencho
Copy link
Member

damencho commented Nov 8, 2016

Could you please use the mailinglist for problems or questions, before opening issue.

I suppose the browser is chrome. Are you experiencing this on meet.jit.si, or it is some other deployment, does it contain changes?

@coresh
Copy link
Contributor Author

coresh commented Nov 8, 2016

Dear @damencho , you are quite right.
It's backend issue.
javascript reproduced 'Uncaught TypeError' due to the html not loaded properly

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