PySyft icon indicating copy to clipboard operation
PySyft copied to clipboard

[WIP] Settings validation

Open jcardonnet opened this issue 1 year ago • 1 comments

Fixes #1664, #1659

jcardonnet avatar Aug 14 '24 15:08 jcardonnet

Maybe this is also related to this ticket https://github.com/OpenMined/Heartbeat/issues/1649, since after updating the settings with

client.api.services.settings.update(
    name="a",
    organization="b",
    description="c",
    admin_email="[email protected]",
    association_request_auto_approval=True,
    eager_execution_enabled=False,
    notifications_enabled=True,
)
client.refresh()

doing guest_client.register will produce the below error image

khoaguin avatar Aug 15 '24 04:08 khoaguin