You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the exceptions raised by 'socket', 'network' and 'wiznet' libraries are mostly just in the form mp_raise_OSError(_errno) which leads to irritatingly nonspecific exceptions like OSError: [Errno 4].
We should improve these to have proper error messages.
See also #703 (initial implementation from micropython) #1800 (bugfixes for 4.0.0)
The text was updated successfully, but these errors were encountered:
At the moment, the exceptions raised by 'socket', 'network' and 'wiznet' libraries are mostly just in the form
mp_raise_OSError(_errno)
which leads to irritatingly nonspecific exceptions likeOSError: [Errno 4]
.We should improve these to have proper error messages.
See also #703 (initial implementation from micropython) #1800 (bugfixes for 4.0.0)
The text was updated successfully, but these errors were encountered: