linkedin-api
linkedin-api copied to clipboard
Linkedin Session Expired Exceptions
I'm not really sure how to get around this exception in order to log back in using this API. All accounts I've used this API on previously are receiving the LinkedinSessionExpired exception, so the cookies are expired, any suggestions on how to reauntheticate and get new cookies using the API?
@alexander1fein , have you tried something like this?
linkedin = Linkedin(*credentials, **refresh_cookies=True**)
Yes, it didn't work, neither did cookies=None and cookies_dir=None
@alexander1fein for me this changing refresh_cookies from default to True fixed the problem.