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
Describe the bug
A Grouper update on 1/3/2024 results in the program crashing when dropping members from a group
Reproduction Steps
Run ReQUIAM as normal
Outputted Messages
Traceback (most recent call last):
File "/opt/redata/ReQUIAM/./scripts/script_run", line 306, in <module>
d.synchronize()
File "/opt/redata/ReQUIAM/requiam/delta.py", line 128, in synchronize
if rsp_j['WsDeleteMemberResults']['resultMetadata']['resultCode'] not in 'SUCCESS':
KeyError: 'WsDeleteMemberResults'
Version information
ReQUIAM version: 1.10
ReQUIAM branch info: master
Expected behavior
No crash occurs
Additional context
Email from IT explains the change:
some Grouper WS calls out there had been using an incorrect field. This is an example:
Describe the bug
A Grouper update on 1/3/2024 results in the program crashing when dropping members from a group
Reproduction Steps
Run ReQUIAM as normal
Outputted Messages
Version information
Expected behavior
No crash occurs
Additional context
Email from IT explains the change:
The text was updated successfully, but these errors were encountered: