File "adafruit_connection_manager.py", line 271, in get_socket
OSError: [Errno 119] EINPROGRESS
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "code.py", line 282, in <module>
File "code.py", line 245, in main
File "code.py", line 130, in start_timer
File "clockify.py", line 115, in start_clock
File "adafruit_portalbase/network.py", line 237, in get_strftime
File "adafruit_requests.py", line 597, in get
File "adafruit_requests.py", line 535, in request
File "adafruit_connection_manager.py", line 282, in get_socket
RuntimeError: Error connecting socket: [Errno 119] EINPROGRESS
The first time I try to connect to wifi each day I get this error. After that it works the rest of the day (even if power cycling in between).
CircuitPython version
Code/REPL
Behavior
Description
The first time I try to connect to wifi each day I get this error. After that it works the rest of the day (even if power cycling in between).
Additional information
No response