I created and closed a post yesterday linked here. Unfortunately this solution was short lived.
A few hours later I left my house, NFC tag worked fine, but when I came home the tag was not working again. I rebooted all the things in my home (servers, router/firewalls, APs) updated to the latest and greatest HA version. Again, tag worked for a short time but after leaving and coming back, the tag didn’t work.
This only seems to be happening when connected to my cell phone carriers network. If I’m at home connected to wifi, tags work perfectly. If I reboot my HA VM it works over my cell carrier network but only for a short time, the stops working.
I scanned in a new test tag, which creating and writing works fine when using the cell carrier network. Here are the logs when trying to use the newly created tag over my cell carrier network.
10-27 08:11:46.996 9111 25293 D TrafficStats: tagSocket(121) with statsTag=0xffffffff, statsUid=-1
10-27 08:11:47.012 9111 9147 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 08:11:47.547 9111 9111 E TagReaderActivity: Tag not scanned to HA
10-27 08:11:47.547 9111 9111 E TagReaderActivity: io.homeassistant.companion.android.common.data.integration.IntegrationException: java.net.SocketTimeoutException: failed to connect to /10.4.20.50 (port 8123) from /100.120.20.145 (port 56106) after 10000ms
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl.scanTag(IntegrationRepositoryImpl.kt:337)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl$scanTag$1.invokeSuspend(Unknown Source:15)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at android.os.Handler.handleCallback(Handler.java:942)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at android.os.Handler.dispatchMessage(Handler.java:99)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at android.os.Looper.loopOnce(Looper.java:226)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at android.os.Looper.loop(Looper.java:313)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at android.app.ActivityThread.main(ActivityThread.java:8762)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at java.lang.reflect.Method.invoke(Native Method)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: Caused by: java.net.SocketTimeoutException: failed to connect to /10.4.20.50 (port 8123) from /100.120.20.145 (port 56106) after 10000ms
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at libcore.io.IoBridge.connectErrno(IoBridge.java:235)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at libcore.io.IoBridge.connect(IoBridge.java:179)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:142)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:390)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:230)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:212)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:436)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at java.net.Socket.connect(Socket.java:646)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
10-27 08:11:47.547 9111 9111 E TagReaderActivity: at java.lang.Thread.run(Thread.java:1012)
10-27 08:11:47.549 9111 25220 D TrafficStats: tagSocket(107) with statsTag=0xffffffff, statsUid=-1
10-27 08:11:47.576 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: handleAppVisibility mAppVisible = false visible = true
10-27 08:11:47.576 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: stopped(false) old = true
10-27 08:11:47.576 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: WindowStopped on io.homeassistant.companion.android/io.homeassistant.companion.android.settings.SettingsActivity set to false
10-27 08:11:47.579 9111 9111 I MSHandlerLifeCycle: removeMultiSplitHandler: no exist. decor=DecorView@27fe326[SettingsActivity]
10-27 08:11:47.579 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: stopped(false) old = false
10-27 08:11:47.580 9111 9111 D IntegrationRepository: isAppLocked(): false. (LockEnabled: false, appActive: false, expireMillis: 1698415897985, currentMillis: 1698415907580)
10-27 08:11:47.581 9111 9111 I MSHandlerLifeCycle: removeMultiSplitHandler: no exist. decor=DecorView@27fe326[SettingsActivity]
10-27 08:11:47.586 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={adjust=resize} ty=BASE_APPLICATION wanim=0x1030309
10-27 08:11:47.586 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: fl=81810100
10-27 08:11:47.586 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: pfl=12020040
10-27 08:11:47.586 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: vsysui=2010
10-27 08:11:47.586 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: apr=LIGHT_STATUS_BARS LIGHT_NAVIGATION_BARS
10-27 08:11:47.586 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: bhv=DEFAULT
10-27 08:11:47.586 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: fitSides= naviIconColor=0}
10-27 08:11:47.591 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: updateBlastSurfaceIfNeeded mBlastBufferQueue=null isSameSurfaceControl=false
10-27 08:11:47.591 9111 9111 I BLASTBufferQueue: new BLASTBufferQueue, mName= ViewRootImpl@7d8833c[SettingsActivity] mNativeObject= 0xb4000073fb498880 sc.mNativeObject= 0xb400007643c010a0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909 android.view.ViewRootImpl.relayoutWindow:9847 android.view.ViewRootImpl.performTraversals:3884 android.view.ViewRootImpl.doTraversal:3116 android.view.ViewRootImpl$TraversalRunnable.run:10885 android.view.Choreographer$CallbackRecord.run:1301 android.view.Choreographer$CallbackRecord.run:1309 android.view.Choreographer.doCallbacks:923 android.view.Choreographer.doFrame:852 android.view.Choreographer$FrameDisplayEventReceiver.run:1283
10-27 08:11:47.591 9111 9111 I BLASTBufferQueue: update, w= 1080 h= 2316 mName = ViewRootImpl@7d8833c[SettingsActivity] mNativeObject= 0xb4000073fb498880 sc.mNativeObject= 0xb400007643c010a0 format= -1 caller= android.graphics.BLASTBufferQueue.<init>:84 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909 android.view.ViewRootImpl.relayoutWindow:9847 android.view.ViewRootImpl.performTraversals:3884 android.view.ViewRootImpl.doTraversal:3116 android.view.ViewRootImpl$TraversalRunnable.run:10885
10-27 08:11:47.591 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) req=(1080,2316)0 dur=5 res=0x3 s={true 0xb400007643c7c000} ch=true seqId=0
10-27 08:11:47.592 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007643c7c000} hwInitialized=true
10-27 08:11:47.592 9111 13395 D OpenGLRenderer: eglCreateWindowSurface
10-27 08:11:47.592 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4438 android.view.ViewRootImpl.doTraversal:3116 android.view.ViewRootImpl$TraversalRunnable.run:10885 android.view.Choreographer$CallbackRecord.run:1301 android.view.Choreographer$CallbackRecord.run:1309
10-27 08:11:47.592 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: Setup new sync id=1
10-27 08:11:47.592 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: Setting syncFrameCallback
10-27 08:11:47.592 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: registerCallbacksForSync syncBuffer=false
10-27 08:11:47.696 9111 13406 I ViewRootImpl@7d8833c[SettingsActivity]: Received frameDrawingCallback syncResult=0 frameNum=1.
10-27 08:11:47.696 9111 13406 I ViewRootImpl@7d8833c[SettingsActivity]: Setting up sync and frameCommitCallback
10-27 08:11:47.701 9111 13395 I BLASTBufferQueue: [ViewRootImpl@7d8833c[SettingsActivity]#19](f:0,a:0) onFrameAvailable the first frame is available
10-27 08:11:47.701 9111 13395 I ViewRootImpl@7d8833c[SettingsActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
10-27 08:11:47.702 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: onSyncComplete
10-27 08:11:47.702 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: setupSync seqId=0 mSyncId=1 fn=1 caller=android.view.ViewRootImpl$$ExternalSyntheticLambda11.accept:6 android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128 android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8 android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382 android.window.SurfaceSyncer$SyncSet.markSyncReady:359 android.window.SurfaceSyncer.markSyncReady:151 android.view.ViewRootImpl.performTraversals:4503
10-27 08:11:47.702 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: reportDrawFinished seqId=0 mSyncId=-1 fn=1 mSurfaceChangedTransaction=0xb4000076b682e100
10-27 08:11:47.702 9111 9111 I ViewRootImpl@dcf459b[TagReaderActivity]: MSG_WINDOW_FOCUS_CHANGED 0 0
10-27 08:11:47.735 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: MSG_WINDOW_FOCUS_CHANGED 1 0
10-27 08:11:47.736 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007643c7c000}
10-27 08:11:47.736 9111 9111 D IntegrationRepository: isAppLocked(): false. (LockEnabled: false, appActive: false, expireMillis: 1698415897985, currentMillis: 1698415907736)
10-27 08:11:47.736 9111 9111 D IntegrationRepository: setAppActive(): true
10-27 08:11:47.737 9111 9111 D InputMethodManager: startInputInner - Id : 0
10-27 08:11:47.737 9111 9111 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus
10-27 08:11:48.020 9111 9111 I ViewRootImpl@dcf459b[TagReaderActivity]: handleAppVisibility mAppVisible = true visible = false
10-27 08:11:48.027 9111 13395 D OpenGLRenderer: setSurface called with nullptr
10-27 08:11:48.027 9111 13395 D OpenGLRenderer: setSurface() destroyed EGLSurface
10-27 08:11:48.027 9111 13395 D OpenGLRenderer: destroyEglSurface
10-27 08:11:48.027 9111 9111 I ViewRootImpl@dcf459b[TagReaderActivity]: performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true mForceNextWindowRelayout=false params=null
10-27 08:11:48.030 9111 9111 I ViewRootImpl@dcf459b[TagReaderActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) req=(1080,2316)8 dur=3 res=0x2 s={false 0x0} ch=true seqId=0
10-27 08:11:48.031 9111 9111 I ViewRootImpl@dcf459b[TagReaderActivity]: stopped(true) old = false
10-27 08:11:48.031 9111 9111 I ViewRootImpl@dcf459b[TagReaderActivity]: WindowStopped on io.homeassistant.companion.android/io.homeassistant.companion.android.nfc.TagReaderActivity set to true
10-27 08:11:48.032 9111 9111 I MSHandlerLifeCycle: removeMultiSplitHandler: no exist. decor=DecorView@7ce4da1[TagReaderActivity]
10-27 08:11:48.034 9111 9111 I MSHandlerLifeCycle: removeMultiSplitHandler: no exist. decor=DecorView@7ce4da1[TagReaderActivity]
10-27 08:11:48.034 9111 13395 D OpenGLRenderer: setSurface called with nullptr
10-27 08:11:48.034 9111 9111 I ViewRootImpl@dcf459b[TagReaderActivity]: dispatchDetachedFromWindow
10-27 08:11:48.038 9111 9111 D InputTransport: Input channel destroyed: 'bada4f ', fd=176
10-27 08:11:49.117 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: ViewPostIme pointer 0
10-27 08:11:49.133 9111 9147 E SensorReceiver: Issue registering sensor battery_state
10-27 08:11:49.133 9111 9147 E SensorReceiver: io.homeassistant.companion.android.common.data.integration.IntegrationException: java.net.SocketTimeoutException: failed to connect to /10.4.20.50 (port 8123) from /100.120.20.145 (port 56108) after 10000ms
10-27 08:11:49.133 9111 9147 E SensorReceiver: at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl.registerSensor(IntegrationRepositoryImpl.kt:744)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl$registerSensor$1.invokeSuspend(Unknown Source:15)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
10-27 08:11:49.133 9111 9147 E SensorReceiver: Caused by: java.net.SocketTimeoutException: failed to connect to /10.4.20.50 (port 8123) from /100.120.20.145 (port 56108) after 10000ms
10-27 08:11:49.133 9111 9147 E SensorReceiver: at libcore.io.IoBridge.connectErrno(IoBridge.java:235)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at libcore.io.IoBridge.connect(IoBridge.java:179)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:142)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:390)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:230)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:212)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:436)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at java.net.Socket.connect(Socket.java:646)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
10-27 08:11:49.133 9111 9147 E SensorReceiver: at java.lang.Thread.run(Thread.java:1012)
10-27 08:11:49.136 9111 9147 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 08:11:49.161 9111 9111 I ViewRootImpl@7d8833c[SettingsActivity]: ViewPostIme pointer 1
10-27 08:11:49.173 9111 9147 D LogcatReader: Read logcat for pid 9111
10-27 08:11:49.230 9111 23358 D TrafficStats: tagSocket(140) with statsTag=0xffffffff, statsUid=-1