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

Alexa Media Player do not download through hacs on HA version 2024.8.2 #2490

Open
rajdey1 opened this issue Aug 28, 2024 · 5 comments
Open

Comments

@rajdey1
Copy link

rajdey1 commented Aug 28, 2024

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

Alexa Media Player do not download through hacs on HA version 2024.8.2
To Reproduce

  1. Go to Hacs
  2. Type on Search bar "alexa media player"
  3. Alexa media player will show up
  4. click on three dot on right on side of alexa media player
  5. Click download.
  6. The progress bar will start
  7. wait for some time
  8. Error message shows up like
    The version for this integration cannot be used with HACS

Expected behavior

Alexa media player should download through HACS
Screenshots

image

System details

  • Home Assistant version:2024.8.2
  • alexa_media version (from const.py or HA startup log): latest
  • alexapy version (from pip show alexapy in homeasssistant container or HA startup log):
  • 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.

Additional context

@danielbrunt57
Copy link
Collaborator

What version of AMP is HACS showing?
"Latest" is not an answer!
Please check your HACS custom repositories has the correct URL for AMP.
Update info for AMP custom component.
Failing that, remove and reinstall HACS.

@rajdey1
Copy link
Author

rajdey1 commented Aug 28, 2024

@danielbrunt57 Sorry I am not sure how to check version can you help for same I am attaching screen shot if that helps
image

image

@danielbrunt57
Copy link
Collaborator

If you click on the entry in you 2nd screenshot it should show the version:

image

@danielbrunt57
Copy link
Collaborator

Another way is to open the file `/config/custom_components/alexa_media/manifest.json, the currently loaded is in there...

{
  "domain": "alexa_media",
  "name": "Alexa Media Player",
  "codeowners": ["@alandtse", "@keatontaylor"],
  "config_flow": true,
  "dependencies": ["http","persistent_notification"],
  "documentation": "https://github.com/alandtse/alexa_media_player/wiki",
  "iot_class": "cloud_polling",
  "issue_tracker": "https://github.com/alandtse/alexa_media_player/issues",
  "loggers": ["alexapy", "authcaptureproxy"],
  "requirements": ["alexapy==1.29.0", "packaging>=20.3", "wrapt>=1.14.0"],
  "version": "4.12.11"
}

But if you can't even download in the first place, then I think you need to remove and re-add HACS component...

@danielbrunt57
Copy link
Collaborator

@rajdey1 Any update?

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

2 participants