Mlem icon indicating copy to clipboard operation
Mlem copied to clipboard

Unhandled errors present while scrolling feed

Open mormaer opened this issue 1 year ago • 3 comments

During internal testing of the 0.0.7 (23) build there have been reports of the following error message appearing repeatedly as the user scrolls their feed:

"Sorry, something unexpected happened. Please try again"

This is the default messaging in place when catching the .unexpected case from this request.

This suggests that the failure is occurring when we try to encode our request body (however loading posts is a GET with queries so unlikely!) or that we are failing to decode our response. This may point to differences between instances.

We need to find a way to easily reproduce this error so that we can locate the cause and fix.

mormaer avatar Jun 16 '23 20:06 mormaer