首页 > 解决方案 > 快速链接到 OAuth 错误。从链接中获取授权代码时,我收到以下日志

问题描述

从链接中获取授权代码时,我收到以下日志。

2021-06-21 12:30:34.363660+0530 LinkedIn-Oauth[4170:50636] Connection 1: unable to determine interface type without an established connection
2021-06-21 12:30:34.364164+0530 LinkedIn-Oauth[4170:50636] Connection 1: unable to determine fallback status without a connection
2021-06-21 12:30:34.403792+0530 LinkedIn-Oauth[4170:50636] [] nw_protocol_get_quic_image_block_invoke dlopen libquic failed
2021-06-21 12:30:35.062430+0530 LinkedIn-Oauth[4170:50659] WF: === Starting WebFilter logging for process LinkedIn-Oauth
2021-06-21 12:30:35.062629+0530 LinkedIn-Oauth[4170:50659] WF: _userSettingsForUser : (null)
2021-06-21 12:30:35.062753+0530 LinkedIn-Oauth[4170:50659] WF: _WebFilterIsActive returning: NO
2021-06-21 12:30:36.269940+0530 LinkedIn-Oauth[4170:50659] CFURLRequestSetHTTPCookieStorageAcceptPolicy_block_invoke: no longer implemented and should not be called
2021-06-21 12:30:50.392667+0530 LinkedIn-Oauth[4170:50439] screen parameters are unexpected: MGScreenClass1125x2436x3x495 SCREEN_TYPE(1125,2436,3,495)
2021-06-21 12:30:50.393126+0530 LinkedIn-Oauth[4170:50439] screen parameters are unexpected: MGScreenClass1125x2436x3x495 SCREEN_TYPE(1125,2436,3,495)
2021-06-21 12:30:50.826233+0530 LinkedIn-Oauth[4170:50920] Connection 13: received failure notification
2021-06-21 12:30:50.826367+0530 LinkedIn-Oauth[4170:50920] Connection 13: failed to connect 12:8, reason -1
2021-06-21 12:30:50.826495+0530 LinkedIn-Oauth[4170:50920] Connection 13: encountered error(12:8)
2021-06-21 12:30:50.832358+0530 LinkedIn-Oauth[4170:50920] Task <97A84060-F48C-47D5-8138-2C3DABC39702>.<0> HTTP load failed, 0/0 bytes (error code: -1003 [12:8])
2021-06-21 12:30:50.832653+0530 LinkedIn-Oauth[4170:50638] NSURLConnection finished with error - code -1003

标签: swiftxcodeoauth-2.0oauthlinkedin-api

解决方案


推荐阅读