-
Notifications
You must be signed in to change notification settings - Fork 41
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
getting 401 #11
Comments
I fixed this by adding
as class attributes of my spider |
@zinyosrim , where did you add this? |
@chipzzz here: |
@zinyosrim Thanks! In another issue I found this to be working for me
Still no luck on getting these requests to go through my 3rd party proxy though. |
Not working for me though. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed aquarium with the default options. I looks fine, I get lots of messages like:
I'm running locally on mac, therefore my settings.py has the line
SPLASH_URL = 'http://localhost:8050'
When launching the crawler I'm getting
2018-01-22 12:51:45 [scrapy.spidermiddlewares.httperror] INFO: Ignoring response <401 http://www.example.com>: HTTP status code is not handled or not allowed
and I can't see the request in the splash terminal. How can I fix this?
Thanks
Zin
The text was updated successfully, but these errors were encountered: