-
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
debugger-ui not shown console.log #15972
Comments
i have the same problem! did you solve it? |
Refreshing the simulator |
+1 |
Hi
|
@facebook-github-bot no-template |
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 Issue 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 with the additional information provided. Thanks! See "What to Expect from Maintainers" to learn more. |
I'm having the same problem. Moreover, this error is making me not able to print information to debug through the console.log method. Here more details about the error: Uncaught TypeError: Cannot set property 'volume' of null Error in event handler for (unknown): TypeError: Cannot read property 'userId' of undefined |
@sinner I have the same exact issue, and my app doesn't load on the emulator, any ideas? Uncaught TypeError: Cannot set property 'volume' of null |
Getting this issue also |
I just starting to learn react-native and i thought there is problem with my redux-logger implementation. Almost pulling my hair out of this. any solution yet? if its any help. i didn't got this error on Mac OS X 10.11.6 & chrome Version 61.0.3163.100 (Official Build) (64-bit). Installed react-devtools, there is also nothing on react-devtools's console. |
ok, i think i finally able to get this to work. you might want to close all opened debugger-ui windows/tabs. choosing debug js remotely will open a new tab. |
I had same issue for two days, which severely hurt my work progress. At the end, i tried to disable all my extensions on chrome and it worked. After that, I started enabling them one by one, but it kept working fine, so i couldn't single out one extension that was causing it. I suspect it was either adblocker or react/redux-dev-tools. |
Same issue...has anyone found a way out? |
@RajeshwariGandmal press Command and M and then reload http://localhost:8081/debugger-ui/ |
It didn't load for me, opened the debugger-ui and saw this error. |
I've opened an issue for this that follows the template so bots wont close it. If you are still experiencing this please go 👍 it |
@sinner Did you find any solution to this? I tried everything, upgraded all packages and still cannot work on the project (I am on Windows 10, if this is a problem). I also get this |
I also get the volume of null problem, but weirdly doesn't happen every time. To be more specific, the first time I make a change in the source code and it builds it works without a problem. If I hit CTRL-R it reloads giving the error message. |
I fixed this by disabling the "Adblock Plus" Chrome extension. |
same issue :- |
The solution is a combination of what @cadz and @lironzluf posted. For Mac OS... Note: if you're running Android Studio on a Mac type For Windows OS I'm guessing the solution to be similar. With your Android simulator open type |
In tab console shown this error and debugger-ui can't see console to debug
The text was updated successfully, but these errors were encountered: