vidbacking icon indicating copy to clipboard operation
vidbacking copied to clipboard

Uncaught TypeError: obj[0] is undefined

Open c7nj7n opened this issue 9 months ago • 1 comments

I obtain a Uncaught TypeError: obj[0] is undefined in line 265, and had to add a check for obj[0] to make it work:

if(obj[0] && obj[0].paused){ instead of if(obj[0].paused){

c7nj7n avatar May 01 '24 08:05 c7nj7n

Thanks for using vidbacking. As I never encountered this issue before, please share the code that will generate the error. it will help me to do required changes in the code.

souravm84 avatar Jun 03 '24 08:06 souravm84