Jitsi Update Probleme

Hallo,

nach dem Update des Jitsi im UCS funktioniert dieses leider nicht mehr. Das Update habe ich ursprünglich noch unter UCS 4.6 eingespielt. Da Jitsi im Anschluss nicht mehr funktionierte ist der UCS-Server auf die aktuelle UCS 5 geupdatet worden was soweit auch problemlos durchgelaufen ist. Trotzdem streikt das Jitsi weiter.

Der Fehler äußert sich in der Form das man zwar die Webseite des Jitsi aufrufen und auch ein Meeting starten kann allerdings landet man dann in einer Endlosschleife mit dem Popup das die Verbindung unterbrochen wurde und man sich neu verbinden kann bzw. das in ein paar Sekunden automatisch versucht wird.

Das Jitsi habe ich nun schon entfernt und neu installiert ohne das sich daran was änderte. Im appcenter.log taucht auch folgende Fehlermeldung nach dem Ändern der Einstellungen der Jitsi-App auf:

124487 actions.configure                21-06-02 10:58:06 [ WARNING]: 'NoneType' object has no attribute 'isatty'
124487 actions.configure                21-06-02 10:58:06 [ WARNING]: Traceback (most recent call last):
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/__init__.py", line 181, in call_with_namespace
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     result = self.main(namespace)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/reinitialize.py", line 80, in main
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     self._upgrade_image(app, _args)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/docker_upgrade.py", line 183, in _upgrade_image
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     self._install_new_app(app, args)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/docker_upgrade.py", line 69, in _install_new_app
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     return Install._do_it(self, app, args)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/docker_install.py", line 71, in _do_it
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     ret = super(Install, self)._do_it(app, args)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/install.py", line 117, in _do_it
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     if self._install_app(app, args):
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/docker_install.py", line 65, in _install_app
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     self._start_docker_image(app, hostdn, password, args)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/docker_base.py", line 263, in _start_docker_image
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     docker.execute('rm', '-f', '/etc/timezone', '/etc/localtime', _logger=logfile_logger)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/docker.py", line 301, in execute
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     return execute_with_process(self.container, args, logger=logger, tty=tty)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/docker.py", line 135, in execute_with_process
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     tty = sys.stdin.isatty()
124487 actions.configure                21-06-02 10:58:06 [ WARNING]: AttributeError: 'NoneType' object has no attribute 'isatty'
124487 actions.configure                21-06-02 10:58:06 [ WARNING]: Traceback (most recent call last):
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/bin/univention-app", line 97, in <module>
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     main()
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/bin/univention-app", line 84, in main
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     ret = action(args)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/__init__.py", line 181, in call_with_namespace
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     result = self.main(namespace)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/reinitialize.py", line 80, in main
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     self._upgrade_image(app, _args)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/docker_upgrade.py", line 183, in _upgrade_image
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     self._install_new_app(app, args)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/docker_upgrade.py", line 69, in _install_new_app
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     return Install._do_it(self, app, args)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/docker_install.py", line 71, in _do_it
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     ret = super(Install, self)._do_it(app, args)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/install.py", line 117, in _do_it
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     if self._install_app(app, args):
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/docker_install.py", line 65, in _install_app
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     self._start_docker_image(app, hostdn, password, args)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/actions/docker_base.py", line 263, in _start_docker_image
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     docker.execute('rm', '-f', '/etc/timezone', '/etc/localtime', _logger=logfile_logger)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/docker.py", line 301, in execute
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     return execute_with_process(self.container, args, logger=logger, tty=tty)
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:   File "/usr/lib/python3/dist-packages/univention/appcenter/docker.py", line 135, in execute_with_process
124487 actions.configure                21-06-02 10:58:06 [ WARNING]:     tty = sys.stdin.isatty()
124487 actions.configure                21-06-02 10:58:06 [ WARNING]: AttributeError: 'NoneType' object has no attribute 'isatty'
124487 actions.configure                21-06-02 10:58:07 [   DEBUG]: /var/cache/univention-appcenter/appcenter.software-univention.de/4.4/jitsimeet_20210525094847.configure_host returned with 0
124487 actions.configure.progress       21-06-02 10:58:07 [   DEBUG]: 100

Hat eventuell noch jemand dieses Problem nach dem Update des Jitsi und wenn Ja konnte das Problem behoben werden und wie?

MfG

Ich hatte zunächst ein ähnliches Symptom, was sich nachher als Cache-Problem herausstellte… (allerdings weiter unter 4.4.8)

wir haben das auch unter ucs 4.x mit letztem jitsi update
stable-5870

Kann Mikro und Kamera nicht unmuten und sehe andere Gäste nicht
LDAP Login auch weg.
Komplett entfernt und neu installiert

Naja, Jitsi entfernen und neu installieren hat bei uns nicht geholfen. Auch das Aufräumen des Cache hat daran nichts verändert. Ich hab dann spaßeshalber mal einen weiteren UCS-Server (VM) aufgesetzt und dort dann das Jitsi drauf gepackt - da lief es bis ich den UCS in die Domäne gehoben habe was das Jitsi dann kurzerhand außer Betrieb gesetzt hat mit den oben beschriebenen Symtomen. Ich hab letztenendes eine Debian-VM neu aufgesetzt und das Jitsi auf dieser installiert. Der UCS bedient jetzt nur noch die OwnCloud und das wird voraussichtlich auch ein Auslaufmodell.

Mastodon