Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to load audio on latest Opera #1700

Open
kahoot-karl opened this issue Dec 15, 2023 · 3 comments
Open

Failure to load audio on latest Opera #1700

kahoot-karl opened this issue Dec 15, 2023 · 3 comments
Labels

Comments

@kahoot-karl
Copy link

kahoot-karl commented Dec 15, 2023

The Problem

When loading audio with Opera, the howler state returns unloaded

Reproduction Steps

const howl = new Howl({src: 'https://upload.wikimedia.org/wikipedia/commons/4/48/Aadama.mp3'});

Wait a few seconds

console.log(howl.state()); // Expected: 'loaded' (Works in Chrome). actual: 'unloaded' (in opera)

Possible Solution

No response

Context

Opera One(version: 105.0.4970.48) (arm64)

Howler.js Version

2.2.3

Affected Browser(s)/Versiuon(s)

Opera One(version: 105.0.4970.48) (arm64)

@peterkorgaard
Copy link

I have the same experience. Will there be an update in the near future?

@taynec8
Copy link

taynec8 commented Jan 1, 2024

Had the exact same issue with Opera on Howler 2.2.3, just upgraded to 2.2.4 and this has fixed this issue for me.

@Mau-MD
Copy link

Mau-MD commented Jan 12, 2024

@taynec8 it worked! thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants