-
Notifications
You must be signed in to change notification settings - Fork 682
Inspector not running in Nuclide #408
Comments
Hi @tsvetann! Have you gone through the troubleshooting tips yet? If you're seeing "Upgrade Required" in a browser, it probably means there's another inspector connected. Do you have another Atom window open with one? Have you tried restarting Atom yet? You can check to see what's using the port by running |
Thanks @matthewwithanm I have tried all steps mentioned.
|
It's interesting that you're not seeing your React Native app in that list. It's running, right? What version of RN is it? |
RN version: 0.21.0-rc Thx |
Also happens with RN 0.22.2 and a real Android device connected. lsof -i :8097 returns Atom. |
With RN 0.26.1 the inspector correctly works with iOS simulator, but it's displaying the same error (Waiting for a connection from React Native, check port 8097) with Android (both emulator or physical device). |
I have this same issue on Android. Nuclide: 1.141.0
|
Same issue here on Android. Glad I'm not going crazy. |
Guys, It's not a I've got it working on android simulator. 🎉 Follow this comments: facebook/react-devtools#229 (comment) and facebook/react-devtools#229 (comment) And, by the way, big thanks @kageurufu for facebook/react-native#8095 And it seems to be fixed in React Native 0.30 realease! 👍 |
Working for me after upgrading to 0.30 too. Hooray! |
For connecting the inspector to a real device typing:
in the console worked for me. |
Issue and Steps to Reproduce
Cannot start RN inspector in Nuclide
Expected Behavior
Starting rninspector in Atom.
Actual Behavior
Waiting for a connection from React Native
This should happen pretty quickly. If it hasn't, something's wrong. 😢
Troubleshooting Tips:
Make sure a React Native app is running and that it's in DEV mode.
Only one element inspector can be active at a time. Close any other open inspectors.
There may be a zombie element inspector instance running. Try reopening your Atom window or check port 8097.
localhost:8097 gives me: Upgrade Required
Versions
Any ideas how to debug this further are welcome!
The text was updated successfully, but these errors were encountered: