RasmusLindroth / tut

TUI for Mastodon with vim inspired keys
https://tut.anv.nu
MIT License
446 stars 29 forks source link

Panes stops actualizing after some time #261

Open Lertsenem opened 1 year ago

Lertsenem commented 1 year ago

Hi,

I'm running v2.0.1, and after some time, for some unknown reason, my home timeline stops pulling new toots. Notifications stop updating too.

I can use tl home to open a new home pane which is up to date, but does not actualize either. I can also run :newer to pull ~20 new toots, not necessarily the most recent ones.

I have no idea why this happens. Is there a way to get more logs to help for debugging?

benjaminbhollon commented 1 year ago

In my experience this generally happens if I lose connection for a short bit or close my laptop (suspending Linux).

Lertsenem commented 1 year ago

You may be right, this could be related to my computer losing connection for a while. Is there a way to resume updates as usual once the connection is back up though?

benjaminbhollon commented 1 year ago

For me using :newer a couple times does the trick. The first time it'll fetch them, then I'll do it again and it'll start updating again. But the most surefire way is honestly just to restart tut.

This is definitely a hacky workaround, though.

Lertsenem commented 1 year ago

For me using :newer a couple times does the trick.

I tried that but it did not work unfortunately. Thanks for trying to help, though.