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

config-template-card.js not downloading with custom_updater #3

Closed
schoenof opened this issue Mar 13, 2019 · 8 comments
Closed

config-template-card.js not downloading with custom_updater #3

schoenof opened this issue Mar 13, 2019 · 8 comments

Comments

@schoenof
Copy link

I can't get this to download/update via custom_uploader like all the other custom_cards from this repo...
lovelace.yaml like below:

resources:

  • url: /customcards/github/custom-cards/surveillance-card.js?track=true
    type: module
  • url: /customcards/github/custom-cards/vertical-stack-in-card.js?track=true
    type: js
  • url: /customcards/github/custom-cards/config-template-card.js?track=true
    type: js

First 2 work properly but config-template-card does not...

@iantrich
Copy link
Owner

Nope, different structure

@brianhanifin
Copy link

The update button updates it for me. I just did it.

@iantrich
Copy link
Owner

@ludeeus must updated something on his end?

@DavidFW1960
Copy link

I can confirm it works with custom updater. I didn't even have track=true and downloaded the card manually. When I restarted, it showed the card in the tracker and N/A with 1.02 available. Update and it's showing 1.02 for both now...

@ludeeus
Copy link
Contributor

ludeeus commented Mar 15, 2019

If this is the case @schoenof should open an issue in the custom_updater repo not here

@randellhodges
Copy link

randellhodges commented Mar 15, 2019

custom updater seems to think it updated, but when I went to the file system, for me, it wasn't updated. I had to pull it myself.

probably not on this side, just adding in my experience this morning

Edit: FYI, the problem is over on the custom updater side, with the master repos.json file. It has the remote_location set to https://raw.githubusercontent.com/custom-cards/config-template-card/1.0.2/config-template-card.js but there is nothing there.

If the link was https://raw.githubusercontent.com/custom-cards/config-template-card/master/dist/config-template-card.js then it would work.

Edit 2: Unless there is some sort of expectation that other people have their repos setup a certain way?

@ludeeus
Copy link
Contributor

ludeeus commented Mar 16, 2019

Edit: FYI, the problem is over on the custom updater side, with the master repos.json file. It has the remote_location set to https://raw.githubusercontent.com/custom-cards/config-template-card/1.0.2/config-template-card.js but there is nothing there.

That is correct.

Edit 2: Unless there is some sort of expectation that other people have their repos setup a certain way?

There was (is), but they need updating.

All should be good now.

@iantrich
Copy link
Owner

I put my stuff in the custom org so I wouldn’t have to figure that out :)

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

6 participants