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]> 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]. > 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. > -- 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.
