You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
) , because I saw some conflicts in the output from sophomorix commands ( when run simultaneously ), and this is not handled with threads ( it's a little faster ).
I had to choose between merging the output dicts, or simply taking one.
I saw that the first one always contain the main informations, that's why I took the first one.
Ideally, it would be great if sophomorix only delivers one json output.
The text was updated successfully, but these errors were encountered:
lmn_getSophomorixValue() only gets the first dict. Merging all the result dicts is a risky way, it would be better to ask @jeffbeck if it's possible to do it in sophomorix.
Hello @PLanB2008
Related to your comment here
linuxmuster-webui7/usr/lib/linuxmuster-webui/plugins/lmn_session/views.py
Line 342 in bd5844b
I already wrote a post about it here : linuxmuster/sophomorix4#68 (comment)
There was a major change in
lmn_getSophomorixValue
( here :linuxmuster-webui7/usr/lib/linuxmuster-webui/plugins/lmn_common/api.py
Line 167 in bd5844b
I had to choose between merging the output dicts, or simply taking one.
I saw that the first one always contain the main informations, that's why I took the first one.
Ideally, it would be great if sophomorix only delivers one json output.
The text was updated successfully, but these errors were encountered: