mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #416] TCP I/O connection error: TIC Read Status [11:0x0]: 1:57 #265
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shanehartman on GitHub (Oct 25, 2017).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/416
Description:
OAuth Provider (Twitter, Github, ..):
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
Prior to upgrading to Swift 4 / XCode 9 my code was running just fine. Now I get an error in the console (TIC Read Status [11:0x0]: 1:57). There are no other errors. The authorization and redirect appear to be working fine but I can't be sure because the error I'm getting isn't descriptive. Below is my code. There's a stack overflow post but it isn't very helpful and there isn't much other information out there to help troubleshoot this.
After letting my code run for a long time it looks like it ultimately returns a request error:
Task <91C9022F-7490-486C-A5A3-00C77513724E>.<1> finished with error - code: -1001
The operation couldn’t be completed. (OAuthSwiftError error -11.)
@nmrsmn commented on GitHub (Nov 2, 2017):
I've got the same problem, except I'm getting OAuthSwiftError -10. Also I didn't use Crathage but cocoapods
@phimage commented on GitHub (Nov 2, 2017):
@nmrsmn OAuthSwiftError -10 > retain error; You do not keep a reference to your
OAuthSwiftobject (in your controller for instance)@kylebrowning commented on GitHub (Feb 16, 2018):
This is related to XCode, not OAuthSwift.....