Replies: 1 comment 1 reply
-
If you search the code for MICROPY_PY_UERRNO_LIST, you can see. It looks like all ports other than cc3200 use the defaults. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a try/catch for a socket connection in a python3 library, docs say socket.error or gaierror are not available and instead OSError is thrown. socket.error did give a few different errors based on the error we have a dictionary to return different messages, how could I handle that in micropython?
I was trying to use errno.ECOMM and EIO but those are giving me an error that they don't exist. If the connection is bad I get a EINPROGRESS all the time.
Beta Was this translation helpful? Give feedback.
All reactions