-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Giving Errors when .play() is called #4933
Comments
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already. |
Hi @OutdatedGuy, can you share a minimal sketch code that demonstrates the problem? Thanks. |
Hi @limzykenneth, Thanks for Replying. The problem is that the code is running and the sound is also playing, but in the console of any browser it shows the error msg (image in the issue). If you want all the code details, it's uploaded here For the part of code it gets error: eat() { |
Had a look into this and found that it has already been fixed in processing/p5.js-sound#542. The fix will be available in the next release. As far as I can tell the error is not blocking so you can ignore the error for now and code as usual. |
Okay, Thanks for the Info and Help! 😊 |
Use .play() in the sketch.js and access developer tools to see the error
The text was updated successfully, but these errors were encountered: