TypeError: undefined is not an object (evaluating 't.data.method')
See original GitHub issueActual 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.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:26 (1 by maintainers)
Top Results From Across the Web
undefined is not an object (evaluating 'data.graphics.dvd ...
artistName , that evaluates to undefined , but doesn't cause a type error. However, when data === [] , and then you try...
Read more >ERROR TypeError: undefined is not an object (evaluating ...
Ever encountered this error → ERROR TypeError: undefined is not an object (evaluating '_this.props.navigation.navigate') whilst working hard on your project?
Read more >undefined is not an object (evaluating 'device.id') in ... - YouTube
ERROR TypeError : undefined is not an object ( evaluating 'device.id')Please do like share and comment if you like the video please do...
Read more >27/3 - TypeError: undefined is not an object (evaluating 'family ...
Here's the message: TypeError: undefined is not an object (evaluating 'family[i].name') The code outputs the right values to the console, ...
Read more >How to Fix TypeError: Null is Not an Object in JavaScript
The JavaScript error TypeError: null is not an object occurs when a property is accessed or a method is called on a null...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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?