Amateur-God / home-assistant-technitiumdns

This custom integration allows you to integrate TechnetiumDNS with Home Assistant, providing sensors for various DNS statistics.
GNU General Public License v3.0
13 stars 1 forks source link

Requirements not found aiohttp==3.9.5 #28

Closed Node815 closed 3 months ago

Node815 commented 3 months ago

Problem/Motivation

Error occurred tonight (out of the blue)

Expected behavior

Should not happen!

Actual behavior

Fails to load in Home Assistant after restarting HASS And displays:

image

Steps to reproduce

Reinstalled and it didn't work: image

Logger: homeassistant.util.package Source: util/package.py:123 First occurred: 6:34:44 PM (3 occurrences) Last logged: 6:34:50 PM

Unable to install package aiohttp==3.9.5: ERROR: Cannot install aiohttp==3.9.5 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

FROM Technitium

image

Amateur-God commented 3 months ago

fixed in release https://github.com/Amateur-God/home-assistant-technitiumdns/releases/tag/v2.2.1

please try refreshing info in HACS and try download/install again

if issue persists please reopen issue with more information including logs from Home assistant

Was caused by aiohttp releasing an update on the 30th

firestrife23 commented 3 months ago

Updated to 2.2.2 and it's still throwing me an error about the requirement not found: aiohttp==3.9.5

EDITED: Found my issue. There were two folders in my custom components folder: technetiumdns and technitiumdns. Deleted the old one and all is well.