You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11-27 00:36:19.382 26705 26705 D TSBackgroundFetch: ☯️ onCreate
11-27 00:36:19.438 26705 26705 D TSBackgroundFetch: ☯️ HeadlessMode? true
11-27 00:36:25.396 26705 27240 D TSBackgroundFetch: [RNBackgroundFetch initialize]
11-27 00:36:27.586 26705 26705 D TSBackgroundFetch: onHeadlessJsTaskStart: 1
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: Exception in native call from JS
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: com.facebook.react.common.JavascriptException: Exception in HostFunction: Could not enqueue microtask because they are disabled in this runtime, stack:
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: Error: Exception in HostFunction: Could not enqueue microtask because they are disabled in this runtime
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at queueMicrotask (native)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at setImmediate (http://192.168.0.105:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.movieapp&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:28955:26)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at handleUpdate (http://192.168.0.105:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.movieapp&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:23331:35)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at addIgnorePatterns (http://192.168.0.105:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.movieapp&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:23529:17)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at ignoreLogs (http://192.168.0.105:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.movieapp&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:23073:37)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at anonymous (http://192.168.0.105:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.movieapp&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:1129:33)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at loadModuleImplementation (http://192.168.0.105:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.movieapp&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:267:14)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at guardedLoadModule (http://192.168.0.105:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.movieapp&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:168:47)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at metroRequire (http://192.168.0.105:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.movieapp&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:89:92)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at global (http://192.168.0.105:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=com.movieapp&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server:237314:4)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at com.facebook.jni.NativeRunnable.run(Native Method)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at android.os.Handler.handleCallback(Handler.java:899)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at android.os.Handler.dispatchMessage(Handler.java:100)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at android.os.Looper.loop(Looper.java:241)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at com.facebook.react.bridge.queue.MessageQueueThreadImpl.lambda$startNewBackgroundThread$2(MessageQueueThreadImpl.java:217)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at com.facebook.react.bridge.queue.MessageQueueThreadImpl$$ExternalSyntheticLambda1.run(D8$$SyntheticClass:0)
11-27 00:36:33.474 26705 27251 E unknown:ReactNative: at java.lang.Thread.run(Thread.java:919)
11-27 00:36:33.477 26705 27251 E ReactNativeJNI: Attempting to call JS function on a bad application bundle: HMRClient.setup()
The text was updated successfully, but these errors were encountered:
If you test it, I'd be surprised if it wasn't working. Chris hedged with the estimate of a week and got it almost same day it looks like, this issue might be close-worthy
Your Environment
react-native -v
): npm:react-native-tvos@~0.76.3-0Dependencies
Expected Behavior
Get the ‘[BackgroundFetch HeadlessTask] response: JSON’ answer
Actual Behavior
Happens ‘HeadlessMode? true’ and ‘onHeadlessJsTaskStart: 1’ after that there is no action
Steps to Reproduce
Debug logs
full logcat drive.google.com
The text was updated successfully, but these errors were encountered: