mumble-voip / mumo

Mumble Moderator framework simplifying development of plugins that connect to Mumble servers via Ice. (handles basic ICE connectivity, contains basic module loading and message multiplexing)
52 stars 30 forks source link

protocol error: out of bounds during unmarshaling #27

Closed roughnecks closed 5 months ago

roughnecks commented 6 months ago

Hello,

2024-02-11 20:07:40,563 WARNING Ice dispatch exception: src/Ice/InputStream.cpp:404: ::Ice::UnmarshalOutOfBoundsException:
protocol error: out of bounds during unmarshaling
identity: 0BC87-string
facet:
operation: userTextMessage
remote host: 127.0.0.1 remote port: 42520

I'm running mumo from git on a Debian Stable server, with murmur version=1.5.517 and ice packages from upstream repo:

ii python3-zeroc-ice 3.7.10-1 ii zeroc-ice-slice 3.7.10-1

I only loaded the "seen" module and I'm getting errors every time an event (like connection/disconnection) happens.

Kissaki commented 5 months ago

I enabled the seen module. I connected and disconnected. Works for me. No errors. Neither in mumo.log nor murmur.log.

What did you quote? Your Mumo or Mumble Server log?

roughnecks commented 5 months ago

Hi, think it was mumo.log

I had removed everything until now and when trying again I got it working, so case closed.

Thanks