Open
Description
Instead of failing hard in L20, I would like to wait for the database to be opened and then proceed. Therefore instead of L20-L25 I introduced
if not c.is_database_open(connection_id):
c.wait_for_unlock()
However, one of the subsequent calls c.associate
or c.get_login
(I omit the set_login
part) fails with
assert response_nonce == expected_nonce
AssertionError
indicating that something in the nonce calculation went south. When I execute the script over and over again, sometimes the script even succeeds (but not very often).
Since I am not firm with the protocol I am asking for help to fix this as I have no clue where to start looking.
Best regards
Metadata
Metadata
Assignees
Labels
No labels