issues
search
Astraalivankila
/
Update-Mumble-Server-Certificates
A script for updating SSL key and certificate on the fly with no reboot.
GNU General Public License v3.0
3
stars
0
forks
source link
Ice::OperationNotExistException
#2
Closed
kiu
closed
7 years ago
kiu
commented
7 years ago
Any idea why this happens? $ murmurd -version
2017-02-05 03:49:44.785 murmurd -- 1.2.18-1~ppa1~trusty1 $ ./reload_mumble_cert.py Using default settings. Import ice... Done Trying to retrieve slice dynamically from server... Success Import dynamically compiled murmur class... Done Establish ice connection... Done Murmur object accessible via 'mice.murmur' or 'mice.m' 1 booted servers in 'mice.sl', 'mice.s' contains 's/1 -t -e 1.0:tcp -h 127.0.0.1 -p 6502' --- Reached interactive mode --- Traceback (most recent call last): File "./reload_mumble_cert.py", line 23, in
s1.updateCertificate(certS, keyS, passphrase) AttributeError: 'ServerPrx' object has no attribute 'updateCertificate' When I force an up-to-date Murmur.ice file: $ ./reload_mumble_cert.py Using default settings. Import ice... Done Trying to retrieve slice dynamically from server... Failed function takes at most 2 arguments (3 given) Load slice (Murmur.ice)... Done Import dynamically compiled murmur class... Done Establish ice connection... Done Murmur object accessible via 'mice.murmur' or 'mice.m' 1 booted servers in 'mice.sl', 'mice.s' contains 's/1 -t -e 1.0:tcp -h 127.0.0.1 -p 6502' --- Reached interactive mode --- Traceback (most recent call last): File "./reload_mumble_cert.py", line 24, in
s1.updateCertificate(certS, keyS, passphrase) File "Murmur.ice", line 3766, in updateCertificate Ice.OperationNotExistException: exception ::Ice::OperationNotExistException { id = { name = 1 category = s } facet = operation = updateCertificate }
kiu
commented
7 years ago
Only available in 1.3.x
Any idea why this happens? $ murmurd -version