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
When a user is deleted in WA, push/pull in MCP will fail with error:
Traceback (most recent call last):
File "./mcp/main/tasks.py", line 31, in run_as_task
func(*args, **kwargs)
File "./mcp/wildapricot/functions.py", line 210, in push_users
if not WildapricotUser.query.filter_by(wildapricot_user_id=wa_contact['Id']):
TypeError: 'bool' object is not subscriptable
This situation should be handled gracefully by logging the exception and flagging the account somehow.
The text was updated successfully, but these errors were encountered:
When a user is deleted in WA, push/pull in MCP will fail with error:
This situation should be handled gracefully by logging the exception and flagging the account somehow.
The text was updated successfully, but these errors were encountered: