ticaki / ioBroker.nspanel-lovelace-ui

MIT License
5 stars 1 forks source link

Fehler beim laden der AdapterUpdate Detailseite #63

Closed tt-tom17 closed 6 months ago

tt-tom17 commented 6 months ago

Meldung : nspanel-lovelace-ui.0 (30638) [StatesDB.///AdapterUpdate.29?0.true] Read for dp: admin.0.info.updatesJson is invalid! read: if (!val || !val.startsWith('{') || !val.endsWith('}')) return ''; const v = JSON.parse(val) return ( v.device-watcher ? ('v' + v.device-watcher.installedVersion.trim() + "\r\nv" + (v.device-watcher.availableVersion.trim() + ' ' )) : 'done' ); Error: ReferenceError: watcher is not defined

tt-tom17 commented 6 months ago

try catch einfügen in read function

tt-tom17 commented 6 months ago

fix in #65