Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. Sat Dec 14 04:43:01 MST 2019 E j QuotaRefreshNetworkTask failed java.net.SocketTimeoutException: connect timed out
  2. at java.net.PlainSocketImpl.socketConnect(Native Method)
  3. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:334)
  4. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:196)
  5. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
  6. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:356)
  7. at java.net.Socket.connect(Socket.java:586)
  8. at okhttp3.internal.platform.AndroidPlatform.connectSocket(SourceFile:71)
  9. at okhttp3.internal.connection.RealConnection.connectSocket(SourceFile:240)
  10. at okhttp3.internal.connection.RealConnection.connect(SourceFile:160)
  11. at okhttp3.internal.connection.StreamAllocation.findConnection(SourceFile:257)
  12. at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(SourceFile:135)
  13. at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:114)
  14. at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:42)
  15. at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:147)
  16. at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:121)
  17. at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:93)
  18. at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:147)
  19. at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:121)
  20. at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:93)
  21. at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:147)
  22. at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:126)
  23. at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:147)
  24. at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:121)
  25. at com.microsoft.authorization.d.j$b.intercept(SourceFile:186)
  26. at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:147)
  27. at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:121)
  28. at okhttp3.RealCall.getResponseWithInterceptorChain(SourceFile:200)
  29. at okhttp3.RealCall.execute(SourceFile:77)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement