Hi, I have recently deployed the micropython firmware on my ESP32-WROOM-32 and getting OSError: [Errno 113] ECONNABORTED. #17053
-
The firmware I have used: ESP32_GENERIC-20241129-v1.24.1.bin
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you sure the server is up and accepting connection? $ curl -v towel.blinkenlights.nl:23
* Trying 213.136.8.188:23...
* TCP_NODELAY set
* Trying 2001:7b8:666:ffff::1:42:23...
* TCP_NODELAY set
* Immediate connect fail for 2001:7b8:666:ffff::1:42: Network is unreachable
* Trying 2001:7b8:666:ffff::1:42:23...
* TCP_NODELAY set
* Immediate connect fail for 2001:7b8:666:ffff::1:42: Network is unreachable
* Trying 2001:7b8:666:ffff::1:42:23... |
Beta Was this translation helpful? Give feedback.
Are you sure the server is up and accepting connection?