NFC Tag not working when using cell carrier network

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

this is not an error the app can solve. Do you by chance have trusted networks enabled? If so try to log out of the app and log back in using your credentials instead of trusted networks. If not then its probably some other networking error as you say it works when first rebooted.

After re-reading my own post and reviewing the logs, I noticed that even though I was connected through my mobile carrier’s network, and signed into nabu casa cloud. When scanning the tag it was attempting to reach my local HA IP address.

I signed out of Nabu Casa cloud on my phone and signed back into it. Oddly enough the test tag I created worked about two times. I started writing this reponse and before posted, tested the tag again…and it’s not working. Getting Error while processing NFC tag message. sigh.

I do not have trusted networks setup in my configuration.

On my mobile phone app I do not have my home network SSID or Internal connection URL configured.

Also, I posed something new just after your reply about signing out of nabu casa and back in. Not sure if that info is of any help.

you said signed out of nabu casa cloud, that is not the same as logging out of hte app by hitting the logout button in your user profile. Can you double check that you have the correct URL configured in the app settings? The error suggests its not reaching out to NC cloud.

Yeah I had signed out of the actual app yesterday when you suggested it. Today as an attempt to try something different I signed out of the cloud and back in. The URL is configured correctly, set’s itself when I enter my cloud creds. I’m able to access my HA instance over my mobile carrier and turn on/off lights ect.

thats not what i meant.

Settings > Companion App > Select your server at the top and verify the URL there.

Sorry, hopefully I’m in the right place now.

When I go Settings > Companion App > Select my Home server, this is what I see

When I click on the Home Assistant URL, this is what I see.

I also went into Settings > Home Assistant Cloud > Remote Control is set to enabled. I copied the Nabu Casa URL and pasted it in a txt to myself. It does appear to be correct. When I tap on the link it takes me to my HA dashboard.

turn that off, do you still see the old URL there? if so remove it and turn it back on and see if that helps.

Ok, turned it off and it showed my local IP for HA. I removed it and entered the nabu casa URL, updated and turned it back on.

I’m on my carrier network and the tag does seem to be working. Hopefully it will continue to work. Thanks for all your help sir.

For quite awhile this morning I left my phone disconnected from wifi. The test NFC tag was working flawlessly. Then this afternoon I left home for a little over and hour and when coming home, the NFC tag in my car was not working. Unfortunately I didn’t get the exact logs at that time. Soon as I arrived home my phone auto connect to wifi. I disconnected from wifi and then my NFC tag started working again. Im totally at a loss.

I kept my phone off wifi at home and at one point I couldn’t get to my HA. It kept popping up with refresh external URL which I clicked that option but I couldnt get in. After a couple minutes I was finally able to get in. I immediately grabbed the logs. Not sure of this is helpful to you at all.

Edit: sorry for the multiple posts of logs. First one didnt have most of the info I wanted to show.

--------- beginning of main
10-27 16:45:12.944 22928 22928 I mpanion.android: Using CollectorTypeCC GC.
10-27 16:45:12.947 22928 22928 E mpanion.android: Not starting debugger since process cannot load the jdwp agent.
10-27 16:45:12.953 22928 22928 D ActivityThread: setConscryptValidator
10-27 16:45:12.953 22928 22928 D ActivityThread: setConscryptValidator - put
10-27 16:45:12.960 22928 22928 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10367; state: ENABLED
10-27 16:45:12.971 22928 22928 W ziparchive: Unable to open '/data/app/~~9jGjvHJSgcAsiOr9fQHg2g==/io.homeassistant.companion.android-FdSlse4jo8QtQqF2xqix8w==/split_config.arm64_v8a.dm': No such file or directory
10-27 16:45:12.971 22928 22928 W ziparchive: Unable to open '/data/app/~~9jGjvHJSgcAsiOr9fQHg2g==/io.homeassistant.companion.android-FdSlse4jo8QtQqF2xqix8w==/split_config.arm64_v8a.dm': No such file or directory
10-27 16:45:12.972 22928 22928 W mpanion.android: Entry not found
10-27 16:45:12.972 22928 22928 W ziparchive: Unable to open '/data/app/~~9jGjvHJSgcAsiOr9fQHg2g==/io.homeassistant.companion.android-FdSlse4jo8QtQqF2xqix8w==/split_config.xxhdpi.dm': No such file or directory
10-27 16:45:12.972 22928 22928 W ziparchive: Unable to open '/data/app/~~9jGjvHJSgcAsiOr9fQHg2g==/io.homeassistant.companion.android-FdSlse4jo8QtQqF2xqix8w==/split_config.xxhdpi.dm': No such file or directory
10-27 16:45:12.973 22928 22928 W mpanion.android: Entry not found
10-27 16:45:12.973 22928 22928 D nativeloader: Configuring clns-4 for other apk /data/app/~~9jGjvHJSgcAsiOr9fQHg2g==/io.homeassistant.companion.android-FdSlse4jo8QtQqF2xqix8w==/base.apk:/data/app/~~9jGjvHJSgcAsiOr9fQHg2g==/io.homeassistant.companion.android-FdSlse4jo8QtQqF2xqix8w==/split_config.arm64_v8a.apk:/data/app/~~9jGjvHJSgcAsiOr9fQHg2g==/io.homeassistant.companion.android-FdSlse4jo8QtQqF2xqix8w==/split_config.xxhdpi.apk. target_sdk_version=33, uses_libraries=, library_path=/data/app/~~9jGjvHJSgcAsiOr9fQHg2g==/io.homeassistant.companion.android-FdSlse4jo8QtQqF2xqix8w==/lib/arm64:/data/app/~~9jGjvHJSgcAsiOr9fQHg2g==/io.homeassistant.companion.android-FdSlse4jo8QtQqF2xqix8w==/base.apk!/lib/arm64-v8a:/data/app/~~9jGjvHJSgcAsiOr9fQHg2g==/io.homeassistant.companion.android-FdSlse4jo8QtQqF2xqix8w==/split_config.arm64_v8a.apk!/lib/arm64-v8a:/data/app/~~9jGjvHJSgcAsiOr9fQHg2g==/io.homeassistant.companion.android-FdSlse4jo8QtQqF2xqix8w==/split_config.xxhdpi.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/io.homeassistant.companion.android
10-27 16:45:12.980 22928 22928 V GraphicsEnvironment: ANGLE Developer option for 'io.homeassistant.companion.android' set to: 'default'
10-27 16:45:12.981 22928 22928 V GraphicsEnvironment: ANGLE GameManagerService for io.homeassistant.companion.android: false
10-27 16:45:12.981 22928 22928 V GraphicsEnvironment: App is not on the allowlist for updatable production driver.
10-27 16:45:12.983 22928 22928 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
10-27 16:45:12.984 22928 22928 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
10-27 16:45:12.994 22928 22928 D CompatibilityChangeReporter: Compat change id reported: 183155436; UID 10367; state: ENABLED
10-27 16:45:12.995 22928 22928 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
10-27 16:45:12.998 22928 22928 I FirebaseInitProvider: FirebaseApp initialization successful
10-27 16:45:13.000 22928 22928 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration.
10-27 16:45:13.005 22928 22928 D Sentry  : io.sentry.auto-init read: false
10-27 16:45:13.005 22928 22928 I Sentry  : Retrieving auto-init from AndroidManifest.xml
10-27 16:45:13.014 22928 22966 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10367; state: ENABLED
10-27 16:45:13.033 22928 22966 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10367; state: ENABLED
10-27 16:45:13.033 22928 22979 D OpenGLRenderer: RenderThread::requireGlContext()
10-27 16:45:13.033 22928 22979 I AdrenoGLES-0: QUALCOMM build                   : d44197479c, I2991b7e11e
10-27 16:45:13.033 22928 22979 I AdrenoGLES-0: Build Date                       : 05/31/23
10-27 16:45:13.033 22928 22979 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.41.03.36
10-27 16:45:13.033 22928 22979 I AdrenoGLES-0: Local Branch                     : 
10-27 16:45:13.033 22928 22979 I AdrenoGLES-0: Remote Branch                    : 
10-27 16:45:13.033 22928 22979 I AdrenoGLES-0: Remote Branch                    : 
10-27 16:45:13.033 22928 22979 I AdrenoGLES-0: Reconstruct Branch               : 
10-27 16:45:13.033 22928 22979 I AdrenoGLES-0: Build Config                     : S P 14.1.4 AArch64
10-27 16:45:13.033 22928 22979 I AdrenoGLES-0: Driver Path                      : /vendor/lib64/egl/libGLESv2_adreno.so
10-27 16:45:13.034 22928 22979 I AdrenoGLES-0: Driver Version                   : 0676.32
10-27 16:45:13.037 22928 22979 I AdrenoGLES-0: PFP: 0x01740158, ME: 0x00000000
10-27 16:45:13.039 22928 22979 W Adreno-AppProfiles: Could not find QSPM HAL service. Skipping adreno profile processing.
10-27 16:45:13.041 22928 22979 I AdrenoUtils: <ReadGpuID:408>: Reading chip ID through GSL
10-27 16:45:13.045 22928 22979 D OpenGLRenderer: RenderThread::setGrContext()
10-27 16:45:13.049 22928 22928 I DecorView: [INFO] isPopOver=false config=true
10-27 16:45:13.049 22928 22928 I DecorView: updateCaptionType: isFloating=false isApplication=true hasWindowDecorCaption=false this=DecorView@397043f[]
10-27 16:45:13.049 22928 22928 D DecorView: setCaptionType = 0, this = DecorView@397043f[]
10-27 16:45:13.051 22928 22928 I DecorView: getCurrentDensityDpi: from real metrics. densityDpi=450 msg=resources_loaded
10-27 16:45:13.051 22928 22928 I DecorView: setWindowBackground: isPopOver=false color=fffafafa d=android.graphics.drawable.ColorDrawable@338ba55
10-27 16:45:13.055 22928 22928 I MSHandlerLifeCycle: check: return. pkg=io.homeassistant.companion.android parent=null callers=com.android.internal.policy.DecorView.setVisibility:4412 android.app.ActivityThread.handleResumeActivity:5476 android.app.servertransaction.ResumeActivityItem.execute:54 android.app.servertransaction.ActivityTransactionItem.execute:45 android.app.servertransaction.TransactionExecutor.executeLifecycleState:176 
10-27 16:45:13.055 22928 22928 I MSHandlerLifeCycle: removeMultiSplitHandler: no exist. decor=DecorView@397043f[]
10-27 16:45:13.058 22928 22979 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
10-27 16:45:13.061 22928 22928 D InsetsController: onStateChanged: InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(693, 0 - 747, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1440 physicalDisplayHeight=3088 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]}  mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0][1080,75], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2274][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][84,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[996,0][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,109], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2226][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-100000,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,75], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,100000][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,75], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0][0,0], mVisible=false, mInsetsRoundedCornerFrame=false} } host=io.homeassistant.companion.android/io.homeassistant.companion.android.launch.LaunchActivity from=android.view.ViewRootImpl.setView:1732
10-27 16:45:13.062 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: setView = com.android.internal.policy.DecorView@397043f TM=true
10-27 16:45:13.063 22928 22928 I MSHandlerLifeCycle: removeMultiSplitHandler: no exist. decor=DecorView@397043f[LaunchActivity]
10-27 16:45:13.063 22928 22928 D IDS_TAG : Starting IDS observe window
10-27 16:45:13.063 22928 22928 D IDS_TAG : Getting Shared Preference for io.homeassistant.companion.android.HomeAssistantApplication@fcd3cbf uid = 10367
10-27 16:45:13.064 22928 22928 I IDS_TAG : App io.homeassistant.companion.android.HomeAssistantApplication@fcd3cbf being boosted by IDS
10-27 16:45:13.064 22928 22928 D IDS_TAG : Closing IDS observe window
10-27 16:45:13.064 22928 22928 D IDS_TAG : Getting Shared Preference for io.homeassistant.companion.android.HomeAssistantApplication@fcd3cbf uid = 10367
10-27 16:45:13.072 22928 22928 W mpanion.android: Method java.lang.Object androidx.compose.runtime.snapshots.SnapshotStateMap.mutate(kotlin.jvm.functions.Function1) failed lock verification and will run slower.
10-27 16:45:13.072 22928 22928 W mpanion.android: Common causes for lock verification issues are non-optimized dex code
10-27 16:45:13.072 22928 22928 W mpanion.android: and incorrect proguard optimizations.
10-27 16:45:13.072 22928 22928 W mpanion.android: Method void androidx.compose.runtime.snapshots.SnapshotStateMap.update(kotlin.jvm.functions.Function1) failed lock verification and will run slower.
10-27 16:45:13.072 22928 22928 W mpanion.android: Method boolean androidx.compose.runtime.snapshots.SnapshotStateMap.removeIf$runtime_release(kotlin.jvm.functions.Function1) failed lock verification and will run slower.
10-27 16:45:13.077 22928 22928 W mpanion.android: Accessing hidden method Landroid/content/res/Resources$Theme;->getKey()Landroid/content/res/Resources$ThemeKey; (max-target-o, reflection, denied)
10-27 16:45:13.083 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: performTraversals params={(0,0)(fillxfill) sim={adjust=pan forwardNavigation} ty=BASE_APPLICATION wanim=0x1030309
10-27 16:45:13.083 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]:   fl=81810100
10-27 16:45:13.083 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]:   pfl=12020040
10-27 16:45:13.083 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]:   bhv=DEFAULT
10-27 16:45:13.083 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]:   fitSides= naviIconColor=0}
10-27 16:45:13.083 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: performTraversals mFirst=true windowShouldResize=true viewVisibilityChanged=false mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={adjust=pan forwardNavigation} ty=BASE_APPLICATION wanim=0x1030309
10-27 16:45:13.083 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]:   fl=81810100
10-27 16:45:13.083 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]:   pfl=12020040
10-27 16:45:13.083 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]:   bhv=DEFAULT
10-27 16:45:13.083 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]:   fitSides= naviIconColor=0}
10-27 16:45:13.086 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: updateBlastSurfaceIfNeeded mBlastBufferQueue=null isSameSurfaceControl=false
10-27 16:45:13.087 22928 22928 E BufferQueueProducer: Unable to open libpenguin.so: dlopen failed: library "libpenguin.so" not found.
10-27 16:45:13.087 22928 22928 I BLASTBufferQueue: new BLASTBufferQueue, mName= ViewRootImpl@1ee650e[LaunchActivity] mNativeObject= 0xb400007661263180 sc.mNativeObject= 0xb4000076b53c68e0 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 16:45:13.087 22928 22928 I BLASTBufferQueue: update, w= 1080 h= 2316 mName = ViewRootImpl@1ee650e[LaunchActivity] mNativeObject= 0xb400007661263180 sc.mNativeObject= 0xb4000076b53c68e0 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 16:45:13.087 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) req=(1080,2316)0 dur=3 res=0x3 s={true 0xb400007661376000} ch=true seqId=0
10-27 16:45:13.087 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: performConfigurationChange setNightDimText nightDimLevel=0
10-27 16:45:13.087 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007661376000} hwInitialized=true
10-27 16:45:13.089 22928 22979 D OpenGLRenderer: eglCreateWindowSurface
10-27 16:45:13.089 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: 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 16:45:13.089 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: Setup new sync id=0
10-27 16:45:13.089 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: Setting syncFrameCallback
10-27 16:45:13.089 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: registerCallbacksForSync syncBuffer=false
10-27 16:45:13.091 22928 22991 I ViewRootImpl@1ee650e[LaunchActivity]: Received frameDrawingCallback syncResult=0 frameNum=1.
10-27 16:45:13.091 22928 22991 I ViewRootImpl@1ee650e[LaunchActivity]: Setting up sync and frameCommitCallback
10-27 16:45:13.097 22928 22979 I BLASTBufferQueue: [ViewRootImpl@1ee650e[LaunchActivity]#0](f:0,a:0) onFrameAvailable the first frame is available
10-27 16:45:13.097 22928 22979 I ViewRootImpl@1ee650e[LaunchActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
10-27 16:45:13.097 22928 22979 D OpenGLRenderer: CFMS:: SetUp Pid : 22928    Tid : 22979
10-27 16:45:13.099 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: onSyncComplete
10-27 16:45:13.099 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: setupSync seqId=0 mSyncId=0 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 16:45:13.099 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: reportDrawFinished seqId=0 mSyncId=-1 fn=1 mSurfaceChangedTransaction=0xb40000766123c500
10-27 16:45:13.118 22928 22928 D SensorReceiver: Received intent: android.net.wifi.STATE_CHANGE
10-27 16:45:13.119 22928 22928 D SensorReceiver: Received intent: android.net.wifi.WIFI_STATE_CHANGED
10-27 16:45:13.119 22928 22928 D SensorReceiver: Sensor wifi_state corresponding to received event android.net.wifi.WIFI_STATE_CHANGED is disabled, skipping sensors update
10-27 16:45:13.119 22928 22928 D SensorReceiver: Received intent: android.media.RINGER_MODE_CHANGED
10-27 16:45:13.119 22928 22928 D SensorReceiver: Sensor audio_sensor corresponding to received event android.media.RINGER_MODE_CHANGED is disabled, skipping sensors update
10-27 16:45:13.124 22928 22971 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.151 22928 22971 I BluetoothAdapter: BluetoothAdapter() : io.homeassistant.companion.android
10-27 16:45:13.158 22928 22928 W ziparchive: Unable to open '/data/app/~~xyApXeWoT8lh7ZgSBSvUWw==/com.google.android.trichromelibrary_599308033-2ZkQodYw9Murydf4tkyx6g==/base.dm': No such file or directory
10-27 16:45:13.158 22928 22928 W ziparchive: Unable to open '/data/app/~~xyApXeWoT8lh7ZgSBSvUWw==/com.google.android.trichromelibrary_599308033-2ZkQodYw9Murydf4tkyx6g==/base.dm': No such file or directory
10-27 16:45:13.158 22928 22928 W mpanion.android: Entry not found
10-27 16:45:13.159 22928 22928 D nativeloader: Configuring clns-5 for other apk /data/app/~~xyApXeWoT8lh7ZgSBSvUWw==/com.google.android.trichromelibrary_599308033-2ZkQodYw9Murydf4tkyx6g==/base.apk. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~RKFsfzNzVO7c6Q4neffEKA==/com.google.android.webview-gfGUCIffjdz1y2_DsmO_sA==/lib/arm64:/data/app/~~RKFsfzNzVO7c6Q4neffEKA==/com.google.android.webview-gfGUCIffjdz1y2_DsmO_sA==/base.apk!/lib/arm64-v8a:/data/app/~~xyApXeWoT8lh7ZgSBSvUWw==/com.google.android.trichromelibrary_599308033-2ZkQodYw9Murydf4tkyx6g==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand
10-27 16:45:13.159 22928 22928 D nativeloader: Extending system_exposed_libraries: libhumantracking.arcsoft.so:libPortraitDistortionCorrection.arcsoft.so:libPortraitDistortionCorrectionCali.arcsoft.so:libface_landmark.arcsoft.so:libFacialStickerEngine.arcsoft.so:libfrtracking_engine.arcsoft.so:libFaceRecognition.arcsoft.so:libveengine.arcsoft.so:lib_pet_detection.arcsoft.so:libae_bracket_hdr.arcsoft.so:libaiclearzoom_raw.arcsoft.so:libacz_hhdr.arcsoft.so:libhybrid_high_dynamic_range.arcsoft.so:libimage_enhancement.arcsoft.so:liblow_light_hdr.arcsoft.so:libmacroclearshot_raw.arcsoft.so:libhigh_dynamic_range.arcsoft.so:libsuperresolution_raw.arcsoft.so:libobjectcapture_jni.arcsoft.so:libobjectcapture.arcsoft.so:libFacialAttributeDetection.arcsoft.so:libBeauty_v4.camera.samsung.so:libexifa.camera.samsung.so:libjpega.camera.samsung.so:libOpenCv.camera.samsung.so:libVideoClassifier.camera.samsung.so:libtensorflowLite.dynamic_viewing.camera.samsung.so:libImageScreener.camera.samsung.so:libMyFilter.camera.samsung.so:libtflite2.myfilters.camera.samsung.so:libHID
10-27 16:45:13.164 22928 22928 I mpanion.android: Failed to add image file: Dex cache count and dex file count mismatch while trying to initialize from image
10-27 16:45:13.165 22928 22928 D nativeloader: Configuring clns-6 for other apk /data/app/~~RKFsfzNzVO7c6Q4neffEKA==/com.google.android.webview-gfGUCIffjdz1y2_DsmO_sA==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~RKFsfzNzVO7c6Q4neffEKA==/com.google.android.webview-gfGUCIffjdz1y2_DsmO_sA==/lib/arm64:/data/app/~~RKFsfzNzVO7c6Q4neffEKA==/com.google.android.webview-gfGUCIffjdz1y2_DsmO_sA==/base.apk!/lib/arm64-v8a:/data/app/~~xyApXeWoT8lh7ZgSBSvUWw==/com.google.android.trichromelibrary_599308033-2ZkQodYw9Murydf4tkyx6g==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand
10-27 16:45:13.166 22928 22976 D LocBroadcastReceiver: Registering for zone based location updates
10-27 16:45:13.166 22928 22928 I WebViewFactory: Loading com.google.android.webview version 118.0.5993.80 (code 599308033)
10-27 16:45:13.174 22928 22928 I cr_WVCFactoryProvider: Loaded version=118.0.5993.80 minSdkVersion=29 isBundle=true multiprocess=true packageId=2
10-27 16:45:13.178 22928 23004 E chromium: [1027/164513.177858:ERROR:variations_seed_loader.cc(37)] Seed missing signature.
10-27 16:45:13.180 22928 22928 I cr_LibraryLoader: Successfully loaded native library
10-27 16:45:13.180 22928 22928 I cr_CachingUmaRecorder: Flushed 7 samples from 7 histograms, 0 samples were dropped.
10-27 16:45:13.182 22928 22928 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.182 22928 22928 D ServerConnectionInfo: Using cloud / remote UI URL
10-27 16:45:13.182 22928 22928 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.182 22928 22976 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.183 22928 22928 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.183 22928 22928 D ServerConnectionInfo: Using cloud / remote UI URL
10-27 16:45:13.183 22928 22928 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.185 22928 22972 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.188 22928 22971 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.190 22928 22971 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.193 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: MSG_WINDOW_FOCUS_CHANGED 1 0
10-27 16:45:13.193 22928 22928 I ViewRootImpl@1ee650e[LaunchActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007661376000}
10-27 16:45:13.193 22928 22928 D InputMethodManager: startInputInner - Id : 0
10-27 16:45:13.193 22928 22928 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus
10-27 16:45:13.197 22928 22928 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.208 22928 22928 D InputMethodManager: startInputInner - Id : 0
10-27 16:45:13.209 22928 22999 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.210 22928 22994 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=d0f378c2-6525-4e0d-a1c8-673ede72c634, tags={ io.homeassistant.companion.android.websocket.WebsocketManager } ]
10-27 16:45:13.214 22928 22928 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.221 22928 22928 I cr_CombinedPProvider: #registerProvider() provider:WV.O7@98434d5 isPolicyCacheEnabled:false policyProvidersSize:0
10-27 16:45:13.223 22928 22928 I cr_PolicyProvider: #setManagerAndSource() 0
10-27 16:45:13.226 22928 22928 I cr_CombinedPProvider: #linkNativeInternal() 1
10-27 16:45:13.227 22928 22928 I cr_AppResProvider: #getApplicationRestrictionsFromUserManager() Bundle[EMPTY_PARCEL]
10-27 16:45:13.227 22928 22928 I cr_PolicyProvider: #notifySettingsAvailable() 0
10-27 16:45:13.227 22928 22928 I cr_CombinedPProvider: #onSettingsAvailable() 0
10-27 16:45:13.227 22928 22928 I cr_CombinedPProvider: #flushPolicies()
10-27 16:45:13.244 22928 23023 E chromium: [ERROR:simple_version_upgrade.cc(152)] Failed to write a new fake index.
10-27 16:45:13.252 22928 22928 D CompatibilityChangeReporter: Compat change id reported: 214741472; UID 10367; state: ENABLED
10-27 16:45:13.254 22928 22928 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10367; state: ENABLED
10-27 16:45:13.257 22928 22928 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4322)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4886)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4853)] [WV.CD.e(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:38)] [WV.CD.b(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:24)] [J.N.MFiR_zHY(Native Method)] [org.chromium.android_webview.AwContents.<init>(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:433)] [com.android.webview.chromium.k.run(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:94)] [WV.bZ.b(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:20)] [WV.aZ.run(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:11)] [WV.bZ.a(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:341)] [android.webkit.WebView.<init>(WebView.java:448)] [android.webkit.WebView.<init>(WebView.java:368)] [android.webkit.WebView.<init>(WebView.java:350)] [android.webkit.WebView.<init>(WebView.java:337)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:876)] [android.view.LayoutInflater.createView(LayoutInflater.java:798)] [com.android.internal.policy.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:58)] [android.view.LayoutInflater.onCreateView(LayoutInflater.java:952)] [android.view.LayoutInflater.onCreateView(LayoutInflater.java:972)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1026)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:983)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1145)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1106)] [android.view.LayoutInflater.inflate(LayoutInflater.java:692)] [android.view.LayoutInflater.inflate(LayoutInflater.java:544)] [io.homeassistant.companion.android.databinding.ActivityWebviewBinding.inflate(ActivityWebviewBinding.java:65)] [io.homeassistant.companion.android.databinding.ActivityWebviewBinding.inflate(ActivityWebviewBinding.java:59)] [io.homeassistant.companion.android.webview.WebViewActivity.onCreate(WebViewActivity.kt:240)] [android.app.Activity.performCreate(Activity.java:8591)] [android.app.Activity.performCreate(Activity.java:8570)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)]
10-27 16:45:13.259 22928 22928 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4322)] [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4364)] [android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:4746)] [WV.CD.e(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:118)] [WV.CD.b(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:24)] [J.N.MFiR_zHY(Native Method)] [org.chromium.android_webview.AwContents.<init>(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:433)] [com.android.webview.chromium.k.run(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:94)] [WV.bZ.b(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:20)] [WV.aZ.run(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:11)] [WV.bZ.a(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-599308033:341)] [android.webkit.WebView.<init>(WebView.java:448)] [android.webkit.WebView.<init>(WebView.java:368)] [android.webkit.WebView.<init>(WebView.java:350)] [android.webkit.WebView.<init>(WebView.java:337)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:876)] [android.view.LayoutInflater.createView(LayoutInflater.java:798)] [com.android.internal.policy.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:58)] [android.view.LayoutInflater.onCreateView(LayoutInflater.java:952)] [android.view.LayoutInflater.onCreateView(LayoutInflater.java:972)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1026)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:983)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1145)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1106)] [android.view.LayoutInflater.inflate(LayoutInflater.java:692)] [android.view.LayoutInflater.inflate(LayoutInflater.java:544)] [io.homeassistant.companion.android.databinding.ActivityWebviewBinding.inflate(ActivityWebviewBinding.java:65)] [io.homeassistant.companion.android.databinding.ActivityWebviewBinding.inflate(ActivityWebviewBinding.java:59)] [io.homeassistant.companion.android.webview.WebViewActivity.onCreate(WebViewActivity.kt:240)] [android.app.Activity.performCreate(Activity.java:8591)
0-27 16:45:13.919 22928 22999 E SensorReceiver: Caused by: retrofit2.HttpException: HTTP 503 
10-27 16:45:13.919 22928 22999 E SensorReceiver: 	at retrofit2.KotlinExtensions$await$2$2.onResponse(KotlinExtensions.kt:53)
10-27 16:45:13.919 22928 22999 E SensorReceiver: 	at retrofit2.OkHttpCall$1.onResponse(OkHttpCall.java:161)
10-27 16:45:13.919 22928 22999 E SensorReceiver: 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
10-27 16:45:13.919 22928 22999 E SensorReceiver: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
10-27 16:45:13.919 22928 22999 E SensorReceiver: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
10-27 16:45:13.919 22928 22999 E SensorReceiver: 	at java.lang.Thread.run(Thread.java:1012)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: Error receiving zones from Home Assistant
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: io.homeassistant.companion.android.common.data.integration.IntegrationException: retrofit2.HttpException: HTTP 503 
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl.getZones(IntegrationRepositoryImpl.kt:401)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl$getZones$1.invokeSuspend(Unknown Source:14)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: Caused by: retrofit2.HttpException: HTTP 503 
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at retrofit2.KotlinExtensions$await$2$2.onResponse(KotlinExtensions.kt:53)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at retrofit2.OkHttpCall$1.onResponse(OkHttpCall.java:161)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
10-27 16:45:13.938 22928 22972 E LocBroadcastReceiver: 	at java.lang.Thread.run(Thread.java:1012)
10-27 16:45:13.938 22928 22972 W LocBroadcastReceiver: No zones, skipping zone based location updates
10-27 16:45:13.938 22928 22972 D LocBroadcastReceiver: Background location updates appear to have stopped, restarting location updates
10-27 16:45:13.938 22928 22972 D LocBroadcastReceiver: Removing background location requests.
10-27 16:45:13.943 22928 22972 D LocBroadcastReceiver: Registering for location updates.
10-27 16:45:13.952 22928 22928 D LocBroadcastReceiver: Received location update.
10-27 16:45:13.955 22928 22928 D ForegrndServiceLauncher: Check if service HighAccuracyLocationService is running. Service running = false
10-27 16:45:13.955 22928 23012 D LocBroadcastReceiver: Last Location: 
10-27 16:45:13.955 22928 23012 D LocBroadcastReceiver: Coords:( redacted)
10-27 16:45:13.955 22928 23012 D LocBroadcastReceiver: Accuracy: 20.872
10-27 16:45:13.955 22928 23012 D LocBroadcastReceiver: Bearing: 0.0
10-27 16:45:13.957 22928 23012 D LocBroadcastReceiver: Begin evaluating if location update should be skipped
10-27 16:45:13.957 22928 23012 D LocBroadcastReceiver: Received location that is 2864 milliseconds old, 1698446711093 compared to 1698446713957 with source fused
10-27 16:45:13.961 22928 23012 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
10-27 16:45:13.988 22928 22999 D SensorReceiver: Nothing to update for server 6 (Home)
10-27 16:45:13.989 22928 22999 I SensorReceiver: Sensor updates and sync completed
10-27 16:45:14.088 22928 23100 D TrafficStats: tagSocket(111) with statsTag=0xffffffff, statsUid=-1
10-27 16:45:14.227 22928 22999 E LocBroadcastReceiver: Could not update location for 6.
10-27 16:45:14.227 22928 22999 E LocBroadcastReceiver: io.homeassistant.companion.android.common.data.integration.IntegrationException: javax.net.ssl.SSLHandshakeException: connection closed
10-27 16:45:14.227 22928 22999 E LocBroadcastReceiver: 	at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl.updateLocation(IntegrationRepositoryImpl.kt:264)
10-27 16:45:14.227 22928 22999 E LocBroadcastReceiver: 	at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl$updateLocation$1.invokeSuspend(Unknown Source:15)
10-27 16:45:14.227 22928 22999 E LocBroadcastReceiver: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-27 16:45:24.320 22928 22928 D SurfaceView@ecee5ad: updateSurface: has no frame
10-27 16:45:24.327 22928 22928 D SurfaceView@ecee5ad: updateSurface: has no frame
10-27 16:45:24.336 22928 22928 D SurfaceView@ecee5ad: updateSurface: has no frame
10-27 16:45:24.347 22928 22928 D SurfaceView@ecee5ad: updateSurface: has no frame
10-27 16:45:24.352 22928 22928 D SurfaceView@ecee5ad: updateSurface: has no frame

I deleted the app data and cached and logged back in only using my nabu casa URL.

After doing so, the tag in my car still not working unfortunately while connected to my cell carrier network. These are the logs from the scan.

10-27 17:36:20.832   591   591 E TagReaderActivity: Unable to handle url (nfc}): https://www.home-assistant.io/tag/accord-tag
10-27 17:36:20.832   591   591 E TagReaderActivity: kotlinx.coroutines.JobCancellationException: Job was cancelled; job=SupervisorJobImpl{Cancelling}@bf615e2
10-27 17:36:20.834   591   591 E TagReaderActivity: Tag not scanned to HA
10-27 17:36:20.834   591   591 E TagReaderActivity: io.homeassistant.companion.android.common.data.integration.IntegrationException: kotlinx.coroutines.JobCancellationException: Job was cancelled; job=SupervisorJobImpl{Cancelling}@bf615e2
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl.scanTag(IntegrationRepositoryImpl.kt:337)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl$scanTag$1.invokeSuspend(Unknown Source:15)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.EventLoop.processUnconfinedEvent(EventLoop.common.kt:68)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.DispatchedTaskKt.resumeUnconfined(DispatchedTask.kt:245)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.DispatchedTaskKt.dispatch(DispatchedTask.kt:163)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume(CancellableContinuationImpl.kt:474)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.CancellableContinuationImpl.cancel(CancellableContinuationImpl.kt:217)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.CancellableContinuationImpl.parentCancelled$kotlinx_coroutines_core(CancellableContinuationImpl.kt:224)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.ChildContinuation.invoke(JobSupport.kt:1450)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:1477)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.tryMakeCancelling(JobSupport.kt:799)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:759)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:675)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.parentCancelled(JobSupport.kt:641)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.ChildHandleNode.invoke(JobSupport.kt:1439)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:1477)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:904)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:867)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.cancelMakeCompleting(JobSupport.kt:700)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:671)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.cancelInternal(JobSupport.kt:636)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.cancel(JobSupport.kt:621)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobKt__JobKt.cancel(Job.kt:564)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobKt.cancel(Unknown Source:1)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobKt__JobKt.cancel$default(Job.kt:563)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at kotlinx.coroutines.JobKt.cancel$default(Unknown Source:1)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at androidx.lifecycle.LifecycleCoroutineScopeImpl.onStateChanged(Lifecycle.kt:405)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.kt:314)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at androidx.lifecycle.LifecycleRegistry.backwardPass(LifecycleRegistry.kt:266)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.kt:283)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at androidx.lifecycle.LifecycleRegistry.moveToState(LifecycleRegistry.kt:136)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at androidx.lifecycle.LifecycleRegistry.handleLifecycleEvent(LifecycleRegistry.kt:119)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at androidx.lifecycle.ReportFragment$Companion.dispatch$lifecycle_runtime_release(ReportFragment.kt:192)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at androidx.lifecycle.ReportFragment$LifecycleCallbacks.onActivityPreDestroyed(ReportFragment.kt:148)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.app.Activity.dispatchActivityPreDestroyed(Activity.java:1601)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.app.Activity.performDestroy(Activity.java:8860)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.app.Instrumentation.callActivityOnDestroy(Instrumentation.java:1419)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:6067)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:6113)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.app.servertransaction.DestroyActivityItem.execute(DestroyActivityItem.java:47)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.os.Handler.dispatchMessage(Handler.java:106)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.os.Looper.loopOnce(Looper.java:226)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.os.Looper.loop(Looper.java:313)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at android.app.ActivityThread.main(ActivityThread.java:8762)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at java.lang.reflect.Method.invoke(Native Method)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
10-27 17:36:20.834   591   591 E TagReaderActivity: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
10-27 17:36:20.834   591   591 E TagReaderActivity: Caused by: kotlinx.coroutines.JobCancellationException: Job was cancelled; job=SupervisorJobImpl{Cancelling

Hello,
My NFC tag has been working for awhile now but today it had a problem. On the third try it ended up working. I was able to grab the logs from one of the tries when it failed. Not sure if you are still willing/able to help. Maybe these logs are useful.

11-08 15:37:50.897 13525 13557 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
11-08 15:37:51.767 13525 13525 I ViewRootImpl@7a0f1ea[TagReaderActivity]: handleAppVisibility mAppVisible = false visible = true
11-08 15:37:51.774 13525 13525 D CompatibilityChangeReporter: Compat change id reported: 147798919; UID 10367; state: ENABLED
11-08 15:37:51.781 13525 13525 V Toast   : show: caller = io.homeassistant.companion.android.nfc.TagReaderActivity.showProcessingError:89 
11-08 15:37:51.782 13525 13525 V Toast   : show: isFocusInDesktop = false mCustomDisplayId = -1 isDexDualMode = false isActivityContext = true
11-08 15:37:51.792 13525 13525 E TagReaderActivity: Unable to handle url (nfc}): https://www.home-assistant.io/tag/accord-tag
11-08 15:37:51.792 13525 13525 E TagReaderActivity: kotlinx.coroutines.JobCancellationException: Job was cancelled; job=SupervisorJobImpl{Cancelling}@315a044
11-08 15:37:51.798 13525 13525 E TagReaderActivity: Tag not scanned to HA
11-08 15:37:51.798 13525 13525 E TagReaderActivity: io.homeassistant.companion.android.common.data.integration.IntegrationException: kotlinx.coroutines.JobCancellationException: Job was cancelled; job=SupervisorJobImpl{Cancelling}@315a044
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl.scanTag(IntegrationRepositoryImpl.kt:337)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl$scanTag$1.invokeSuspend(Unknown Source:15)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.EventLoop.processUnconfinedEvent(EventLoop.common.kt:68)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.DispatchedTaskKt.resumeUnconfined(DispatchedTask.kt:245)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.DispatchedTaskKt.dispatch(DispatchedTask.kt:163)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume(CancellableContinuationImpl.kt:474)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.CancellableContinuationImpl.cancel(CancellableContinuationImpl.kt:217)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.CancellableContinuationImpl.parentCancelled$kotlinx_coroutines_core(CancellableContinuationImpl.kt:224)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.ChildContinuation.invoke(JobSupport.kt:1450)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:1477)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.tryMakeCancelling(JobSupport.kt:799)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:759)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:675)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.parentCancelled(JobSupport.kt:641)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.ChildHandleNode.invoke(JobSupport.kt:1439)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:1477)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:904)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:867)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.cancelMakeCompleting(JobSupport.kt:700)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:671)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.cancelInternal(JobSupport.kt:636)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobSupport.cancel(JobSupport.kt:621)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobKt__JobKt.cancel(Job.kt:564)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobKt.cancel(Unknown Source:1)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobKt__JobKt.cancel$default(Job.kt:563)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at kotlinx.coroutines.JobKt.cancel$default(Unknown Source:1)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at androidx.lifecycle.LifecycleCoroutineScopeImpl.onStateChanged(Lifecycle.kt:405)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.kt:314)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at androidx.lifecycle.LifecycleRegistry.backwardPass(LifecycleRegistry.kt:266)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.kt:283)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at androidx.lifecycle.LifecycleRegistry.moveToState(LifecycleRegistry.kt:136)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at androidx.lifecycle.LifecycleRegistry.handleLifecycleEvent(LifecycleRegistry.kt:119)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at androidx.lifecycle.ReportFragment$Companion.dispatch$lifecycle_runtime_release(ReportFragment.kt:192)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at androidx.lifecycle.ReportFragment$LifecycleCallbacks.onActivityPreDestroyed(ReportFragment.kt:148)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.Activity.dispatchActivityPreDestroyed(Activity.java:1601)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.Activity.performDestroy(Activity.java:8860)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.Instrumentation.callActivityOnDestroy(Instrumentation.java:1419)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:6067)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:6113)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.ActivityThread.handleRelaunchActivityInner(ActivityThread.java:6460)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:6341)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.servertransaction.ActivityRelaunchItem.execute(ActivityRelaunchItem.java:71)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.os.Handler.dispatchMessage(Handler.java:106)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.os.Looper.loopOnce(Looper.java:226)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.os.Looper.loop(Looper.java:313)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at android.app.ActivityThread.main(ActivityThread.java:8762)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at java.lang.reflect.Method.invoke(Native Method)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
11-08 15:37:51.798 13525 13525 E TagReaderActivity: Caused by: kotlinx.coroutines.JobCancellationException: Job was cancelled; job=SupervisorJobImpl{Cancelling}@315a044
11-08 15:37:51.798 13525 13525 I MSHandlerLifeCycle: removeMultiSplitHandler: no exist. decor=DecorView@189a6e1[TagReaderActivity]
11-08 15:37:51.800 13525 27870 D OpenGLRenderer: setSurface called with nullptr
11-08 15:37:51.800 13525 13525 I ViewRootImpl@7a0f1ea[TagReaderActivity]: dispatchDetachedFromWindow
11-08 15:37:51.807 13525 13525 D InputTransport: Input channel destroyed: '3f11496', fd=103
11-08 15:37:51.813 13525 13525 I DecorView: [INFO] isPopOver=false config=true

