linkedin-api
linkedin-api copied to clipboard
Get 10054 Error Often
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
found https://stackoverflow.com/questions/75094643/python-https-requests-runs-on-python3-9-but-crushes-on-python-versions-above-3-9
But I had dropped down to 3.8 to get things working; didn't feel like debugging it more.
FWIW, this seems like a Windows (11?) problem, and I've seen a similar issue in Chrome when opening LinkedIn.
I switched to using Python inside WSL and never saw the error there.