"Error null Decoding audio data failed." Was just working and now I get an error #293
Unanswered
sedwardmino
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It sounds like something is wrong with the audio file. Either it's corrupted, or your browser can't find it. Switch to the Network tab of the developer tools and reload the page. Do you see any failed requests? (in Chrome they're in red) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The chord library I have been able to replicate was working fine up until yesterday. The code displays the chords I want the code to display and even say the chord names but the code will not play the chords now but instead give me an error in my console "Error null Decoding audio data failed." I have tried many ways to move around certain code even go back to the original code before changes were made to see if the code would run but now the chord buttons are not playing the chords. Is there any way to fix the error I am getting in the console?
For reference and to see the whole code heres this link below:
https://stackoverflow.com/questions/70512748/error-null-decoding-audio-data-failed-was-just-working-and-now-i-get-an-error
Beta Was this translation helpful? Give feedback.
All reactions