Stilk's website

[WinError 10038] An operation was attempted on something that is not a socket

Weird Windows issue I ran into, and how I fixed it

Fri, Jan 5, 2024 @ 20.57

Article in other languages 🇳🇴 Norsk: [WinError 10038] An operation was attempted on something that is not a socket

The solution

Ok, I’ll just cut right to the chase instead of writing some long story about my life or whatever.

Run this in a terminal, then restart your computer:

net winsock reset

I ran into the bug in the title while developing a Flask application, and found that resetting the Winsock service solved it. So here you go, (hopefully) the solution to your problem.