pymumble icon indicating copy to clipboard operation
pymumble copied to clipboard

New release?

Open dexgs opened this issue 2 years ago • 5 comments

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?

dexgs avatar Mar 04 '23 19:03 dexgs

You're right I should make a new release. I will prepare that.

azlux avatar Mar 09 '23 15:03 azlux

https://pypi.org/project/pymumble/1.7/

azlux avatar Mar 09 '23 15:03 azlux

I just tried this out, I think mumble_pb2.py needs to be updated.

dexgs avatar Mar 10 '23 15:03 dexgs

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.

dexgs avatar Mar 10 '23 15:03 dexgs

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.

DuckBoss avatar Mar 18 '23 00:03 DuckBoss