Python warning from the "check home assistant configuration" add-on

Hi ,

I just noticed that the “check home assistant configuration” add-on outputs the following warning with last HA OS 0.118.5

This problem has not been reported in the forum

I am not sure is this is related to last update ( Supervisor and HA OS ) .

Is it something that happened just to me ?
Thanks

[16:31:22] INFO: Installing Home Assistant: latest...
[16:31:22] INFO: Please be patient, this might take a few minutes...
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/homeassistant/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/homeassistant/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/homeassistant/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/homeassistant/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/homeassistant/
[16:33:50] INFO: Installed Home Assistant 0.118.5
[16:33:50] INFO: Making a copy of your configuration for checking...
[16:33:50] INFO: Checking your configuration against this version...
[16:44:52] INFO: Configuration check finished - no error found! :)
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.

Just tried it and I didn’t get any warning.

Thanks @eXtatic for your reply.

During that day , my internet speed was very low so I think this was the cause of the issue , as now there is no more warnings with normal internet speed.

Does it mean that this add-on needs internet access ?

Regards

Sure, it just downloads the latest release and verifies the current configuration against it.