interesting a cancellation error, any errors above this one maybe?

11-08 16:06:34.062 10035 13216 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
11-08 16:06:37.447 10035 11507 D TrafficStats: tagSocket(211) with statsTag=0xffffffff, statsUid=-1
11-08 16:06:37.464 10035 13216 D LocBroadcastReceiver: Location update sent successfully for 1 as exact
11-08 16:06:37.473 10035 10035 D SensorReceiver: Received intent: io.homeassistant.companion.android.UPDATE_SENSOR
11-08 16:06:37.477 10035 13216 D LocBroadcastReceiver: Location update sent successfully for 1 as exact
11-08 16:06:37.483 10035 10035 D SensorReceiver: Received intent: io.homeassistant.companion.android.UPDATE_SENSOR
11-08 16:06:37.486 10035 15278 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
11-08 16:06:37.491 10035 13218 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: false
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: Could not update location for 1.
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: io.homeassistant.companion.android.common.data.integration.IntegrationException: java.io.InterruptedIOException: timeout
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl.updateLocation(IntegrationRepositoryImpl.kt:264)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at io.homeassistant.companion.android.common.data.integration.impl.IntegrationRepositoryImpl$updateLocation$1.invokeSuspend(Unknown Source:15)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: Caused by: java.io.InterruptedIOException: timeout
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at okhttp3.internal.connection.RealCall.timeoutExit(RealCall.kt:398)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at okhttp3.internal.connection.RealCall.callDone(RealCall.kt:360)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at okhttp3.internal.connection.RealCall.noMoreExchanges$okhttp(RealCall.kt:325)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:209)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at java.lang.Thread.run(Thread.java:1012)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: Caused by: java.io.IOException: Canceled
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:72)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
11-08 16:06:37.595 10035 13218 E LocBroadcastReceiver: 	at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain

that is a bit strange sending multiple updates to the same server and also failing to send

Can you try the start fresh steps to clear that up?

https://companion.home-assistant.io/docs/troubleshooting/faqs/#starting-fresh-with-the-android-app

Ok, I cleared the app data, deleted my phones entry in the home assistant mobile integration, restarted HA and then logged back into my mobile app. Will report back if this helps.

Unfortunately the start fresh steps didn’t seem to help. I downloaded the full logs. Is there a safe place I can share them with you?