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

React native, QR Code not showing on terminal #32648

Closed
uzuki-P opened this issue Aug 16, 2017 · 26 comments
Closed

React native, QR Code not showing on terminal #32648

uzuki-P opened this issue Aug 16, 2017 · 26 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities *out-of-scope Posted issue is not in scope of VS Code terminal Integrated terminal issues upstream Issue identified as 'upstream' component related (exists outside of VS Code) windows VS Code on Windows issues
Milestone

Comments

@uzuki-P
Copy link

uzuki-P commented Aug 16, 2017

  • VSCode Version: Code 1.15.0 (8b95971, 2017-08-09T20:16:18.034Z)
  • OS Version: Windows_NT x64 6.1.7601
  • Extensions:
Extension Author (truncated) Version
vscode-database baj 1.2.0
npm-intellisense chr 1.3.0
vscode-eslint dba 1.2.11
githistory don 0.2.3
gitlens eam 4.3.3
php-debug fel 1.11.1
php-intellisense fel 1.5.0
php-pack fel 1.0.1
code-runner for 0.6.33
vscode-yarn gam 1.2.0
azure-functions-tools joh 0.3.0
vscode-codemetrics kis 1.9.0
sublime-keybindings ms- 2.9.1
debugger-for-chrome msj 3.1.8
material-icon-theme PKi 2.1.0
java red 0.8.0
vscode-paste-and-indent Rub 0.0.8
code-settings-sync Sha 2.8.2
php-ci sma 0.2.2
vscode-gulp tan 0.0.4
vscode-todo-highlight way 0.5.8
change-case wma 1.0.0
JavaScriptSnippets xab 1.4.1

(2 theme extensions excluded)


Steps to Reproduce:

  1. Run yarn start. Wait till QR generated.
  2. Show only blank space

Reproduces without extensions: Yes/No

@vscodebot vscodebot bot added the php PHP support issues label Aug 16, 2017
@uzuki-P uzuki-P changed the title React native, QR not showing on terminal React native, QR Code not showing on terminal Aug 16, 2017
@roblourens
Copy link
Member

What's the problem? Need more details.

@uzuki-P
Copy link
Author

uzuki-P commented Aug 17, 2017

The QR code is not shown. I think the character is not rendered on build in terminal.

@roblourens
Copy link
Member

I don't know what QR code you're talking about, I need steps to repro this.

@uzuki-P
Copy link
Author

uzuki-P commented Aug 18, 2017

Step to reproduce:

  1. yarn global create-react-native-app
  2. create-react-native-app helloWorld
  3. cd helloWorld
  4. yarn start

Using VS Code Terminal:
2017-08-18 11_35_26-app js helloworld visual studio code

Using Conemu:
2017-08-18 11_38_36-npm

@roblourens roblourens reopened this Aug 18, 2017
@roblourens
Copy link
Member

@Tyriar?

@Tyriar
Copy link
Member

Tyriar commented Aug 18, 2017

Works on macOS, this is likely related to the escape sequence going through winpty and powershell.

@rahmatfajar15 what shell are you using?

@Tyriar Tyriar added terminal Integrated terminal issues info-needed Issue requires more information from poster windows VS Code on Windows issues and removed php PHP support issues labels Aug 18, 2017
@Tyriar Tyriar assigned Tyriar and unassigned roblourens Aug 18, 2017
@uzuki-P
Copy link
Author

uzuki-P commented Aug 19, 2017

@Tyriar I'm using cmd

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug and removed info-needed Issue requires more information from poster labels Aug 19, 2017
@Tyriar Tyriar added this to the Backlog milestone Aug 19, 2017
@dav-ell
Copy link

dav-ell commented Sep 1, 2017

I'm also experiencing this issue. I created a react native app using create-react-native-app and opened the project in VS Code for the first time, typed npm start in the integrated terminal using Powershell on Windows 10.

vs code expo qr bug

Using powershell outside of VS Code:
powershell expo qr code

@nathanhannig
Copy link

nathanhannig commented Sep 16, 2017

same issue with vs code not showing qr code ion the integrated powershell on win 10

@ghost
Copy link

ghost commented Sep 23, 2017

same issue with vs code version 1.16.1 not showing the qr code using cmd on Windows 8.1

@jovelromeo
Copy link

same issue 1.17 on windows 10, hope get fixed soon.

@hfmm99
Copy link

hfmm99 commented Oct 17, 2017

I have the same issue: Windows 10, Visual Studio Code, and either Powershell or CMD terminal.

@Tyriar Tyriar added the help wanted Issues identified as good community contribution opportunities label Oct 17, 2017
@xunilog
Copy link

xunilog commented Nov 10, 2017

Same issue, Windows 7, Visual Studio Code integrated Terminal. Tried several themes (bright, dark), same issue.

@saintplay
Copy link

I can successfully see the QR Code now.
Don't know if it's because of the vscode or expo latest update

@KrallXZ
Copy link

KrallXZ commented Dec 8, 2017

I have VSCode 1.18.1 and newest create-react-native-app and have same problem.
I'm using cmd as integrated terminal

@MauricioLudwig
Copy link

I've also got the exact same problem. Whether I use yarn start or npm start I'm unable to see the QR code. Using Powershell currently but I've tried cmd which also fails.

@vijaysutaria
Copy link

I have same issue with VS Code 1.18.1, Windows 10, not able to see QR Code in Terminal

@Tyriar
Copy link
Member

Tyriar commented Dec 14, 2017

Looks like it also happens when using npm install:

image

The left of the dots should be solid white.

@cankatabaci
Copy link

cankatabaci commented Dec 14, 2017

I have the same problem.
adsiz
I experienced this problem after this use-case:

  1. run npm start
  2. 21:43:26: Starting packager...
    Packager started!

  3. `Your phone will need to be on the same local network as this computer.
    For links to install the Expo app, please visit https://expo.io.

Logs from serving your app will appear here. Press Ctrl+C at any time to stop.

› Press a to open Android device or emulator.
› Press q to display QR code.
› Press r to restart packager, or R to restart packager and clear cache.
› Press d to toggle development mode. (current mode: development)`
4. i'm press q then it's like in the attached photo

and when I tried this use-case in powershell i didn't get an error. it worked as it should be
if it helps, I can share system properties and package.json or something like that

@Tyriar
Copy link
Member

Tyriar commented Dec 14, 2017

I think this is easily reproducible, it just needs someone to dig deeper and investigate. I suspect the problem lies within winpty and may be tricky to fix. https://github.com/rprichard/winpty

@Tyriar Tyriar added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Dec 14, 2017
@nlucero
Copy link

nlucero commented Jan 13, 2018

Same issue on vs code 1.19.1, Windows 10 Pro 64 Bit, using cmd and Git Bash as console.

@joshkmartinez
Copy link

I got the same problem... This is super annoying

@bondansebastian
Copy link

Same problem on vs code 1.19.2, Windows 10 Education 64 Bit, Git Bash as console

@Tyriar
Copy link
Member

Tyriar commented Jan 17, 2018

This is an issue with upstream https://github.com/rprichard/winpty, going to close this off as we have no plans on attempting to fix. By all means look into it upstream though.

@Tyriar Tyriar added the *out-of-scope Posted issue is not in scope of VS Code label Jan 17, 2018
@vscodebot
Copy link

vscodebot bot commented Jan 17, 2018

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that have been on the backlog for a long time but have not gained traction: We look at the number of votes the issue has received and the number of duplicate issues filed. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Jan 17, 2018
@himanshu-9419
Copy link

I think this is a small issue, it wont take much time and should be fixed earliest.

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities *out-of-scope Posted issue is not in scope of VS Code terminal Integrated terminal issues upstream Issue identified as 'upstream' component related (exists outside of VS Code) windows VS Code on Windows issues
Projects
None yet
Development

No branches or pull requests