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

Error playing audios on Safari #19

Open
GolliAch opened this issue Sep 30, 2024 · 2 comments
Open

Error playing audios on Safari #19

GolliAch opened this issue Sep 30, 2024 · 2 comments
Assignees

Comments

@GolliAch
Copy link

GolliAch commented Sep 30, 2024

Describe the bug

We keep having issues in Safari
Console:
NotSupportedError: The operation is not supported.

This is the trace:

   Qt = () => {
            if (J.current && J.current.paused) {
                const A = J.current.play();
                A !== void 0 && A.catch(B => {
                    console.error(B),
                    s && s(B instanceof Error ? B : new Error("Error playing audio"))
                })
           

To Reproduce
Steps to reproduce the behavior:

  1. Go to Safari
  2. Click on Play and audio

Expected behavior
Audios playing

@YZarytskyi
Copy link
Owner

Could you provide more details, please? I haven’t encountered this error in any scenario.

@ArteGrit
Copy link

ArteGrit commented Dec 5, 2024

it doesn't work on Safari for me too(

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

No branches or pull requests

3 participants