tomquirk / linkedin-api

👨‍💼Linkedin API for Python
MIT License
1.71k stars 401 forks source link

get_profile_connections() is not working #316

Open yuvraj123-verma opened 1 year ago

yuvraj123-verma commented 1 year ago

I am getting empty list when i run get_profile_connections() function but it's working 15 days ago.

sutble commented 1 year ago

under the hood, get_profile_connections relies on the search() function which seems to be broken https://github.com/tomquirk/linkedin-api/issues/313