Giter VIP home page Giter VIP logo

Comments (7)

ahWill avatar ahWill commented on June 11, 2024

When you're getting disconnected, are you getting any errors in console, ie "Your version of DCA is outdated", etc..? Could you please provide example code you are specifically using?

from discordphp.

 avatar commented on June 11, 2024

The example code I am using is the one on this github (voice.php).

It doesn't throw any errors, it hangs at connecting to the voice channel, while does connect, but then instantly disconnects and becomes stuck in an infinite loop somewhere as something is halting the program.

php voice.php C:\php\dbot\love-bot\sounds\wow.wav and php voice.php dbot\love-bot\sounds\wow.wav both showed this behaviour.

from discordphp.

ahWill avatar ahWill commented on June 11, 2024

That's because the loop is put in that way.. Remove the highlighted lines
https://github.com/teamreflex/DiscordPHP/blob/master/examples/voice.php#L72-L84

Also, make sure you're passing all variables...
php voice.php insert_token_here path/to/sound/file.mp3

from discordphp.

 avatar commented on June 11, 2024

I have tried all possible things already, including a barebones implementation, I'm just not getting it to work.

And what I mean is that something in joinVoiceChannel is halting, not the loop you describe.

from discordphp.

 avatar commented on June 11, 2024

It seems to be an authentication issue?

from discordphp.

4RV1D avatar 4RV1D commented on June 11, 2024

I have the exact same problem, and i don't see the line "Joined voice channel" echo anywhere so i assume it's something that goes wrong with the joinVoiceChannel.

from discordphp.

ahWill avatar ahWill commented on June 11, 2024

https://github.com/teamreflex/DiscordPHP/blob/master/examples/voice.php#L86 on this like between the ) and ;, you can add a ->otherwise(function($e) { echo "ERR: ".$e->getMessage(); } );
Since the joinVoiceChannel is async, it might now display the error if there is one, so putting the otherwise will show you the error if there is one.

from discordphp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.