alfg/murmur-rest

communicator not destroyed during global destruction

BonnetAdam opened this issue · 7 comments

Hi so I came back with an other error, and that what I got when try to lunch wsgi.py but from not that long I also got that error from lunching the runserver.py. I try to add in the app/init.py a ice.detroy() to try to debug the situation but the bug is still there. Do you have any ideas on how I can resolve that problem ?

Thanks in advance

alfg commented

Hi @CrazyOutOff, is there a stacktrace you can post demoing the bug?

Screen Shot 2022-03-11 at 12 01 49 PM

I only have that when lunch python runserver.py

So, do you have any idea. To how I can fix this error ?

alfg commented

Are you running the ICE host locally? Are you using Docker or installed ice manually?

I just install one instance of mumble-server and turn on the API. The work before but since few days that doesn't...

This error appears if murmur is not linked with Ice. For this you have to go to the settings of murmur and activate the ice line

For debian:

  • nano /etc/mumbler-server.ini
  • go to line where ice settings is noted and uncomment line : ice="tcp -h 127.0.0.1 -p 6502
  • save file
  • restart mumbler-server
  • enjoy :)
alfg commented

Thanks @Vengelis!