Oserror 3

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
Naveen
Posts: 2
Joined: Sat Mar 03, 2018 10:43 am

Oserror 3

Post by Naveen » Sat Mar 03, 2018 10:51 am

I am a now one to micropython and my project needs to send some data from mobile to esp8266 but while i am uploading my ie at socket.connect((host,port)) i am getting an error called os error 3. Can someone describe what it is and why it arises. Thanks in advance

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

Re: Oserror 3

Post by pythoncoder » Mon Mar 05, 2018 6:13 am

The error is "No such process" and we would need a lot more information to identify the cause. I suggest you read this to learn how to report a problem.
Peter Hinch
Index to my micropython libraries.

Naveen
Posts: 2
Joined: Sat Mar 03, 2018 10:43 am

Re: Oserror 3

Post by Naveen » Mon Mar 05, 2018 3:44 pm

First of all thank you for your reply and with my buddy i solved the problem and also thanks for your suggestion on how to report a problem,i will follow that for next queries

Post Reply