-
Notifications
You must be signed in to change notification settings - Fork 110
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
The error message for host unreachable in older versions was significantly better... #565
Comments
Hey, could you please provide more context? What are the errors/differences? The scraper uses the Algolia Python client so I don't think the issue is related to this repo |
The error message I was getting was host unreachable on the latest version. On the v1.13.0 message, it told me exactly what was wrong as it showed the entire neterror stack and I could clearly see that I had a malformed credentials. |
I had the same behavior. My auto-update script incorrectly added trailing extra whitespace to |
Hey @elucidsoft, @Markeli, looking at the past commit, I can only see one change that could cause that: we upgraded the scraper to the latest major version of our Python client, which might handle errors differently.
I believe using an older version won't change the indexing, most updates were to make the scraper more stable and detect the website structure when bootstrapping config. Note that prior to our new infra, we will only accept community contribution unless there's an urgent fix to do. |
I have been banging my head trying to get this to work and kept getting host unreachable error. After 3 hours, I tried the 1.13.0 docker image instead. The error message it gave was SIGNIFICANTLY better and I was immediately able to recognize the issue. I really suggest you put that back to how it was, I just wasted an immense amount of time.
The text was updated successfully, but these errors were encountered: