Jan

Results 47 comments of Jan

exception SysCallError The SysCallError occurs when there's an I/O error and OpenSSL's error queue does not contain any information. This can mean two things: An error in the transport protocol,...

I haven't seen this before, I would just from the first guess recommend updating openssl components if possible

Are you using https in your spire configuration? Have you installed the correct ca.pem? Is there more than one CA certificated installed for the same domain?

When you create the certificates upon first start, or when you delete the server.crt file from the keys folder, it generates a certificate, it will try to detect your domain,...

I think I marked the contactObjects as a ToDo there will be a an update which recreates all contactObjects

Hm I just redid that class but to 100% it should look like this: ``` class ABPersonSearch(ClientBoundCommand): def __init__(self, refId): super(ABPersonSearch, self).__init__("PersonSearch", "com.apple.ace.contact", None, refId) self.targetAppId = None # @"NSURL"...

Or can you give an example plist (from 4S) where relatedNames is send during this request?

sure I bet if you change it to: "I_dont_give_a_fuck" it will also work. I think you are just using it wrong, set the relationship property to None and it should...

just copy them to the plugins folder... best would be creating a folder for them and renaming the plugin to **init**.py and giving the folder name the plugin name

Hm... I don't know how python does memory management, I have a look at that