This seems to be the same bug as https://github.com/sampotts/plyr/issues/840. That one was fixed in v3.0.7 but seems to have crept back in since v3.5.7. I鈥檝e tried it using v3.5.6 and there鈥檚 no error.
Embed Vimeo file with no errors in the console.
Console error.
Create a Plyr instance using a Vimeo file from an account that鈥檚 not on a paid plan.
Uncaught (in promise) Error: Setting the playback rate is not enabled for this video.
Just submitted a pull request to fix this: https://github.com/sampotts/plyr/pull/1697
Nice one @hug963. Thanks for sorting so quickly! I鈥檇 just figured it out and got working locally, too.
In case anyone else is interested: the catch for the playback speed function in vimeo.js (added in v3.0.7) has gone missing. Adding it back in fixes the error.
Most helpful comment
Just submitted a pull request to fix this: https://github.com/sampotts/plyr/pull/1697