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 scrapy-users+unsubscr...@googlegroups.com.
To post to this group, send email to scrapy-users@googlegroups.com.
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