georgslazdans / outline-app

Outline recognition app
https://outline.georgs.lv
GNU Affero General Public License v3.0
84 stars 5 forks source link

Add descriptive error messages #9

Open kilpatrq opened 5 days ago

kilpatrq commented 5 days ago

I've been trying to upload an image on mobile for some time, and after entering a name and selecting an orientation and paper size, I hit "find outline" and i get an animation of a spinning circle for half a second and then get kicked right back to the form. I don't really have any information i can open an issue with, so i think a descriptive error message would be helpful.

georgslazdans commented 5 days ago

Sounds like there is an error while saving to IndexedDB. Maybe some kind of storage issue.

There are a few places where errors are just logged to console. I will create a error popup that should give copyable error info on mobile.

georgslazdans commented 4 days ago

I added a error modal and it will pop up when an error occurs.