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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: