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

Error message stuck on top. #1187

Closed
olafur-palsson opened this issue Aug 19, 2023 · 3 comments
Closed

Error message stuck on top. #1187

olafur-palsson opened this issue Aug 19, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@olafur-palsson
Copy link

olafur-palsson commented Aug 19, 2023

Jerboa Version

0.0.44

Android Version + Phone

Android 11, Xiaomi Redmi note 10 pro

Describe The Bug

Clipped text on top

"host lemmy.ml. No address associated with hostname"
Screenshot_2023-08-19-10-53-08-113_com jerboa

To Reproduce

  1. Be offline
  2. Load app
  3. Go online
  4. Load posts.

In the case of a crash or when relevant include the logs

No response

@olafur-palsson olafur-palsson added the bug Something isn't working label Aug 19, 2023
@MV-GH
Copy link
Collaborator

MV-GH commented Sep 1, 2023

Comes from here
https://github.com/dessalines/jerboa/blob/7a90523139bfc499c84b9ff0e22b965ed8978728/app/src/main/java/com/jerboa/ui/components/home/HomeActivity.kt#L218-L228

This error that it shows is intended, it means that It could not load the /site endpoint. Which Jerboa needs for lots of things

Jerboa has some checks on startup, you probably saw one of them. A snackbar which showed failed to load instance. This verification triggers for a few things and always on startup.

Jerboa needs to also do the verification in this specific case. When it loads the post successfully while /site is in a bad state.

Also this error shouldn't really be hidden behind the appbarr

@dessalines
Copy link
Member

Can re-open if this is still an issue, but I don't know a good way to replicate.

@dessalines dessalines closed this as not planned Won't fix, can't repro, duplicate, stale Feb 10, 2024
@MV-GH
Copy link
Collaborator

MV-GH commented Feb 11, 2024

I fixed the case where it hid behind the actionbar. So everything should be as expected

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

3 participants