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.

[3.0.2] Cannot read property 'params' of undefined

See original GitHub issue

This line is always called by video.js when playing something. However, if videojs-wavesurfer hasn’t been configured in the options (but has been loaded as a plugin), this.player.wavesurfer().surfer is undefined and that line blows up. Or am I missing something?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
thijstriemstracommented, May 13, 2020

Released as v3.0.3.

1reaction
boris-petrovcommented, May 13, 2020

@thijstriemstra - thank you for the great support! This PR seems to fix the issue, yes, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot read property 'params' of undefined - Stack Overflow
It is telling you that you are attempting to pick a key called param from an undefined variable (in this case match )....
Read more >
cannot read properties of undefined (reading 'params')
As the error says, the object "params" is undefined . The issue can be raised for multiple reasons (and I can't guess which...
Read more >
Cannot read properties of undefined (reading 'pathname')
The error "Cannot read properties of undefined (reading 'pathname')" occurs when we don't set the to prop on a Link component in React...
Read more >
使用taro-with-weapp withWeapp HOC组件调用 ... - GitHub
Cannot read property 'params' of undefined. 环境信息. Taro CLI 3.0.2 environment info: System: OS: macOS 10.15.5 Shell: 5.7.1 - /bin/zsh ...
Read more >
typeerror: cannot read property 'params' of undefined jest
Cannot read property 'params' of undefined. that happens because you don't mock state in navigation.params. To work with async code there are 2...
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