Thread: sync issues
View Single Post
I'm getting the same "timed out" error on my iPhone and on my MacBook Pro. Everything was working fine earlier this evening up until around 8:00 PM Pacific. I seem to be able to get to my iDisk fine from Finder and from Transmit, so MobileMe seem like it's up. Maybe syncing was broken in the most recent sneakypeak (Revision: 103021)?

Here's what Console is reporting:

Code:
7/17/08 9:52:45 PM OmniFocus[4113] sync terminated with error: {
    code = -1001;
    domain = NSURLErrorDomain;
    userInfo =     {
        NSErrorFailingURLKey = "https://idisk.mac.com/<redacted>/Documents/OmniFocus.ofocus";
        NSErrorFailingURLStringKey = "https://idisk.mac.com/<redacted>/Documents/OmniFocus.ofocus";
        NSLocalizedDescription = "timed out";
        NSUnderlyingError =         {
            code = -1001;
            domain = kCFErrorDomainCFNetwork;
            userInfo =             {
            };
        };
    };
}

-Dennis

Last edited by Toadling; 2008-07-17 at 09:01 PM.. Reason: Added Console output