question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:5
  • Comments:26 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
luwescommented, Oct 4, 2018

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.

1reaction
joker-777commented, Sep 10, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found