react-native-debugger icon indicating copy to clipboard operation
react-native-debugger copied to clipboard

"Waiting for React to connect.." persisting even after modifications have been made

Open Sshetty2 opened this issue 5 years ago • 12 comments

React Native Debugger app version: v0.9.7 React Native version: 0.59.1 Platform: iOS Is real device of platform: Yes Operating System: Windows (Linux Subsystem)

I'm so close to getting the debugger to work correctly but for some reason I still see 'waiting for React to connect'. As per the instructions in the 'How to use it with real device?' section, I modified 'setupDevtools.js' to reflect the correct port number and the redux section is working so I know that the debugger is operating on the same port as my expo app.

However, the problem still persists.

Have i made the correct modification? Any other tips or tricks to try?

`

const devServer = getDevServer();
const host = devServer.bundleLoadedFromServer
  ? devServer.url.replace(/https?:\/\//, '').split(':')[0]
  : '74.73.167.63';

`

Sshetty2 avatar Mar 19 '19 17:03 Sshetty2

I had react-native-debugger working well and it stopped working today. I'm also stuck with the "Waiting for React to connect..." message.

anthonyaam avatar Mar 19 '19 19:03 anthonyaam

I am also facing the same problem.. I just had everything setup well, including the console(which logs the errors well), but I can't inspect the elements. I only see the message "Waiting for React to connect.."

P.S. I am debugging on a Real Device not the virtual emulator, and my platform is ubuntu 16.04

rawteech avatar Mar 20 '19 09:03 rawteech

I am facing the same problem, everything is working except elements. The same enviroment as Sshetty2.

JustynaKK avatar Mar 26 '19 08:03 JustynaKK

+1

davidnoguerol avatar Jul 10 '19 02:07 davidnoguerol

Same here

bsor-dev avatar Jul 10 '19 06:07 bsor-dev

same here

alishah730 avatar Nov 02 '19 14:11 alishah730

+1

cbbfcd avatar Jul 02 '20 07:07 cbbfcd

Same error !

jerlam06 avatar Jul 23 '20 07:07 jerlam06

same error!

tonyjeffrey avatar Jul 27 '20 13:07 tonyjeffrey

same issue

moodizone avatar Sep 15 '20 05:09 moodizone

Same here

kennykngo avatar Feb 25 '21 23:02 kennykngo

@jhen0409 Any solution to this?

AidanHak avatar Jun 09 '21 21:06 AidanHak