-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
React Native Dev tool lauching error #17910
Comments
@facebook-github-bot no-template |
Something went wrong executing that command, @mkonicek could you take a look? |
@varunajmera0 try killing the process of your browser and emulator. Run |
I am using react native from past few months and never came across this error so why to kill the server, can you explain how it will help? How come this error came from nowhere I don't know. @blazergame |
I had a similar issue last night. It seems like the emulator is connecting to an old debugger session. By resetting that connection, it'll create a new connection to reconnect with. If that didn't work, it might be something else that I'm not too sure of. |
I have just deployed one app with "react-native": "0.52.2". It doesn't happen with this version ( "react-native": "0.52.2"). It is happening only with "react-native": "0.53.0". |
Hey, thanks for reporting this issue! It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue that meets the requirements set forth in the template. Thanks! |
What kind of description is missing or list of reproduction steps? |
See again, every time I have to write manually this http://localhost:8081/debugger-ui/ |
I have same issue with 0.54. Not clear why this issue is closed, has it been resolved or is this a user error? |
@vladp they won't give any response. Before 0.54, I didn't get that error. |
Try to access the debugger with your local address : http://127.0.0.1:8081/debugger-ui/ or http://localhost:8081/debugger-ui/ because 10.0.x.x is not accessible by chrome. |
Any updates on this? |
Solved the issue for me following: Press Cmd + M on emulator screen |
@devmrin 's solution works for me. Thanks. |
Use actual device for debugging |
The solution by devmrin commented on May 17 works for me too |
@devmrin solution will work. |
the perfect solution for this issue is:
|
I am requesting to launch dev tool but it forwards to http://10.0.2.2:8081/debugger-ui
The text was updated successfully, but these errors were encountered: