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

Host not recognized #9

Closed
kiedtl opened this issue Apr 27, 2019 · 9 comments
Closed

Host not recognized #9

kiedtl opened this issue Apr 27, 2019 · 9 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects

Comments

@kiedtl
Copy link
Member

kiedtl commented Apr 27, 2019

image

@kiedtl kiedtl added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels May 1, 2019
@kiedtl kiedtl added this to To do in v1.3.0 May 1, 2019
@AdrianoCahete
Copy link

Same if you run inside cmder

image

@kiedtl
Copy link
Member Author

kiedtl commented Nov 21, 2019

@AdrianoCahete so, if you run this inside conhost.exe this problem doesn't appear, right?

I'm currently unable to reproduce this. -_-

@AdrianoCahete
Copy link

AdrianoCahete commented Nov 22, 2019

if you run this inside conhost.exe this problem doesn't appear, right?

Tbh, in conhost/cmd, the command just freeze the window here.
The host not recognized thing is just inside powershell in cmder.

Edit: on cmd didn't freeze, but took a lot of time to complete, but the error is the same as inside cmder: a blank info.

@kiedtl
Copy link
Member Author

kiedtl commented Apr 9, 2020

I'm starting to suspect that this is due to the manufacturer not filling the information in. If that's the case, there's nothing I can do about this.

@AdrianoCahete do you mind giving me the output of Get-CimInstance -ClassName Win32_ComputerSystem?

The result should look something like this:

C:\> Get-CimInstance -ClassName Win32_ComputerSystem
Name             PrimaryOwnerName     Domain               TotalPhysicalMemory  Model               Manufacturer
----             ----------------     ------               -------------------  -----               ------------
kmach2                                SERVER               17051127808          Aspire E5-576       Acer

@kiedtl kiedtl moved this from To do to In progress in v1.3.0 Apr 9, 2020
@AdrianoCahete
Copy link

You may be right.

λ Get-CimInstance -ClassName Win32_ComputerSystem

Name             PrimaryOwnerName       Domain       TotalPhysicalMemory      Model                   Manufacturer
----             ----------------       ------       -------------------      -----                   ------------
ADRIANOCAHETE  Usuário do Windows       WORKGROUP    34289000448              System Product Name     System manufacturer

fyi: Usuário do Windows is Windows Userin Portuguese

@kiedtl
Copy link
Member Author

kiedtl commented Apr 11, 2020

Ah, that explains this issue. Closing.

@kiedtl kiedtl closed this as completed Apr 11, 2020
v1.3.0 automation moved this from In progress to Done Apr 11, 2020
@AdrianoCahete
Copy link

Another issue here that I didn't find before is that the Terminalis blank too.

@kiedtl
Copy link
Member Author

kiedtl commented Apr 11, 2020

Another issue here that I didn't find before is that the Terminal is blank too.

What's your Powershell version? Winfetch requires Powershell 6+ for the Terminal field.

@AdrianoCahete
Copy link

Yeah, 5.1 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
No open projects
v1.3.0
  
Done
Development

No branches or pull requests

2 participants