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

Add a check for 404 errors #25

Open
mbret opened this issue Jun 7, 2019 · 1 comment
Open

Add a check for 404 errors #25

mbret opened this issue Jun 7, 2019 · 1 comment
Labels
Bug Something isn't working Next
Milestone

Comments

@mbret
Copy link

mbret commented Jun 7, 2019

Whenever gupm try and fail to access a dependency the script seems to never finish (or at least not within a reasonable amount of time).

It's stuck on the last red cross forever
image

Also could it be possible to squash the same type of message in the case they are repeating right after each other ?
Maybe only display the first that says trying again and only shows the last one (after timeout). This way we reduce the console pollution

@mbret mbret added the Bug Something isn't working label Jun 7, 2019
@azukaar
Copy link
Owner

azukaar commented Jun 7, 2019

Good one yes
So there's two "bugs" (or missing features) here :

  • GuPM doesn't try to identify 404 errors and simply retry downloading a package forever assuming that it exist
  • g install mysql doesnt work yet because of OS Provider #15 . When OS provider will be available and made default, it will

First one need a fix

@azukaar azukaar added the Next label Jun 7, 2019
@azukaar azukaar changed the title Script never finish when failing to access dep Add a check for 404 errors Jun 7, 2019
@azukaar azukaar added this to the 1.4.0 milestone Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Next
Projects
None yet
Development

No branches or pull requests

2 participants