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.

Cannot read property 'seek' of null

See original GitHub issue

I get the following error everytime the video reaches the end. ‘Cannot read property ‘seek’ of null’

<VideoPlayer thumbnail={require('../../img/Media.png')} endWithThumbnail video={{ uri: videoobj }} />

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
qasimalbaqalicommented, Jun 24, 2018

Still facing this issue even if downgrading to 0.9.0

3reactions
cornedorcommented, Mar 6, 2018

Could you try react-native-video-player@0.9.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot read property 'seek' of null · Issue #2768 - GitHub
I think in our case segmentIterator gets set to null in switchInternal_ after it checks for mediaState.stream.segmentIndex being set. Happens on ...
Read more >
Cannot read property 'seek' of undefined - react native
ExceptionsManager.js:74 Cannot read property 'seek' of undefined. If I change the onEnd method to the following it works:
Read more >
Cannot read property 0 or null javascript error.
"can not read property 0" means "lookupfield.getValue()" is null, which means your lookup field may not contians value. About how to use js...
Read more >
How to Avoid Getting 'Cannot read property of undefined' in ...
Learn how you can avoid getting the famous 'Cannot read property of undefined' error in JavaScript with the logical OR operator.
Read more >
"Cannot read property '$uuid' of null" on X3 batch controllers ...
If necessary, seek the assistance of a qualified Sage business partner, network administrator, or Sage customer support analyst. These steps ...
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