Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: error fetching emoji with an empty url/staticUrl #2202

Open
1 task done
kejadlen opened this issue Sep 27, 2024 · 2 comments
Open
1 task done

Bug: error fetching emoji with an empty url/staticUrl #2202

kejadlen opened this issue Sep 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@kejadlen
Copy link

Environment:

  • OS: iOS 18.0
  • IceCubesApp version: 1.10.59

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

  • Search that this bugs don't already exist before creating it.
@kejadlen kejadlen added the bug Something isn't working label Sep 27, 2024
@kejadlen
Copy link
Author

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?

@mbirth
Copy link

mbirth commented Sep 28, 2024

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.

The Phanpy app works without any obvious issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants