Replies: 2 comments
-
![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
cant get jwt token offline |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Recently I started getting these errors when I turn off the Internet
This happens specifically on ios, usually it should throw a SocketExeption error, which I process and at that moment I use the local database in the application
Connection 9: received failure notification
Connection 9: failed to connect 1:50, reason -1
Connection 9: encountered error(1:50)
Task <5FA895D3-6771-4937-925D-416E9FA17945>.<1> HTTP load failed, 0/0 bytes (error code: -1009 [1:50])
Task <5FA895D3-6771-4937-925D-416E9FA17945>.<1> finished with error [-1009] Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x28267c090 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_NSURLErrorNWPathKey=unsatisfied (No network route), _kCFStreamErrorCodeKey=50, _kCFStreamErrorDomainKey=1}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <5FA895D3-6771-4937-925D-416E9FA17945>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
"LocalDataTask <5FA895D3-6771-4937-925D-416E9FA17945>.<1>"
), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://securetoken.googleapis.com/v1/token?key=AIzaSyDHSAugkb_3A4OC5rJNrcYgtWXzdvs58oU, NSErrorFailingURLKey=https://securetoken.googleapis.com/v1/token?key=AIzaSyDHSAugkb_3A4OC5rJNrcYgtWXzdvs58oU, _kCFStreamErrorDomainKey=1}
Beta Was this translation helpful? Give feedback.
All reactions