lua-mumble
lua-mumble copied to clipboard
Disconnect after receiving image
Sending an image results in the bot disconnecting
OnDisconnect garbage collected
Can you clarify what you mean? Sending an image through a message? Comment? Icon?
Sorry for the lack of information, The bot connects, and everything works well, if I send an image through mumble chat (using the official client), the bot disconnects. I'm running the hooks.lua example. Tried both png and jpgs of different sizes, both from disk, clipboard and drag & drop. I think the bot receives the image and fails somehow while decoding it.
Built myself from source, I'm on arch. protobuf-c 1.5.0-2 libev 4.33-2
Ohhhhh. Interesting. I had no idea you could do that. Thanks! I'll look into it!
I wasn't able to reproduce this.. I dragged a picture to my mumble client, it sent, and the bot didn't seem to care. What's weird is the bot never received an OnMessage event at all.
I'll try to narrow down the problem this weekend. I'm on mumble 1.5.629-1
That might be the issue. 1.5 has a new protocol that I'm still working on.
I wasn't able to reproduce this.. I dragged a picture to my mumble client, it sent, and the bot didn't seem to care. What's weird is the bot never received an OnMessage event at all.
Tested the async-connect branch and this is the behaviour I'm getting now.