BreakOutEvent / breakout-frontend

Web Frontend
GNU Affero General Public License v3.0
6 stars 2 forks source link

TypeError when clicking fullscreen for a video on live #307

Open florianschmidt1994 opened 6 years ago

florianschmidt1994 commented 6 years ago
raven.js:383 Uncaught TypeError: Cannot read property 'value' of null
  at HTMLDivElement.<anonymous> (team.js:356)     
  at HTMLDivElement.d (raven.js:379)     
  at _event (team.js:3015)     
  at _triggerEvent (team.js:3224)     
  at HTMLDocument._toggleFullscreen (team.js:4662)     
  at HTMLDocument.d (raven.js:379)

This will still load the video but display this type error in the console. I suspect Plyr might need some data-XYZ property on the video tag that we might have removed by accident