custom-cards / surveillance-card

A custom component for displaying camera feeds in the style of a surveillance system.
Apache License 2.0
241 stars 34 forks source link

2022.10.1 / OS 9.0 - "Repository custom-cards/custom-cards/surveillance-card not found" #58

Open baldfox opened 1 year ago

baldfox commented 1 year ago

Am trying to install the surveillance card, but everytime it brings me into hacs (having authenticated) it shows me the following error: Repository custom-cards/custom-cards/surveillance-card not found

Running 2022.10.1 Supervised (os 9.0). Anyone have a work around?

niemyjski commented 1 year ago

Looks like your repository path is incorrect. It should be custom-cards/surveillance-card

baldfox commented 1 year ago

Which is odd as I'm taking it from hacs directly. Nothing manual my side.

niemyjski commented 1 year ago

@baldfox would you mind opening an issue on the hacs side of things and link back here.

baldfox commented 1 year ago

@baldfox would you mind opening an issue on the hacs side of things and link back here.

I'd be happy to, let me see how to do that!

niemyjski commented 1 year ago

@baldfox were you able to open an issue or resolve this?

baldfox commented 1 year ago

Not yet. I'm away. Looked at it quickly but needed to submit a load of logs etc. It's on the to do list.

LeBaronDeCharlus commented 1 year ago

I confirm I can reproduce it :

image image

Running Home Assistant inside a docker image.

Home Assistant 2023.7.1 Interface utilisateur : 20230705.1 - latest

niemyjski commented 1 year ago

What version of hacs are you using? Can you try this: https://github.com/custom-cards/surveillance-card/issues/58#issuecomment-1273415048

iKyosh commented 11 months ago

Hi,

Same issue for me. HA installed on Raspberry Pi4.

HACS installed the component in the following folder: "/config/www/community/surveillance-card/surveillance-card.js"

Should it be located somewhere else ?

Thanks

HA v2023.8.3 HACS v1.32.1

aleixsb commented 11 months ago

same issue for me...

Repository custom-cards/custom-cards/surveillance-card not found

Home Assistant 2023.8.2 Home Assistant Community Store 1.32.1

niemyjski commented 11 months ago

I'll see if I can reproduce, I'm also on the latest version. Is there anything in the debug logs for Home Assistant Community Store?

Bhstark commented 11 months ago

+1 Same issue for me image

image

niemyjski commented 11 months ago

I cannot reproduce this using latest versions of HA/Card. I uninstalled my copy, ensured my folders were clean, ensured I had no custom hacs sources. I reinstalled, added a card no problem. I'd need someone to debug this further as I can't reproduce to debug.

MichaelRuzicka commented 10 months ago

Same here.

Home Assistant 2023.9.2 Supervisor 2023.09.2 Operating System 10.5 Frontend 20230911.0 - latest HACS: Integration version: | 1.32.1 Frontend version: | 20220906112053

niemyjski commented 10 months ago

Is there anything in the debug logs for Home Assistant Community Store?

Freezerohmatic commented 7 months ago

HI All,

I just added this using HACS and had the same issue but this seems to be common problem with lovelace plugins. The fix is to add the following to your configuration.yaml

frontend:
  extra_module_url:
    - /config/www/community/surveillance-card/surveillance-card.js

You might need to reinstall/redownload the plugin to get it going.

niemyjski commented 6 months ago

@Freezerohmatic I haven't had to do that. Is this something we can automate?