AalianKhan / mushroom-strategy

A strategy to automatically generate a dashboard using mushroom cards
MIT License
371 stars 37 forks source link

Strategy stopped working #64

Closed brianveno827 closed 11 months ago

brianveno827 commented 11 months ago

strategy stopped working when I installed the new version

Error: Error loading the dashboard strategy:

Error: Timeout waiting for strategy element ll-strategy-mushroom-strategy to be registered

Raw Data:

strategy:
  type: custom:mushroom-strategy
views: []
sebfar9172 commented 11 months ago

I have the same problem with the latest version

AalianKhan commented 11 months ago

That is strange. Is v1.0.0 working properly for you?

Could you also enter the property debug in the configuration, set it's value to true and check the console (ctrl + shift + i) and paste the error messages

sebfar9172 commented 11 months ago

Yes for me, the v1.0.0 worked

where do you put the property debug ?

Error: Timeout waiting for strategy element ll-strategy-mushroom-strategy to be registered at get-strategy.ts:57:11 at async a (get-strategy.ts:82:11) at async Object.saveConfig (ha-panel-lovelace.ts:365:23) at async o.value (hui-editor.ts:284:5) a @ get-strategy.ts:88

prabeshb commented 11 months ago

I am also having similar issues with v1.0.1. I tried going back to v1.0.0, but still the problem persists.

Same error message in console get-strategy.ts:88 Error: Timeout waiting for strategy element ll-strategy-mushroom-strategy to be registered at get-strategy.ts:57:11 at async a (get-strategy.ts:82:11) at async o.value (ha-panel-lovelace.ts:258:19)

DigiLive commented 11 months ago

See if this comment helps.

sebfar9172 commented 11 months ago

i tried but the problem still exist

sebfar9172 commented 11 months ago

Clear cache works for me

prabeshb commented 11 months ago

See if this comment helps.

Yes this worked. Thank you