daneden / Zeitgeist

👁 An iOS app for keeping an eye on your Vercel deployments
http://zeitgeist.daneden.me
Apache License 2.0
196 stars 8 forks source link

iOS widget doesn't load #28

Closed wzulfikar closed 3 years ago

wzulfikar commented 3 years ago

I'm at iOS v1.1.3. The app runs smooth after the latest fix for undefined CANCELED state. But I noticed that the widgets are stuck in empty view and when I try to edit the widget, it says "Unable to Load". Tried in iPad Mini 5, iPhone SE, and iPhone SE Simulator.

Lmk if there's anything I can do to help debug the widget.

image

image

wzulfikar commented 3 years ago

Not sure if this is related, but the widget will crash if it sees a team with no deployments (index out of range). I realize that I have one team where I didn't deploy anything yet and thus, I encounter this error.

image

And when I try to change the entries != nil to !entries!.isEmpty (left image, line 63), it eventually goes to exception (right image).

Screenshot 2020-12-13 at 11 07 55

Hope it helps!

daneden commented 3 years ago

Hopefully this is fixed in v1.2 of the iOS app/v2.1 of the macOS app! Submitted for App Store review.