I have an almost fresh ignite react-native app and I get this error immediately every time I reload the app. I'm new to react-native and not really sure how to fix this or even where it's originating from. If I dismiss the error, my app seems to work as expected but the error just comes back next reload.
Here's the entire error:
console.error: "uncaught at check", "call: argument fn is undefined"
error
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\ReactNative\YellowBox.js:67:16
log
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\utils.js:235:19
check
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\utils.js:51:8
getFnCallDesc
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\io.js:113:20
call
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\io.js:138:36
getUserAvatar$
C:\Users\jlok\Documents\reactignite\App\Sagas\GithubSagas.js:8:30
tryCatch
C:\Users\jlok\Documents\reactignite\node_modules\regenerator-runtime\runtime.js:63:44
invoke
C:\Users\jlok\Documents\reactignite\node_modules\regenerator-runtime\runtime.js:337:30
<unknown>
C:\Users\jlok\Documents\reactignite\node_modules\regenerator-runtime\runtime.js:96:28
next
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\proc.js:311:31
proc
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\proc.js:270:2
runForkEffect
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\proc.js:547:23
runEffect
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\proc.js:434:590
next
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\proc.js:315:18
currCb
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\proc.js:388:9
takeCb
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\proc.js:459:110
put
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\channel.js:87:18
<unknown>
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\channel.js:163:13
<unknown>
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\channel.js:186:11
emit
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\channel.js:40:13
<unknown>
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\middleware.js:87:25
<unknown>
C:\Users\jlok\Documents\reactignite\App\Redux\ScreenTrackingMiddleware.js:21:16
dispatch
C:\Users\jlok\Documents\reactignite\node_modules\redux\lib\applyMiddleware.js:45:27
sagaDispatch
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\utils.js:257:20
<unknown>
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\proc.js:482:52
exec
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\scheduler.js:28:4
flush
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\scheduler.js:69:9
asap
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\scheduler.js:42:4
<unknown>
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\channel.js:189:27
emit
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\channel.js:40:13
<unknown>
C:\Users\jlok\Documents\reactignite\node_modules\redux-saga\lib\internal\middleware.js:87:25
<unknown>
C:\Users\jlok\Documents\reactignite\App\Redux\ScreenTrackingMiddleware.js:21:16
startup
C:\Users\jlok\Documents\reactignite\App\Containers\RootContainer.js:31:26
componentDidMount
C:\Users\jlok\Documents\reactignite\App\Containers\RootContainer.js:15:6
proxiedComponentDidMount
C:\Users\jlok\Documents\reactignite\node_modules\react-proxy\modules\createPrototypeProxy.js:61:45
<unknown>
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\shared\stack\reconciler\ReactCompositeComponent.js:377:18
measureLifeCyclePerf
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\shared\stack\reconciler\ReactCompositeComponent.js:63:11
<unknown>
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\shared\stack\reconciler\ReactCompositeComponent.js:377:12
notifyAll
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\shared\stack\reconciler\CallbackQueue.js:75:26
close
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\native\ReactNativeReconcileTransaction.js:36:4
closeAll
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\shared\stack\reconciler\Transaction.js:223:29
perform
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\shared\stack\reconciler\Transaction.js:165:24
batchedMountComponentIntoNode
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\native\ReactNativeMount.js:73:4
perform
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\shared\stack\reconciler\Transaction.js:152:24
batchedUpdates
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\shared\stack\reconciler\ReactDefaultBatchingStrategy.js:61:33
batchedUpdates
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\shared\stack\reconciler\ReactUpdates.js:92:41
renderComponent
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\native\ReactNativeMount.js:149:6
render
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\Renderer\src\renderers\native\ReactNativeStack.js:30:42
renderApplication
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\ReactNative\renderApplication.js:34:4
run
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\ReactNative\AppRegistry.js:119:10
runApplication
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\ReactNative\AppRegistry.js:196:26
__callFunction
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:245:47
<unknown>
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:101:26
__guard
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:213:6
callFunctionReturnFlushedQueue
C:\Users\jlok\Documents\reactignite\node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:100:17
Related
Error with the Command "oynat" - Action #2 (Store Audio Info): TypeError: Cannot read properties of undefined (reading 'undefined')
at Object.action [as Store Audio Info] (C:\Users\baran\OneDrive\Masaüstü\poglymuzik-main\actions\store_audio_info_MOD.js:311:37)
at Object.Actions.callNextAction (C:\Users\baran\OneDrive\Masaüstü\poglymuzik-main\bot.js:1469:21)
at Object.action [as Store Message Params] (C:\Users\baran\OneDrive\Masaüstü\poglymuzik-main\actions\store_message_params_MOD.js:258:10)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
I tried everything but i can't solve this error. Can somebody help me?
Recently I started getting this warning in the console after adding the ios app to firebase project. Deleted and recreated all apps still not solving the issue of map loading
[Unhandled promise rejection: Error: Fetching the token failed: Please set your Project ID. A valid Firebase Project ID is required to communicate with Firebase server APIs: It identifies your application with Firebase.Please refer to https://firebase.google.com/support/privacy/init-options.]
at \node_modules\react-native\Libraries\BatchedBridge\NativeModules.js:104:50 in promiseMethodWrapper
at \node_modules\expo-modules-core\build\NativeModulesProxy.native.js:27:27 in moduleName.methodInfo.name
at \node_modules\css-select\lib\compile.js:5:0 in
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:86:13 in tryCatch
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:66:31 in
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:86:13 in tryCatch
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:124:27 in invoke
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:148:16 in PromiseImpl$argument_0
at \node_modules\promise\setimmediate\core.js:45:6 in tryCallTwo
at \node_modules\promise\setimmediate\core.js:200:22 in doResolve
at \node_modules\promise\setimmediate\core.js:66:11 in Promise
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:147:15 in callInvokeWithMethodAndArg
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:152:154 in _invoke
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:238:57 in exports.async
at \node_modules\css-select\node_modules\domutils\lib\helpers.js:128:3 in exports.uniqueSort
at \node_modules\css-select\lib\compile.js:118:47 in compileRules
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:86:13 in tryCatch
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:66:31 in
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:86:13 in tryCatch
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:124:27 in invoke
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:148:16 in PromiseImpl$argument_0
at \node_modules\promise\setimmediate\core.js:45:6 in tryCallTwo
at \node_modules\promise\setimmediate\core.js:200:22 in doResolve
at \node_modules\promise\setimmediate\core.js:66:11 in Promise
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:147:15 in callInvokeWithMethodAndArg
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:152:154 in _invoke
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:238:57 in exports.async
at \node_modules\css-select\lib\compile.js:103:17 in token.map$argument_0
at \node_modules\expo-notifications\build\scheduleNotificationAsync.js:182:12 in components.forEach$argument_0
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:86:13 in tryCatch
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:66:31 in
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:86:13 in tryCatch
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:124:27 in invoke
at \node_modules#babel\runtime\helpers\regeneratorRuntime.js:130:16 in PromiseImpl.resolve.then$argument_0
at \node_modules\promise\setimmediate\core.js:37:13 in tryCallOne
at \node_modules\promise\setimmediate\core.js:123:24 in setImmediate$argument_0
at \node_modules\react-native\Libraries\Core\Timers\JSTimers.js:123:14 in _callTimer
at \node_modules\react-native\Libraries\Core\Timers\JSTimers.js:177:14 in _callImmediatesPass
at \node_modules\react-native\Libraries\Core\Timers\JSTimers.js:437:30 in callImmediates
at \node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:388:6 in __callImmediates
at \node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:132:6 in __guard$argument_0
at \node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:365:10 in __guard
at \node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:131:4 in flushedQueue
If you got the promise handle first use async await or try catch in your code where you call the data. And then use console to track the error.
If you still got error after this, just lemme know i will help you fix the errors.
Thanks
Error: mixpanel-react-native: MixpanelReactNative is null.
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:104:6 in reportException
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:172:19 in handleException
at node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:6 in handleError
at node_modules/expo-error-recovery/build/ErrorRecovery.fx.js:12:21 in ErrorUtils.setGlobalHandler$argument_0
I've followed the guide on the Github repository: https://github.com/mixpanel/mixpanel-react-native fix this bug but its still persisting
I am running my tests using selenium-webdriver, randomly some intermediate test fail with "Error: Server terminated early with status 69" and then it continues fine for next test.
So I wish to know,
where should I look for the meaning of status code 69
if it means Unhandled error (as on next line), what can I do further to debug the cause
thx
console.error node_modules/jest-jasmine2/build/jasmine/Env.js:157
Unhandled error
console.error node_modules/jest-jasmine2/build/jasmine/Env.js:158
Error: Server terminated early with status 69
at earlyTermination.catch.e (PATH\node_modules\selenium-webdriver\remote\index.js:252:52)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:189:7)
From: Task: WebDriver.createSession()
at Function.createSession (PATH\node_modules\selenium-webdriver\lib\webdriver.js:769:24)
at Function.createSession (PATH\node_modules\selenium-webdriver\firefox\index.js:521:41)
at createDriver (PATH\node_modules\selenium-webdriver\index.js:170:33)
at Builder.build (PATH\node_modules\selenium-webdriver\index.js:645:16)
at Object.get (PATH\src\setup\web\driver.ts:13:9)
at Object.<anonymous> (PATH\src\setup\web\setup.ts:9:19)
at Generator.next (<anonymous>)
at PATH\src\setup\web\setup.ts:7:71
at new Promise (<anonymous>)
at Object.<anonymous>.__awaiter (PATH\src\setup\web\setup.ts:3:12)
at Object.beforeAll (PATH\src\setup\web\setup.ts:18:12)
at Object.<anonymous> (PATH\src\setup\common.ts:215:17)
at Generator.next (<anonymous>)
at PATH\src\setup\common.ts:7:71
at new Promise (<anonymous>)
at Object.<anonymous>.__awaiter (PATH\src\setup\common.ts:3:12)
at Object.<anonymous>.beforeAll (PATH\src\setup\common.ts:213:22)
at Object.asyncJestLifecycle (PATH2\node_modules\jest-jasmine2\build\jasmine_async.js:63:37)
at resolve (PATH2\node_modules\jest-jasmine2\build\queue_runner.js:56:12)
at new Promise (<anonymous>)
at mapper (PATH2\node_modules\jest-jasmine2\build\queue_runner.js:43:19)
at promise.then (PATH2\node_modules\jest-jasmine2\build\queue_runner.js:87:41)
at <anonymous>
I am using socket and angular.js for comment section in my node.js express project and getting following error.
(node) warning: possible EventEmitter memory leak detected.
11 clear_comments listeners added. Use emitter.setMaxListeners() to increase limit.
Trace
at Namespace.addListener (events.js:252:17)
at Server.(anonymous function) [as on] (/home/comeoutloud/public_html/node_modules/socket.io/lib/index.js:369:16)
at Namespace.<anonymous> (/home/comeoutloud/public_html/controllers/usermains.js:1761:10)
at emitOne (events.js:90:13)
at Namespace.emit (events.js:182:7)
at Namespace.emit (/home/comeoutloud/public_html/node_modules/socket.io/lib/namespace.js:206:10)
at /home/comeoutloud/public_html/node_modules/socket.io/lib/namespace.js:174:14
at _combinedTickCallback (node.js:370:9)
at process._tickCallback (node.js:401:11)