You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When refreshing the timeline, I get "An error occurred while loading posts, please try again".
It seems this is because my server (GoToSocial) had an emoji with url/staticUrl as empty strings, so decoding the emoji failed. I did get it to load successfully with this change, though I don't know if this is the ideal way of handling this scenario.
Related Issues
Search that this bugs don't already exist before creating it.
The text was updated successfully, but these errors were encountered:
Also, although I removed the offending emoji on the server, I'm still unable to pull down the timeline on my phone despite uninstalling and reinstalling the app. Not sure if there's some caching somewhere that needs to be busted?
The same issue started for me. But I can't find any weird emoji in my GtS database.
Local timeline - works
Federated timeline - works
Trending - error (expected, not supported by GtS)
Home timeline - ERROR
Notifications tab - works
News tab - ERROR
Profile tab - works
I'm on iOS 18.1 Beta and GotoSocial 0.17-rc1. It worked like this just fine yesterday and I didn't touch anything since then.
Environment:
Description
When refreshing the timeline, I get "An error occurred while loading posts, please try again".
It seems this is because my server (GoToSocial) had an emoji with url/staticUrl as empty strings, so decoding the emoji failed. I did get it to load successfully with this change, though I don't know if this is the ideal way of handling this scenario.
Related Issues
The text was updated successfully, but these errors were encountered: