rrnarayan1 / omni-crosswords

An iOS app that fetches crosswords and allows users to complete them
GNU General Public License v3.0
26 stars 2 forks source link

App is down #16

Closed agent2397 closed 3 days ago

agent2397 commented 1 month ago

When you open the app it immediately closes. Might be a server issue?

I’ve tried deleting the app and reinstalling. Also have tried on another device.

Thank you for creating and supporting this app 🙌

AmyAmeliaLee commented 1 month ago

Sadly I can confirm this. It seems that the functionality behind uploading/updating the puzzles may be causing this.

rrnarayan1 commented 3 weeks ago

This is because of a puzzle metadata issue. When parsing the puzzle to display the list view, the app could crash. I will leave this issue open to address that issue by failing more gracefully.

rrnarayan1 commented 3 days ago

addressed in b859987