jhass / insporation

Flutter based client for diaspora*
BSD 3-Clause "New" or "Revised" License
30 stars 3 forks source link

Use a "nice" error message for generic item stream errors #36

Closed jhass closed 3 years ago

jhass commented 3 years ago

And pass full stacktrace details.

tclaus commented 3 years ago

Do you have some kind of test case / test user or Screenshots (before/after) to see the change in reality?

jhass commented 3 years ago

Not really. Maybe killing network in the middle of the loading request can work. Or just inserting an exception throw into the Client while fetching the stream. Figuring out where a weird error in this comes from a user I'm in contact with sees is the whole point of this though.

But I mean it uses the same mechanism as the startscreen does now, so it won't look much different.