I tried that previously by first going into shell by typing: scrapy shell 
and then copy/pasting monkey patching function and finally calling 
fetch('https://apps.health.ny.gov/professionals/home_care/registry/home.action').
 
But it still gave an exact error. Am I missing something here?

понедељак, 08. август 2016. 19.54.41 UTC+2, Rolando Espinoza La fuente је 
написао/ла:

As a workaround, you could monkeypatch the client with something similar 
> to: https://github.com/scrapy/scrapy/issues/345#issuecomment-41649779
>
> Rolando
>
> On Mon, Aug 8, 2016 at 2:51 PM, Rolando Espinoza <[email protected] 
> <javascript:>> wrote:
>
>> For the record, the server returns an incomplete response status code: 
>> "HTTP/1.1 302" instead of "HTTP/1.1 302 Found".
>>
>>
>> Rolando
>>
>> On Sun, Aug 7, 2016 at 4:28 PM, JEBI93 <[email protected] 
>> <javascript:>> wrote:
>>
>>> Hey guys, so I’m trying to access this page with scrapy shell: 
>>> https://apps.health.ny.gov/professionals/home_care/registry/home.action
>>>
>>> So if I run:
>>>
>>> scrapy shell 
>>> 'https://apps.health.ny.gov/professionals/home_care/registry/home.action'
>>>
>>> I get this error: *twisted.web._newclient.ResponseNeverReceived: [>]*
>>>
>>> I read a few earlier discussions here and on github issue pages but they 
>>> don’t work for me for some reason. I even tried to iterate over tls methods 
>>> like this one for example:
>>>
>>> scrapy shell -s DOWNLOADER_CLIENT_TLS_METHOD='TLSv1.2' 
>>> 'https://apps.health.ny.gov/professionals/home_care/registry'
>>>
>>> but it’s not working either. Any ideas?
>>> ​
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "scrapy-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to [email protected] <javascript:>.
>>> To post to this group, send email to [email protected] 
>>> <javascript:>.
>>> Visit this group at https://groups.google.com/group/scrapy-users.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
> ​

-- 
You received this message because you are subscribed to the Google Groups 
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to