Hi, so I have a issue when trying to inspect elements at this page
Here’s what I enter in terminal:
scrapy shell "https://hrsa.cunyfirst.cuny.edu/psc/cnyhcprd/GUEST/HRMS/c/COMMUNITY_ACCESS.CLASS_SEARCH.GBL"
And this is the output that I get:
exceptions.AttributeError: 'NoneType' object has no attribute 'failVerification'
Here’s full output from terminal: http://pastebin.com/eEhmaLr5
Only solution that I found online was that I need to install service_identity which I already have. Any help is appreciated.
--
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...@googlegroups.com.
To post to this group, send email to scrapy...@googlegroups.com.
Visit this group at http://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.
I updated twisted version from 15.3.0 to 15.4.0.
Here’s information about OS:
Linux asd-PC 3.16.0-51-generic #69~14.04.1-Ubuntu SMP Wed Oct 7 15:32:41 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Scrapy version is: Scrapy 1.0.3
Python version is: Python 2.7.6
Here’s output from running command pip freeze: http://pastebin.com/dwrj73gv
I updated the email thing.