marcusraitner / COVID-19-Dashboard

Dieses Scriptable-Skript erzeugt ein Widget, das den Verlauf der 7-Tage-Inzidenz und die Auslastung der Intensivbetten am aktuellen Standort anzeigt. Zusätzlich angezeigt wird der aktuelle Wert der 7-Tage-Inzidenz des zugehörigen Bundeslandes und der Impfstatus des Bundeslandes.
GNU General Public License v3.0
210 stars 16 forks source link

Widget Shows nothing #109

Closed maximus210793 closed 2 years ago

maximus210793 commented 2 years ago

Hi, My widget looks like that, i am using the latest version with the following parameters: loc=48.1385340,11.5763994;de=y;theme=rki

Looking forward to your response. Thanks in advance. 04EF7B0C-3300-459F-964B-7F146B011347

icsAT commented 2 years ago

Hi,

what kind of device are you using? Are you using shortcuts (maybe in addition with scriptable) on that device? What happens if you start the script out of the scriptable app?

maximus210793 commented 2 years ago

Using iPhone 12 with the latest iOS and no shortcuts. When I start within scriptable without parameters I get the following view. image

I am currently in Austria...

eddy-tec commented 2 years ago

MOiN bei mir geht auch nichts... Keine Fehlermeldung oder so... image

Fran71 commented 2 years ago

liegt wohl an der Hospitalisierungsinzidenz der Bundesländer, in meinem Fall Bayern

"undefined is not an object (evaluating 'hospitalizationData.data[bundesLand]')

maximus210793 commented 2 years ago

Bei mir geht weder Bayern noch baden Württemberg mit Parameter:

loc=47.6559476,9.4889567;de=y;theme=rki

icsAT commented 2 years ago

image

Es sieht für mich so aus, als hätte die verwendete API ein Problem. Sie liefert eine Fehlermeldung.

Die Information erhalte ich, wenn showGermanValue auf false setze. Setze ich es auf true beendet sich die Scriptable App.

icsAT commented 2 years ago

Es gibt bereits ein Ticket dazu. Also einfach etwas abwarten.

https://github.com/marlon360/rki-covid-api/issues/436

marcusraitner commented 2 years ago

Thanks to all of you debugging the issue and tracing it back to the API. Meanwhile just set hosp=n;de=n to avoid the call to this particular API

maximus210793 commented 2 years ago

You mean maintaining those as parameters ?

marcusraitner commented 2 years ago

You mean maintaining those as parameters ?

Yes, exactly.

maximus210793 commented 2 years ago

Still not working, those are my parameters now: hosp=n;de=n;loc=48.1385340,11.5763994;de=y;theme=rki

icsAT commented 2 years ago

remove de=y

maximus210793 commented 2 years ago

Working now thanks. When do you think the issue of my unit initial post will be fixed approximately ? Thanks

icsAT commented 2 years ago

Usually they are working fast. About an hour ago they postet that they are working on it. I am confident that they will fix it by tomorrow, but if you need something reliable you need to ask them yourself.

https://github.com/marlon360/rki-covid-api/issues/436

marcusraitner commented 2 years ago

For me it's working again; API is fixed

maximus210793 commented 2 years ago

Working again - thanks all :)