Trixology
WeatherCat => WeatherCat General Discussion => Topic started by: Blicj11 on October 07, 2014, 06:29:01 PM
-
Any idea what this means? IT shows up in the Console Log every 5 minutes.
10/7/14 10:50:15.469 AM secd[201]: securityd_xpc_dictionary_handler WeatherCat[88971] copy_matching The operation couldn?t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements)
10/7/14 10:50:15.469 AM WeatherCat[88971]: SecOSStatusWith error:[-34018] The operation couldn?t be completed. (OSStatus error -34018 - Remote error : The operation couldn???t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements))
10/7/14 10:55:15.870 AM secd[201]: securityd_xpc_dictionary_handler WeatherCat[88971] copy_matching The operation couldn?t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements)
10/7/14 10:55:15.870 AM WeatherCat[88971]: SecOSStatusWith error:[-34018] The operation couldn?t be completed. (OSStatus error -34018 - Remote error : The operation couldn???t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements))
-
Possibly some keychain related error - check services you have running at 5 minute intervals - for example WeatherBug, WoW, FTP etc, it might be one of those trying to access a password out of your keychain. Try stopping them one at a time to see if it's any of them that's causing the error. If it is, check your keychain access for that particular service.
-
Possibly related to uploading webcam images via FTP to my website. I changed the Authentication Method on the camera from Digest Access Authentication to Basic Authentication and the messages stopped.