Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements for alexa_media not found: ['alexapy==1.29.5'] #2799

Open
tdashmike opened this issue Jan 15, 2025 · 4 comments
Open

Requirements for alexa_media not found: ['alexapy==1.29.5'] #2799

tdashmike opened this issue Jan 15, 2025 · 4 comments

Comments

@tdashmike
Copy link

IMPORTANT: Please search the issues, including closed issues, and the FAQ before opening a new issue. The template is mandatory; failure to use it will result in issue closure.

Describe the bug

I upgraded HASS from 2024.x to 2025.1 and I am getting an error. Alexa Media currently works fine so I'm not sure why it's saying alexapy is missing. I tried several times and also to 2025.2 but it gives the same error every time.

To Reproduce

Update HASS.

Expected behavior

Screenshots

System details

  • Home Assistant version: 2025.1
  • alexa_media version (from const.py or HA startup log): 5.4.0
  • alexapy version (from pip show alexapy in homeasssistant container or HA startup log): ➜ ~ pip show alexapy
    WARNING: Package(s) not found: alexapy
  • Is Amazon 2FA/2SV enabled <!---We will not debug login issues if unanswered---> (y/n):
  • Amazon Domain:

Debug Logs (alexa_media & alexapy)
Please provide logs.

Logger: homeassistant.setup

Setup failed for custom integration 'alexa_media': Requirements for alexa_media not found: ['alexapy==1.29.5'].

Logger: homeassistant.util.package
Source: util/package.py:159

Unable to install package alexapy==1.29.5: error: Failed to fetch: `https://wheels.home-assistant.io/musllinux-index/alexapy/` Caused by: Could not connect, are you offline? Caused by: Request failed after 3 retries Caused by: error sending request for url (https://wheels.home-assistant.io/musllinux-index/alexapy/) Caused by: client error (Connect) Caused by: dns error: failed to lookup address information: Try again Caused by: failed to lookup address information: Try again

Additional context

@danielbrunt57
Copy link
Collaborator

Unable to install package alexapy==1.29.5: error: Failed to fetch: https://wheels.home-assistant.io/musllinux-index/alexapy/ Caused by: Could not connect, are you offline? Caused by: Request failed after 3 retries Caused by: error sending request for url (https://wheels.home-assistant.io/musllinux-index/alexapy/) Caused by: client error (Connect) Caused by: dns error: failed to lookup address information: Try again Caused by: failed to lookup address information: Try again

You have a DNS error somewhere in your HA setup...

@tdashmike
Copy link
Author

tdashmike commented Jan 16, 2025

Thanks. I'll have to dig deeper. I installed Adguard recently so I tried disabling it but it didn't work. I came across this post: https://community.home-assistant.io/t/hassio-updater-cant-fetch-versions-from-https-version-home-assistant-io-stable-json-cannot-connect-to-host-version-home-assistant-io-443-ssl-none/174250/13 and the person solved it by completed redirecting the traffic back to the router so I did something similar and it worked.

I ran curl https://wheels.home-assistant.io/musllinux-index/alexapy inside the container and it was fine so I'm not sure what's being blocked.

@bscuderi13
Copy link

I have the same error after updating home assistant.

@tdashmike
Copy link
Author

I switched to Pi-hole and it's doing the same thing after I upgraded the core. Is there something special about this download that it won't pass through? I disabled Pi-hole but that didn't work so I redirected the DNS for just the HASS VM and it was able to download the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants