New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constant -1003 or -1005 network error #2806
Comments
All of our tests are currently passing, so I would assume there is something going on with your network and/or server. If you can create a sample project/test that reproduces the problem, I'd be happy to look into it further. Also, it might be time to look into to migrating to |
well done |
4 similar comments
well done |
well done |
well done |
well done |
All of a sudden all request returns -1003 or -1005 immediately within a split second. Its mostly happening for GET request, as that is being used more. But this happens out of the blue. Retrying it doesn't make any difference, after a 2-5 minute gap if you try again it works.
I'm using 2.5.0, here is the code below how is use, its pretty same as the example code.
I've in one of the issues (forgot which one) someone said that calling it twice will solve it, i tried the same, not just twice, but like a 100 times, still fails. Not sure if the root cause if from AFNetworking or underlying Apple libraries. Any help will be appreciated.
The text was updated successfully, but these errors were encountered: