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
servers:meeting_list[] seems to have an odd output:
$ ... servers:meeting_list[]
Server ID: bbb-testing.xyz.de
Server ID: bbb5.xyz.de
Server Url: https://bbb5.xyz.de/bigbluebutton/api/
Server Url: https://bbb-testing.xyz.de/bigbluebutton/api/
MeetingIDs:
My happy meeting
MeetingIDs:
No meetings to display
Looks to me as if multiple threads are printing concurrently to the console.
The text was updated successfully, but these errors were encountered:
We have the same issue. You can get around that by listing the servers, extracting ids and then the meetings on each server one after another, but doing it with a single command would be nice.
servers:meeting_list[]
seems to have an odd output:Looks to me as if multiple threads are printing concurrently to the console.
The text was updated successfully, but these errors were encountered: