Had the same issue, custom updater was also showing that I was on deb8e3, but manually updating and then doing a diff between the two it appears I was still on the old version.
c44e5d5….chunk.js:5945 GET http://192.168.2.100:8123/local/card-tools.jsv=0.3 net::ERR_ABORTED 404 (Not Found)
c44e5d5….chunk.js:5945 Uncaught (in promise) /local/card-tools.jsv=0.3
c44e5d5….chunk.js:4807 layout-card Error: Can't find card-tools. See https://github.com/thomasloven/lovelace-card-tools
at HTMLElement.setConfig (layout-card.js:175)
at create_card_element_createElement (c44e5d5….chunk.js:4807)
at createCardElement (c44e5d5….chunk.js:4807)
at HTMLElement._selectView (c44e5d5….chunk.js:5915)
cart-tool version is deb8e3
The strange thing is that it happens only in some cards.
I’ve a concept of how I want my Lovelace to endup looking which has led me to a Question / Feature Request about the layout-card. Any chance you could add configuration options so that we can have custom css on a particular column of the card?
This would let us have particular columns wider than others by altering flex-grow for them, or in my case allow a two column page with breaks and tweaking on the second column’s flex-grow and max-width to look like this:
@thomasloven This is no longer working: ’your fix from above’ ==>My Lovelace Plugins , the images display usually on the first empty card back and no longer as the background image. Not sure which update it quit working on due to me being in the process of rebuilding everything. Wasn’t due to the newest updates, as this stopped sometime last week. I think it may be related to a card-tools modification. I have tried the older version of card-modder to test against like before, but acts the same. Any ideas? Thanks!
Several of us found that custom_updater hadn’t actually updated our copy of card tools, even though it was showing we were on the latest version, and we had the same errors you are getting. Try manually updating with the latest version and it’ll likely start working again.
Decided I should be less lazy and take a look myself. Just to get it to the level I’d like (able to define custom css to be injected per column) seems fairly easy. I’ll drop you a pull request with my changes so you can see what I’m doing.
It’s fairly basic, and I went for a simpler, but possibly less intuitive, config method (it all plugs right in nicely with little work in the code, but that might just make it harder for people to configure). You might prefer something that doesn’t require people to inspect the elements/understand css flexboxes to be able to use it.
I’ve also barely tested it. Doesn’t throw any errors if you put non-sensical column numbers or css values in, but that might also not be great and just cause lots of “why doesn’t this work” posts.
Well, all the other error mentioned cardtools in it, mine was different that’s why…
Anyway, I tried getting a new copy and manually update it; same error…
I cleared cache as well…
Any idea? I use this card a lot, and it’s screwing my entire UI lol