We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reppy return an error when trying to get robots.txt file that is not there. I try to put code in try/except block but error is still there.
The text was updated successfully, but these errors were encountered:
@mkozmelj - can you include the code snippet you were using and the robots.txt you were trying to fetch?
If the robots.txt request ultimately returns a 404, it /should/ behave as an AllowAll (https://github.com/seomoz/reppy/blob/master/tests/test_robots.py#L196)
robots.txt
AllowAll
Sorry, something went wrong.
I believe this behaviour is more or less fixed by #119.
No branches or pull requests
Reppy return an error when trying to get robots.txt file that is not there. I try to put code in try/except block but error is still there.
The text was updated successfully, but these errors were encountered: