Webui 7.1.42 - Klassenarbeitsmodus kann nicht gestartet werden

Moin,
nach Update der WebUI auf 7.1.42 lassen sich Schüler nicht mehr in den Prüfungsmodus versetzen. Es kommt eine Fehlermeldung

sequence item 0: expected str instance, dict found 

Habe das Problem sowohl mit einzelnen Usern als auch mit ganzen Klassen.
Haben noch andere das Problem ? Dann wäre es ein Bug in der aktuelle Version der Webui.

Wenn nicht - hat jemand ne Idee, wodran es liegen könnte ?

Gruß
Sascha

P.S.
linuxmuster.net packages:
-Base…: 7.1.20-0
-Linbo…: 4.0.42-0
-WebUI…: 7.1.42
-Sophomorix…: 3.90.10-2

Vollständiger Traceback

 Traceback

Traceback (most recent call last):
  File "/usr/lib/linuxmuster-webui/plugins/lmn_session/views.py", line 170, in handle_api_session_sessions
    sophomorixCommand = ['sophomorix-session', '--session', session,  '-j', '--participants', ','.join(participants)]
TypeError: sequence item 0: expected str instance, dict found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/aj/api/endpoint.py", line 75, in wrapper
    result = fx(self, context, *args, **kwargs)
  File "/usr/lib/linuxmuster-webui/plugins/lmn_session/views.py", line 173, in handle_api_session_sessions
    raise Exception(f'Error:\nsophomorix-session --session {session} -j --participants {",".join(participants)}')
TypeError: sequence item 0: expected str instance, dict found

Hallo Sascha,

Danke für die Meldung, eine Variabel ist mir gerutscht.
7.1.43 kommt gleich.

Gruß

Arnaud

3 „Gefällt mir“

Bonjour,
jetzt geht es wieder, danke für den schnellen Fix
Sascha