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

Failed to execute 'disconnect' on 'AudioNode': the given destination is not connected. #2597

Closed
fzuleta opened this issue Jun 27, 2016 · 1 comment

Comments

@fzuleta
Copy link

fzuleta commented Jun 27, 2016

Hi, after updating to Phaser 2.5.0 Im getting this message

Im triggering like this
if (audio.isDecoded == true) { audio.play("",position,1,loop,true); }

image

@photonstorm
Copy link
Collaborator

Thanks for opening this issue. As much as we'd love to help you, we need a fully working code sample to do so. Please provide one and then we'll re-open this issue and look at resolving it for you if possible. Having said that, I have added in a guard to stop disconnections from a gainNode that no longer exists.

If it's easier you can use the Phaser Sandbox to create a code sample (as this is now running the latest build of Phaser). Enter your code, click the 'save icon' in any of the editor tabs, and paste the URL here.

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

No branches or pull requests

2 participants