alandtse / alexa_media_player

This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API.
Apache License 2.0
1.44k stars 277 forks source link

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

Open rajdey1 opened 2 weeks ago

rajdey1 commented 2 weeks ago

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

Debug Logs (alexa_media & alexapy) Please provide logs.

Additional context

danielbrunt57 commented 2 weeks ago

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 commented 2 weeks ago

@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 commented 2 weeks ago

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

image

danielbrunt57 commented 2 weeks ago

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 commented 13 hours ago

@rajdey1 Any update?