Sergey M.

Results 107 comments of Sergey M.

A related discussion: https://github.com/fingerprintjs/fingerprintjs/discussions/815

Hi @rittme, thank you for letting us know. Where do you see the error? Is it printed to browser console or returned in the list of components (`(await fp.get()).components.audio.error`)? Do...

Thank you for the information. Could you please provide a list of user agents that experience this error? I was never able to reproduce it, I want to find why...

@rittme Have you tried it? What's the result?

@rittme Thank you too!

@jyyang42 Where do you see the error? Is it printed to browser console or returned in the list of components (`(await fp.get()).components.audio.error`) or thrown from `fp.get()`?

> it's thrown in the browser @jyyang42 What exactly do you mean?

@jyyang42 It's impossible for FingerprintJS v3.3.0 or newer to produce an `InvalidStateError: Failed to execute 'startRendering' on 'OfflineAudioContext': cannot startRendering when an OfflineAudioContext is closed` console message. All the errors...

@danielstorch Could you please check that stacktrace and make sure the error is produced inside the FingerprintJS code

@danielstorch Do you know whether the `get()` promise is rejected or the entropy source emits an error in this case? If the entropy source fails, you'll see something like this...