plotly / dash-player

Dash Component wrapping React-Player
MIT License
77 stars 12 forks source link

Error at Chrome Console #74

Open rk-servian opened 1 year ago

rk-servian commented 1 year ago

14 is still occurring on the latest version

dash_player.v1_0_6m1677851916.min.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'getSecondsLoaded')
    at y.value (dash_player.v1_0_6m1677851916.min.js:1:111522)
value @ dash_player.v1_0_6m1677851916.min.js:1
4dash_player.v1_0_6m1677851916.min.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'getCurrentTime')
    at y.value (dash_player.v1_0_6m1677851916.min.js:1:111340)
value @ dash_player.v1_0_6m1677851916.min.js:1
dash_player.v1_0_6m1677851916.min.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'getDuration')
    at y.value (dash_player.v1_0_6m1677851916.min.js:1:111703)
value @ dash_player.v1_0_6m1677851916.min.js:1
alexcjohnson commented 1 year ago

Thanks @rk-servian - can you provide a standalone app that reproduces this?

rk-servian commented 1 year ago

I noticed this during development phase for an internal/in-house project for an enterprise. Unfortunately not a public facing application. The console would be flooded with the messages as seen in the screenshot below

Screenshot 2023-03-07 at 6 12 38 PM
alexcjohnson commented 1 year ago

OK thanks. We won't be able to do anything until we're able to see the problem ourselves, and I don't see any such errors in for example https://dash.plotly.com/dash-player

I'll leave this issue open, hopefully at some point you or another visitor to this issue will be able to provide an app to reproduce the errors.