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

update process fail when github in maintenance #399

Closed
hasslerf opened this issue Aug 16, 2012 · 4 comments
Closed

update process fail when github in maintenance #399

hasslerf opened this issue Aug 16, 2012 · 4 comments

Comments

@hasslerf
Copy link

The -U Flag would normally overwrite the youtube-dl-Script by the latest version from github. When github is in maintenance it sends a 404-page which overwrites the youtube-dl-Script.

@FiloSottile
Copy link
Collaborator

Adding HTTP status check

@FiloSottile
Copy link
Collaborator

Umh... I can't replicate: If the update function hits a 404 (like http://github.com/sdcsckdjn) I get a ERROR: unable to download latest version and the script gets unaffected.

Suggestions on how to simulate the behavior?

@gcmalloc
Copy link
Contributor

Add a rule to your host file that redirect http://github.com to your own webserver, then create a little webserver that only serv 500 error for any request.

@FiloSottile
Copy link
Collaborator

We changed our release system, and this should not happen anymore.

joedborg referenced this issue in joedborg/youtube-dl Nov 17, 2020
[pull] master from ytdl-org:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants