Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReactNativeJS: undefined is not an object (evaluating 'o.update') #17010

Closed
rannn505 opened this issue Nov 29, 2017 · 2 comments
Closed

ReactNativeJS: undefined is not an object (evaluating 'o.update') #17010

rannn505 opened this issue Nov 29, 2017 · 2 comments
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.

Comments

@rannn505
Copy link

11-29 02:10:53.338  2530  2549 I ReactNativeJS: Running application "watchout" with appParams: {"rootTag":1}. __DEV__ === false, development-level warning are OFF, performance optimizations a
re ON
11-29 02:10:53.522  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.527  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.527  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.528  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
--------- beginning of crash
11-29 02:10:53.528  2530  2550 E AndroidRuntime: FATAL EXCEPTION: mqt_native_modules
11-29 02:10:53.528  2530  2550 E AndroidRuntime: Process: com.watchout, PID: 2530
11-29 02:10:53.528  2530  2550 E AndroidRuntime: com.facebook.react.common.JavascriptException: undefined is not an object (evaluating 'o.update'), stack:
11-29 02:10:53.528  2530  2550 E AndroidRuntime: <unknown>@298:1506
11-29 02:10:53.528  2530  2550 E AndroidRuntime: <unknown>@41:59793
11-29 02:10:53.528  2530  2550 E AndroidRuntime: value@18:3467
11-29 02:10:53.528  2530  2550 E AndroidRuntime: <unknown>@18:1240
11-29 02:10:53.528  2530  2550 E AndroidRuntime: value@18:2606
11-29 02:10:53.528  2530  2550 E AndroidRuntime: value@18:1210
11-29 02:10:53.528  2530  2550 E AndroidRuntime:
11-29 02:10:53.528  2530  2550 E AndroidRuntime:        at com.facebook.react.modules.core.ExceptionsManagerModule.showOrThrowError(ExceptionsManagerModule.java:56)
11-29 02:10:53.528  2530  2550 E AndroidRuntime:        at com.facebook.react.modules.core.ExceptionsManagerModule.reportFatalException(ExceptionsManagerModule.java:40)
11-29 02:10:53.528  2530  2550 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
11-29 02:10:53.528  2530  2550 E AndroidRuntime:        at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:374)
11-29 02:10:53.528  2530  2550 E AndroidRuntime:        at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:162)
11-29 02:10:53.528  2530  2550 E AndroidRuntime:        at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
11-29 02:10:53.528  2530  2550 E AndroidRuntime:        at android.os.Handler.handleCallback(Handler.java:739)
11-29 02:10:53.528  2530  2550 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:95)
11-29 02:10:53.528  2530  2550 E AndroidRuntime:        at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:31)
11-29 02:10:53.528  2530  2550 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:148)
11-29 02:10:53.528  2530  2550 E AndroidRuntime:        at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(MessageQueueThreadImpl.java:194)
11-29 02:10:53.528  2530  2550 E AndroidRuntime:        at java.lang.Thread.run(Thread.java:818)
11-29 02:10:53.528  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.529  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.529  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.529  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.529  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.529  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.530  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.531  1538  1690 W ActivityManager:   Force finishing activity com.watchout/.MainActivity
11-29 02:10:53.532  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.532  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.533  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.533  1203  1897 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 1327104
11-29 02:10:53.534  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')
11-29 02:10:53.534  2530  2549 E ReactNativeJS: undefined is not an object (evaluating 'o.update')

Environment:
OS: Windows 10
Node: 6.9.2
Yarn: 0.19.1
npm: 5.5.1
Watchman: Not Found
Xcode: N/A
Android Studio: Version 2.1.0.0 AI-143.2821654

Packages: (wanted => installed)
react: ^16.2.0 => 16.2.0
react-native: ^0.50.4 => 0.50.4

@react-native-bot
Copy link
Collaborator

@facebook-github-bot no-template

@facebook-github-bot
Copy link
Contributor

Hey @rannn505, thanks for posting this! It looks like your issue is missing some required information. Can you please add all the details specified in the Issue Template? This is necessary for people to be able to understand and reproduce your issue. I am going to close this, but please feel free to open a new issue with the additional information provided. Thanks!

How to ContributeWhat to Expect from Maintainers

@facebook-github-bot facebook-github-bot added the Ran Commands One of our bots successfully processed a command. label Nov 29, 2017
@facebook facebook locked as resolved and limited conversation to collaborators Nov 29, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Nov 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants