Giter Site home page Giter Site logo

mumblebot's People

Watchers

 avatar

mumblebot's Issues

Suggestions

These are minor problems (and also I don't know how to use this bugtracker so 
it will probably show up as Defect instead of Enhancement) but worth mentioning.

I wasn't able to get debug messages unless I launched with -d, the "debug True" 
line did nothing. (this actually is a defect I guess)

I would suggest setting the default mumblebot.d location to './mumblebot.d'.

The included sample scripts were not marked executable, and I didn't realize 
that was the problem until I finally got debug messages on. That should 
probably be bumped to Error instead of debug.

You should probably make it mute/deafen itself upon login, unless a 
configuration parameter is set. That would reduce traffic and processing for 
text-only scripts (which I would imagine most scripts would be). I don't know 
exactly how to do that, but looking at mumble-dicebot, it seems to involve 
sending UserState with flags 9 and 10 on.

Overall, great project, and I'm happy to see a bot that doesn't care what 
language you like to use. Thanks for making it!

Original issue reported on code.google.com by [email protected] on 2 Oct 2014 at 9:35

TypeError when "timeout" is used.

What steps will reproduce the problem?
1. Edit mumblebot.conf and uncomment the "timeout" option.
2. Launch mumblebot

What is the expected output? What do you see instead?
The expected output is the program not dying, what I get is this:

Traceback (most recent call last):
  File "./mumblebot", line 834, in <module>
    main()
  File "./mumblebot", line 141, in main
    socket = connect_to_server()
  File "./mumblebot", line 275, in connect_to_server
    config["srcport"]))
  File "/usr/lib/python2.7/socket.py", line 559, in create_connection
    sock.settimeout(timeout)
  File "/usr/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
TypeError: a float is required


What version of the product are you using? On what operating system?
Revision 60, Ubuntu 14.04 x64



Please provide any additional information below.
No value for "timeout" seems to work, even formatting the number so that it 
resembles a float. Commenting it again makes no error.

Original issue reported on code.google.com by [email protected] on 1 Oct 2014 at 4:02

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.