scrape-linkedin-selenium icon indicating copy to clipboard operation
scrape-linkedin-selenium copied to clipboard

ValueError: Profile Unavailable

Open micaelarg opened this issue 1 year ago • 2 comments

Hi, I am running the following:

profile = {} with ProfileScraper(cookie = LI_AT) as scraper: profile = scraper.scrape(user='lidiamonzon') print(profile.to_dict())

Even though the profile exists, i keep getting: "ValueError: Profile Unavailable: Profile link does not match any current Linkedin Profiles"

Any hint?

micaelarg avatar Mar 14 '23 12:03 micaelarg

I get the same error

BrentLeemans avatar May 31 '23 22:05 BrentLeemans

Install requirement.txt. make sure to have the correct selenium version.

sandippatel27899 avatar Jul 21 '23 09:07 sandippatel27899