Just tried it w/ scrapy 1.0 and it loaded the shell and page fine. Just trying to launch the scrapy shell gives you that error?
On Wed, Oct 21, 2015 at 10:14 AM, Mario <[email protected]> wrote: > A little update, can somebody just test out running shell with above > mentioned url? So I can see if its error just on my end. > > > уторак, 20. октобар 2015. 21.46.51 UTC+2, Mario је написао/ла: >> >> Hi, so I have a issue when trying to inspect elements at this page >> <https://hrsa.cunyfirst.cuny.edu/psc/cnyhcprd/GUEST/HRMS/c/COMMUNITY_ACCESS.CLASS_SEARCH.GBL> >> >> 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://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 http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
