I'm creating a set of Hazel rules on my Downloads folder, that is configured to synchronize with Hazel running on other computers.
One of the rules is set to upload old files found in my Downloads folder, to an "Inbox" folder on a remote server I manage.
This rule is failing, with the following error (where I've redacted my hostname):
- Code: Select all
2017-04-12 14:14:59.998 HazelHelper[579] Unable to retrieve internet password for administrator@{mydomain}: -25300 - Error Domain=NSOSStatusErrorDomain Code=-25300 "errKCItemNotFound / errSecItemNotFound: / The item cannot be found."
So it seems that Hazel (v 4.0.9) is not storing the server's password in the keychain.
Any ideas?