l4rm4nd / LinkedInDumper

Python 3 script to dump/scrape/extract company employees from LinkedIn API
https://hub.docker.com/r/l4rm4nd/linkedindumper
387 stars 42 forks source link

Getting Authenticated Session Cookie Required. #8

Closed TheLosingEdge closed 8 months ago

TheLosingEdge commented 8 months ago

Getting authenticated session cookie required. Updated li_at and JSESSIONID values and changed user agent strings a couple times and no luck. Maybe Voyager API changed?

l4rm4nd commented 8 months ago

Hey @TheLosingEdge,

many thanks for bringing this up.

Indeed, the voyager API had some small changes, where the JSON response now contains some bogus or empty datasets. This broke my spaghetti code. I've added some try catch statements into the mix in order to skip those empty fields.

Script should work now again. Sorry for the inconvenience.

TheLosingEdge commented 8 months ago

Confirming it's working again, thank you!