Greetings,
Firstly, even though I’ve said thanks in previous posts, thanks again for an awesome integration.
Unfortunately it seems that I have run into some trouble after the upgrade from 0.23.xx to 0.24.xx. Specifically the integration won’t load on startup any longer. And because of this, Home Assistant won’t let me delete the Integration so I can re-install it. And, of course, since I can’t delete the Integration, I can’t delete the HACS Integration either.
Below are the logs that show the error:
Logger: homeassistant.setup
Source: setup.py:185
First occurred: 4:14:49 PM (1 occurrences)
Last logged: 4:14:49 PM
Setup failed for custom integration asusrouter: Requirements for asusrouter not found: ['asusrouter==1.1.2'].
Logger: homeassistant.util.package
Source: util/package.py:102
First occurred: 4:12:08 PM (3 occurrences)
Last logged: 4:14:49 PM
* Unable to install package asusrouter==1.1.2: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa577ec90>: Failed to establish a new connection: [Errno -3] Try again')': /simple/asusrouter/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa2c2a890>: Failed to establish a new connection: [Errno -3] Try again')': /simple/asusrouter/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa2bbc110>: Failed to establish a new connection: [Errno -3] Try again')': /simple/asusrouter/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa2c1c890>: Failed to establish a new connection: [Errno -3] Try again')': /simple/asusrouter/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa2c46bd0>: Failed to establish a new connection: [Errno -3] Try again')': /simple/asusrouter/ WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa2befc10>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux-index/asusrouter/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa2bedbd0>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux-index/asusrouter/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa2badad0>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux-index/asusrouter/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa2c12010>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux-index/asusrouter/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa2c37d90>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux-index/asusrouter/ ERROR: Could not find a version that satisfies the requirement asusrouter==1.1.2 (from versions: none) ERROR: No matching distribution found for asusrouter==1.1.2
Any help is much appreciated!