You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using linkedin_api-2.3.1, with refresh_cookies=True (otherwise it tries to authenticate with the saved cookies)
have been getting repeatedly:
DEBUG:linkedin_api.client:Requesting new cookies.
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): www.linkedin.com:443
DEBUG:urllib3.connectionpool:https://www.linkedin.com:443 "GET /uas/authenticate HTTP/11" 200 46
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): www.linkedin.com:443
DEBUG:urllib3.connectionpool:https://www.linkedin.com:443 "POST /uas/authenticate HTTP/11" 401 242
error!
The text was updated successfully, but these errors were encountered:
using linkedin_api-2.3.1, with refresh_cookies=True (otherwise it tries to authenticate with the saved cookies)
have been getting repeatedly:
DEBUG:linkedin_api.client:Requesting new cookies.
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): www.linkedin.com:443
DEBUG:urllib3.connectionpool:https://www.linkedin.com:443 "GET /uas/authenticate HTTP/11" 200 46
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): www.linkedin.com:443
DEBUG:urllib3.connectionpool:https://www.linkedin.com:443 "POST /uas/authenticate HTTP/11" 401 242
error!
The text was updated successfully, but these errors were encountered: