-
Notifications
You must be signed in to change notification settings - Fork 120
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
Error: Exceeded maxRedirects
#159
Comments
It's very strange but it seems that this is due to the user_agent used in link-check. When I remove it or change it to empty, then it perfectly works. I don't Know why Google has issues with this agent, it may be linked to the authorisation process used for this android site (if you look at the redirects stack it goes through some auth). I don't know if it's standard behaviour or a something specific to this site. I'm a bit worried that the site behaves differently depending on user agent though as it's clearly not a good filter behaviour. |
@NicolasMassart -- It appears you may have fixed this in the |
I only raised the ticket, @tcort fixed it by adding a customisable user-agent. |
markdown-link-check does not solve tcort/markdown-link-check#159, which is a problem for us. So we resort to the (less nice-looking) linkchecker. We first convert markdown files to HTML through pandoc, and then pass them to linkchecker.
I have some documentation that links out to the Android Developer docs, and they apparently have some hefty redirects going on (although, it doesn't take more than a second or two, and is definitely not "stuck in a redirect loop").
https://developer.android.com/reference/android/support/design/widget/TabItem.html
I don't want to ignore these, because I want to know if they're truly dead. But, the error seems to be in the guts of some dependencies.
The text was updated successfully, but these errors were encountered: