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

Multiple errors after switching to 0.8.0-rc #1952

Closed
d-vine opened this issue Jul 11, 2015 · 4 comments
Closed

Multiple errors after switching to 0.8.0-rc #1952

d-vine opened this issue Jul 11, 2015 · 4 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@d-vine
Copy link

d-vine commented Jul 11, 2015

After switching to 0.8.0-rc I getting a bunch of errors. For those I don't even really now where to start investigating.

Error: Invariant Violation: EventPluginHub: More than one plugin attempted to publish the same registration name, onLoadStart.
stack:
publishRegistrationName index.ios.bundle:14552
publishEventForPlugin index.ios.bundle:14533
recomputePluginOrdering index.ios.bundle:14489
Object.EventPluginRegistry.injectEventPluginsByName index.ios.bundle:14640
Object.inject index.ios.bundle:6865
index.ios.bundle:1747
require index.ios.bundle:254
index.ios.bundle:1715
require index.ios.bundle:254
URL: undefined
line: undefined
message: Invariant Violation: EventPluginHub: More than one plugin attempted to publish the same registration name, onLoadStart.handleException @ index.ios.bundle:10201

index.ios.bundle:10201 Error: Invariant Violation: ReactUpdates: must inject a reconcile transaction class and batching strategy
stack:
ensureInjected index.ios.bundle:5085
Object.batchedUpdates index.ios.bundle:5162
index.ios.bundle:7226
guard index.ios.bundle:7183
MessageQueue.processBatch index.ios.bundle:7225
messageHandlers.executeJSCall debugger-ui:55
WebSocket.ws.onmessage debugger-ui:81
URL: undefined
line: undefined
message: Invariant Violation: ReactUpdates: must inject a reconcile transaction class and batching strategyhandleException @ index.ios.bundle:10201

ExceptionsManager.js:62 Error: Requiring module "React" which threw an exception
stack:
require index.ios.bundle:200
:49
:256
Object.InjectedScript._evaluateOn :895
Object.InjectedScript._evaluateAndWrap :828
Object.InjectedScript.evaluate :694
URL: undefined
line: undefined
message: Requiring module "React" which threw an exceptionhandleException @ ExceptionsManager.js:62handleError @ InitializeJavaScriptAppEngine.js:40ErrorUtils.reportFatalError @ error-guard.js:28require @ require.js:197(anonymous function) @ VM85:49(anonymous function) @ VM85:256InjectedScript._evaluateOn @ VM78:895InjectedScript._evaluateAndWrap @ VM78:828InjectedScript.evaluate @ VM78:694

ExceptionsManager.js:62 Error: Requiring unknown module "react". If you are sure the module is there, try restarting the packager.
stack:
require index.ios.bundle:200
:50
:256
Object.InjectedScript._evaluateOn :895
Object.InjectedScript._evaluateAndWrap :828
Object.InjectedScript.evaluate :694
URL: undefined
line: undefined
message: Requiring unknown module "react". If you are sure the module is there, try restarting the packager.

@jaysnanavati
Copy link

@dvine-multimedia I get this too, when working with react-native-video, did you find any resolution?

@jaysnanavati
Copy link

@dvine-multimedia was able to resolve this by removing
RNVideoEventLoading: @{
@"registrationName": @"onLoadStart"
},

in RCTVideoManager.m as it appears that RCTNetworkImageViewManager.m is also registering with the same name and that seems to be the root cause of this exception..

@brentvatne
Copy link
Collaborator

Fixed in react-native-video 0.4.11 😄

@d-vine
Copy link
Author

d-vine commented Jul 15, 2015

Thanks a lot!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

4 participants