GithubHelp home page GithubHelp logo

Comments (7)

azlux avatar azlux commented on May 26, 2024 1

Some news.
Thanks @Lartza for pointing me the good information.
Some people use the limit 0 to precise "no message limit".
It's a pymumble error. azlux/pymumble#29
I will keep you inform as soon I've fixed it.

from botamusique.

azlux avatar azlux commented on May 26, 2024 1

Can we close this issue now ?

from botamusique.

azlux avatar azlux commented on May 26, 2024

Hi @thejustsoul

Look like the server set the bot max message limit at 0. TextTooLongError: Maximum allowed length: 0
Can you give me your server URL ? You can send me a mail if you don't want it public.

If not, you can enable the pymumble debug log (into the config file) and give me the output of the first 5 second. you can paste the output here

You can also check the file /etc/mumble-server.ini , have you override the textmessagelength ?

Az

from botamusique.

thejustsoul avatar thejustsoul commented on May 26, 2024

In mumble config:
textmessagelength=0
imagemessagelength=0

I change to (and revert to default value):
textmessagelength=10485760
imagemessagelength=10485760

Now !help is work, but bot drop from server and crash.
I try !url youtubeurl, bot download and extract audio, but drop from server and crash.

from botamusique.

thejustsoul avatar thejustsoul commented on May 26, 2024

UPD: If in mumble conifg set timeout=5, bot drop from server, if 10 not drop (like would).

from botamusique.

azlux avatar azlux commented on May 26, 2024

You mean the message you try to send take more than 5s to be transfer to the server ?

from botamusique.

thejustsoul avatar thejustsoul commented on May 26, 2024
Murmur and Mumble are usually pretty good about cleaning up hung clients, but occasionally one will get stuck on the server. The timeout setting will cause a periodic check of all clients who haven't communicated with the server in this many seconds - causing zombie clients to be disconnected.
Note that this has no effect on idle clients or people who AFK. It will only affect people who are already disconnected, and just haven't told the server.

default:
timeout=30

https://wiki.mumble.info/wiki/Murmur.ini#timeout

I have 5s and bot lost connection after connect to server, i change to 10s and bot not disconnect, normal work.

from botamusique.

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.