Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iCloud and GEOResourceManifestServerRemoteProxy: Lost connection to geod warning

I am testing my app that uses iCloud. Sometimes, when I fire up the app I get the following warning in the console:

GEOResourceManifestServerRemoteProxy: Lost connection to geod 

Once I get this warning I don't seem to get any data from iCloud. I have tried searching this issue, but have found very little information on it.

Any suggestions on how one should try to detect this issue and try to handle it?

like image 819
reza23 Avatar asked Mar 28 '13 11:03

reza23


1 Answers

I realize that you asked this back in March, but according to this it can happen when a login (like a connection to FB) has timed out.

If you do a stacktrace and see , then this should help.

And here is the code for that interface, if that's helpful.

like image 86
Joshua Walcher Avatar answered Sep 24 '22 17:09

Joshua Walcher