Open jbcirs opened 5 months ago
Yes, thank you for pointing this out. This changed when the authentication schema changed from the user/pass to the API token. The user id simply isn't returning from the service during this new flow.
I'll make a note to update the docs
self._user_id
is never defined to a value when initiatingClient
.create_access_code
will fail unless you manually define it. Current workaround is define client.locks._user_id = "your_user_guid"