linkedin-api icon indicating copy to clipboard operation
linkedin-api copied to clipboard

Get 10054 Error Often

Open KyleAlanJeffrey opened this issue 3 years ago • 2 comments

requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

KyleAlanJeffrey avatar Feb 24 '23 01:02 KyleAlanJeffrey

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.

Stelminator avatar Jun 13 '23 23:06 Stelminator

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.

Stelminator avatar Aug 15 '23 03:08 Stelminator