Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

scoop status does not detect network failure #3363

Closed
d2s opened this issue Apr 23, 2019 · 1 comment
Closed

scoop status does not detect network failure #3363

d2s opened this issue Apr 23, 2019 · 1 comment

Comments

@d2s
Copy link

d2s commented Apr 23, 2019

When running scoop status command without online connection,
Scoop prints out message saying that Scoop is up to date. Everything is ok!.
(even while the previous line says that connection failed).

> scoop status
fatal: unable to access 'https://github.com/lukesampson/scoop/': Could not resolve host: github.com
Scoop is up to date.
Everything is ok!

Expected output would have been to parse the Could not resolve host line,
and adjust following lines (about Everything is ok!) accordingly.

After the network connection was recovered (by plugging the cable to the wall...),
everything else was back to normal.

> scoop status
Scoop is up to date.
Everything is ok!
@Ash258
Copy link
Contributor

Ash258 commented Apr 23, 2019

Duplicate of #3188

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants