Skip to content

429 Too Many Requests #385

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

Closed
mark-i-m opened this issue Jul 12, 2019 · 9 comments
Closed

429 Too Many Requests #385

mark-i-m opened this issue Jul 12, 2019 · 9 comments

Comments

@mark-i-m
Copy link
Member

Recently a bunch of CI failures have occurred with this error, mostly from YouTube. Not sure what the solution is. I'm also not sure if this is Travis or YouTube...

@Mark-Simulacrum @pietroalbini do you know if this would be mitigated by moving to Azure?

@Mark-Simulacrum
Copy link
Member

Do you have links to some of these CI failures? Are you intentionally contacting YouTube?

@shepmaster
Copy link
Member

Is the link checker still active?

@mark-i-m
Copy link
Member Author

https://travis-ci.com/rust-lang/rustc-guide/builds/118875063

https://travis-ci.com/rust-lang/rustc-guide/builds/119000366

https://travis-ci.com/rust-lang/rustc-guide/builds/118874560

There are a few more I think.

We link to the compiler lecture series videos on YT. These failures are from the linkchecker attempting to contact YT and failing with 429.

@pietroalbini
Copy link
Member

Hmm, does linkchecker set a browser user agent?

@mark-i-m
Copy link
Member Author

No idea... cc @Michael-F-Bryan

@Michael-F-Bryan
Copy link
Contributor

I don't believe we set a user agent. The validator just calls reqwest::get() without doing anything fancy.

@mark-i-m
Copy link
Member Author

For now, I am just going to blacklist yt feom the linkchecker because CI has been down for a while.

@mark-i-m
Copy link
Member Author

mark-i-m commented Nov 5, 2019

We haven't seen this in a while, so I am closing...

@mark-i-m mark-i-m closed this as completed Nov 5, 2019
@camelid
Copy link
Member

camelid commented Sep 22, 2020

This has been occurring (spuriously) again. Can we ignore 429 Too Many Requests errors in linkcheck? (See #885 for some discussion.)

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

No branches or pull requests

6 participants