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.

Error raised when trying to seekTo on Firefox

See original GitHub issue

Hello, When I try to click on any part of the waveform on firefox, this error is raised :

TypeError: Value being assigned to HTMLMediaElement.currentTime is not a finite floating-point value.

Looking at the sources, it seems that in this function :

this.drawer.on("click", function(e, progress) { setTimeout(function() { console.log(progress); my.seekTo(progress); }, 0); });

the value of progress is Infinity

At this point, I don’t know what to do to solve this, any ideas ?

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:18 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lorenzoscommented, Jan 13, 2022

I’m still experiencing this issue when I remove my work-around. IMO the work-around is still better than crashing the whole script, would a PR be welcome? @katspaugh @thijstriemstra

0reactions
thijstriemstracommented, Jan 13, 2022

yep.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Websites don't load - troubleshoot and fix error messages
The problem only happens with certain websites · Try clearing Firefox's cookies and cache · The website loads but doesn't work properly ·...
Read more >
Firefox doesn't recognize if video src gets interrupted
On firefox nothing happened at all. The error is never raised. I tried to work around this a bit and noticed that firefox...
Read more >
Firefox Hits Out At Google Chrome's Manifest V3 - Forbes
While Firefox has always been a viable alternative to Chrome, ... The only problem is, some tools are optimized for Chromium-based browsers, ...
Read more >
Google Chrome - Wikipedia
It was first released in 2008 for Microsoft Windows, built with free software components from Apple WebKit and Mozilla Firefox. Versions were later...
Read more >
Internet Troubleshooting | Spectrum Support
Firewalls: A firewall monitors all network traffic on your computer, so a strict firewall can lead to slow internet speeds. Try restarting your...
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