pymumble
pymumble copied to clipboard
New release?
There are now several features on the main branch (bot connections, new .proto) that are missing from the 1.6 release. Is it possible to make a new release so these features can be used in botamusique and other projects?
You're right I should make a new release. I will prepare that.
https://pypi.org/project/pymumble/1.7/
I just tried this out, I think mumble_pb2.py needs to be updated.
More specifically, the issue I ran into was that the generated Authenticate class is missing the client_type field which raises an error in the connect method. re-generating mumble_pb2.py with the latest Mumble.proto was enough to fix it for me.
Hi, I'm encountering this issue as well. A temporary work around I'm using is just commenting out this line: https://github.com/azlux/pymumble/blob/7d203c5a9d0f1a628b6272699bf4c4a0a69fe44b/pymumble_py3/mumble.py#L190 So far no issues with leaving that line out for development purposes.