-1

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.

1 Answers1

1

Your network/wifi is not connected. Make sure you have a successful connection to the device as it is not active.