redxtech / vue-plyr

A Vue component for the plyr (https://github.com/sampotts/plyr) video & audio player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Events not firing after updating from version 6 to 7

bekee opened this issue · comments

This issue is on NuxtJs, any help is really appreciated

I think i might be seeing this too.

All was well until a couple of weeks ago, then things just ceased to function. The players are loading, but no events are reaching the relevant APIs (either YouTube or Vimeo)

Not sure if its related to the version of this repo though. Seems to me like either a change in the provider APIs or (more likely) a browser update.

@bekee have you had any luck sorting this?

Sorry, my issue was a weird lifecycle thing. Plyr didn't have everything it needed on mount. Maybe the same is true for you, @bekee