Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run MyConnectionScrapper ? #67

Open
paras55 opened this issue Feb 16, 2020 · 1 comment
Open

How to run MyConnectionScrapper ? #67

paras55 opened this issue Feb 16, 2020 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@paras55
Copy link

paras55 commented Feb 16, 2020

when run with following code :
with MyConnectionScraper(cookie='AQEDAS9oddoAec7fAAABcD_bsSwAAAFwY-g1LFEAR5RwykzJFoxZQ1ZjaMH2vcXgsasLMFb0GwyGbqgh_guqW-K122YvSwg2_zhDnX_gbpdXrYjPqY5Mq9U2o3KmrfQCYbImYSAmUOTVDuPpUoBPkS') as scraper:
connections=scraper.scrape()
people=connections.to_dict()

no such element: Unable to locate element: {"method":"css selector","selector":".mn-connections > h2"}

@austinoboyle
Copy link
Owner

This is almost certainly an issue with the css selector being used in MyConnectionScraper.

LinkedIn's structure has changed since this was last working properly, so the css selector would need to change as well. I'd appreciate a PR with an updated selector if you get this working :)

@austinoboyle austinoboyle added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants