DrozmotiX / ioBroker.coronavirus-statistics

Adapter to show Global Corona Virus information and current reports
MIT License
18 stars 19 forks source link

[germanyCounties] error: values.features is not iterable #324

Closed crunchip77 closed 2 years ago

crunchip77 commented 2 years ago

mit aktueller Version 0.8.4 tritt seit heute folgendes auf `

coronavirus-statistics.0 | 2021-10-29 09:12:18.820 | error | [germanyCounties] error: values.features is not iterable, stack: TypeError: values.features is not iterable at germanyCounties (/opt/iobroker/node_modules/iobroker.coronavirus-statistics/main.js:550:35) at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:95:5) at Covid19.onReady (/opt/iobroker/node_modules/iobroker.coronavirus-statistics/main.js:711:5) -- | -- | -- | -- coronavirus-statistics.0 | 2021-10-29 09:12:18.622 | error | [germanyFederalStates] error: apiResult.features is not iterable, stack: TypeError: apiResult.features is not iterable at germanyBundesland (/opt/iobroker/node_modules/iobroker.coronavirus-statistics/main.js:364:38) at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:95:5) at Covid19.onReady (/opt/iobroker/node_modules/iobroker.coronavirus-statistics/main.js:704:5)

`

jlssmt commented 2 years ago

@crunchip77 geht wieder, wenn du jetzt den adapter startest, oder? haben es uns angeschaut und error handling eingebaut. ich stell nen PR und sag das passt, da die API einfach down war. (meine vermutung)

DutchmanNL commented 2 years ago

@crunchip77 bitte git version testen

crunchip77 commented 2 years ago

das kann sein, das die API down war, hatte nicht weiter kontrolliert

jlssmt commented 2 years ago

@crunchip77 ja. ist auch in ordnung, da bei uns ein error handling gefehlt hat und deshalb dann der ganze adapter gecrasht ist.

DutchmanNL commented 2 years ago

solved 0.8.5

stan23 commented 2 years ago

Jepp, heute früh war die API down und ich hatte den gleichen Fehler.