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
Trying to set an attribute in the user agent, but I get a key error.
File "/Users/fibrady/projects/core/venv/lib/python3.9/site-packages/webexteamssdk/api/__init__.py", line 182, in __init__
self._session = RestSession(
File "/Users/fibrady/projects/core/venv/lib/python3.9/site-packages/webexteamssdk/restsession.py", line 230, in __init__
"User-Agent": user_agent(be_geo_id=be_geo_id, caller=caller),
File "/Users/fibrady/projects/core/venv/lib/python3.9/site-packages/webexteamssdk/restsession.py", line 155, in user_agent
data["organization"]["be_geo_id"] = be_geo_id
KeyError: 'organization'
Version 1.6
Trying to set an attribute in the user agent, but I get a key error.
data["organization"]
does not exist. See https://github.com/CiscoDevNet/webexteamssdk/blob/49a0a0d07d8d7c11abdf599396c814455261cc76/webexteamssdk/restsession.py#L155The text was updated successfully, but these errors were encountered: