You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an uncaught promise error when setting the src key to the url of the audio file. This is happening in chrome, safari and firefox (on firefox it crashes the app completely, but the others tolerate this). The file still plays though i do notice a delay of a second or two (compared to almost no delay with html5 audio). Not sure if the delay is related.
The text was updated successfully, but these errors were encountered:
I believe this is due to a failure to properly catch the special AbortError type used to cancel the request -- for instance if you load an Ogg file with no index, it will cancel the original download request shortly into parsing it in order to seek to the end of the file looking for the last timestamp before seeking back.
I'll keep in mind for cleanup work; this should be caught and should not be visible on the console, though it's harmless.
Hi,
I'm getting an uncaught promise error when setting the src key to the url of the audio file. This is happening in chrome, safari and firefox (on firefox it crashes the app completely, but the others tolerate this). The file still plays though i do notice a delay of a second or two (compared to almost no delay with html5 audio). Not sure if the delay is related.
The text was updated successfully, but these errors were encountered: