player.js: TypeError: undefined is not an object (evaluating 't.data.method')

Actual Behavior

Without any changes from our site we suddenly can track that our users receive this error TypeError: undefined is not an object (evaluating 't.data.method') which is caused in this line.

Steps to Reproduce

We can’t really reproduce it but we see in our js error tracking system that lots of people are having this error. Have you guys changed anything recently which could be the reason for this error? We also updated @vimeo/player but it didn’t change anything.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 5
  • Comments: 26 (2 by maintainers)

Most upvoted comments

This is resolved.

Quick test is to go to https://player.vimeo.com/api/demo and click the random color button a few times, it will throw an error eventually which is now handled properly instead of the error explained above.

@danaburger It doesn’t look like that the error is fixed. Do I have to update something?