mrbirl / LinkedScrape

Automatically search LinkedIn for companies and employees that match search criteria.
MIT License
6 stars 0 forks source link

Can't sign in - CSS selectors are set right #1

Open sagistrauss opened 8 years ago

sagistrauss commented 8 years ago

Hi there, I can't seem to login even though the CSS selectors are set to the correct names.

Any ideas?

No past results loaded Logging in...

Traceback (most recent call last): File "dryscraper_linkedin.py", line 298, in scraper = LinkScrape(email, password, load_previous) File "dryscraper_linkedin.py", line 29, in init self.login() File "dryscraper_linkedin.py", line 236, in login signin.click() TypeError: 'NoneType' object is not callable

mrbirl commented 8 years ago

It seems LinkedIn change their login page occasionally (maybe to try and stop things like this...!) - so I've frequently had to adjust this login part. To fix it'll need to be adjusted again to work with what their new page is looking for. Unfortunately I don't have much time right now to actively work on this, but if I get a chance I'll try and fix it soon. If you work it out please feel free to update :)

I suspect if the CSS selectors are all correct, there's another check somewhere that's blocking it now. Will see if I can spot what's doing that.

sagistrauss commented 8 years ago

Hi Cian, I'm going to try and solve it myself - if I'll do, I'll commit some changes :) Thanks!

mrbirl commented 8 years ago

Great, thanks, good luck with it!