aau-zid / BigBlueButton-liveStreaming

Streams a given BBB Meeting to an RTMP Server.
GNU General Public License v3.0
200 stars 159 forks source link

get_meetings.py: more than 1 running meeting #23

Closed zihniartar closed 4 years ago

zihniartar commented 4 years ago

if more than one meeting is currently running, the following error message appears:

Traceback (most recent call last): File "./get_meetings.py", line 46, in print(meetings['xml']['meetings'][meeting]['meetingName']) TypeError: list indices must be integers or slices, not str

But if only one meeting is running, there is no problem

mtsonline commented 4 years ago

thank you for this report.

Will be fixed in the next beta.

cheers

Martin