Adafruit IO exception occurred - Enviro Weather

Getting the following errors when my Enviro Weather tries to upload to Adafruit IO.

2024-02-11 07:35:47 [info / 108kB] > uploading cached readings to Adafruit.io: USER
2024-02-11 07:36:05 [debug / 116kB] - an exception occurred when uploading. Traceback (most recent call last):
File “enviro/destinations/adafruit_io.py”, line 31, in upload_reading
File “urequests.py”, line 184, in post
File “urequests.py”, line 91, in request
OSError: [Errno 103] ECONNABORTED

2024-02-11 07:36:05 [error / 114kB] ! failed to upload ‘2024-02-11T07_08_53Z.json’ to adafruit_io

Is this my error, an Adafruit error or something wrong with the code?