Open nicolasjoly opened 9 years ago
A false direct after cli.connect is normal. After a few moments cli.connected? should :-) return true.
I had a very similar error. I changed sleep(20) to sleep(10) in the ping method in client.rb and it seems fine now.
Wow I tried so many stuff...but this worked, thanks!
Changing the timeout didn't work for me. Any ideas?
My bot randomly disconnects from the server after about 10 seconds he's been online. The server is running the latest snapshot 1.3.0~537~gf8b63cd~snapshot, so it's using OPUS
I did the following to install your bot: sudo apt-get install ruby1.9.1-full sudo apt-get install make sudo gem install mumble-ruby sudo apt-get install libopus-dev
And I start it like this: irb1.9.1 require 'mumble-ruby' cli = Mumble::Client.new('MY_IP', 64738, 'Botty', 'MY_PASSWORD') cli.connect
Is the "=>false" after "cli.connect" normal? Then after around 10 seconds
Here's the log from my server:
I tried recording stuff using the recording command and everything works, he still disconnects after 10sec.