I am currently working on a code in micropython using the esp32, and getting an error messeage that says "OSError:118". if anyone is familiar with the problem I,d be happy to get help. I'm using pycharm and the socket library.
im creating a very basic client-server connection. the server runs on python, the client is the esp32. when I ran the code with two computers it worked.