OSError: [Errno 103] ECONNABORTED

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
luqman
Posts: 1
Joined: Fri Jan 26, 2018 8:47 am

OSError: [Errno 103] ECONNABORTED

Post by luqman » Mon Nov 26, 2018 9:27 am

please can someone tell me how to fix this .. i using EsPy1.0.0.7, what should i do
in my code that cant connect to the ip server ..

Traceback (most recent call last):
File "<stdin>", line 54, in <module>
File "umqtt/simple.py", line 58, in connect
OSError: [Errno 103] ECONNABORTED

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: OSError: [Errno 103] ECONNABORTED

Post by pythoncoder » Mon Nov 26, 2018 9:35 am

Please provide details of your code.
Peter Hinch
Index to my micropython libraries.

Post Reply