在AFNetworking中找不到具有指定主机名的服务器

时间:2014-07-28 11:44:43

标签: ios objective-c afnetworking afnetworking-2

我在我的应用中从AFnetworking切换出ASIHTTPRequest API,以解决连接错误问题。

但现在我在AFNetworking中遇到了连接错误。我该如何解决这个问题?

Printing description of error: Error Domain=NSURLErrorDomain Code=-1003 "A server with the
specified hostname could not be found." UserInfo=0x1553bab0
{NSErrorFailingURLStringKey=https://example.com/oauth/token,
NSErrorFailingURLKey=https://example.com/oauth/token, NSLocalizedDescription=A server
with the specified hostname could not be found., NSUnderlyingError=0x1553b2c0 "A server
with the specified hostname could not be found."} (lldb) 

2 个答案:

答案 0 :(得分:2)

基本上它是服务器方面的问题。当您的服务器没有响应或您的服务器处于睡眠模式时,会发生此错误。

我也多次提到同样的问题。但是,在我的情况下,当我切换到另一个WiFi网络或开关ON / OFF WiFi时,它会自动解决。请尝试,并告诉我们您的意见。

谢谢!

答案 1 :(得分:0)

我知道这是一个旧线程,但是我也遇到了这个问题。重置设备为我解决了该问题。我认为这可能与DNS污染有关。重置后我没有遇到任何问题,因此无法继续测试,但我已经读过打开飞行模式并再次将其关闭也可以使用。