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
Describe the bug with a clear and concise description of what the bug is.
When I restart gotosocial, accounts have missing posts in their timelines. It's always the recent ones, it fixes itself after while.
What's your GoToSocial Version?
0.17.3
GoToSocial Arch
amd64 binary
What happened?
I have multiple accounts on my instance, including one that posts automated every hour. When the server gets restarted (Debian unattended upgrades in this case), the home timelines of some/all accounts have missing posts in them backwards some time from the point of restart. Newly posted things get shown normally. Eventually the missing posts show up again after a day or so.
All posts show up on the website or when using the account view (I'm using phanpy or Tusky). The posts also all federate correctly. Only the timeline view seems affected. It certainly feels like some caching issue.
Sadly it does not seem to happen always and not to all accounts on the server.
I only noticed it after 0.17, never before.
What you expected to happen?
Timeline regenerated correctly after instance restart.
How to reproduce it?
Restart the instance
Look onto the home timeline of an account where you know that posts should be there and recent ones (or maybe others) are missing
Anything else we need to know?
I have this additional information from when we tried to figure out what happened:
To get the home timeline there is the api /api/v1/timelines/home
Phanpy is using /api/v1/timelines/home?limit=20
It fixed itself when I manually used /api/v1/timelines/home?limit=20&since_id=… where the id was of some recent status.
I think the cache fixed itself when less than specified max number of statuses is fetched.
The text was updated successfully, but these errors were encountered:
Update after few days: for some reason the feeds of the affected accounts did not update yet. I can for example verify there are posts every day on https://icy.arcticfluff.eu/@arcticfoxbot yet the home feed for that account in both Phanpy and Tusky show no posts between Nov 20th and 25th for some reason.
Describe the bug with a clear and concise description of what the bug is.
When I restart gotosocial, accounts have missing posts in their timelines. It's always the recent ones, it fixes itself after while.
What's your GoToSocial Version?
0.17.3
GoToSocial Arch
amd64 binary
What happened?
I have multiple accounts on my instance, including one that posts automated every hour. When the server gets restarted (Debian unattended upgrades in this case), the home timelines of some/all accounts have missing posts in them backwards some time from the point of restart. Newly posted things get shown normally. Eventually the missing posts show up again after a day or so.
All posts show up on the website or when using the account view (I'm using phanpy or Tusky). The posts also all federate correctly. Only the timeline view seems affected. It certainly feels like some caching issue.
Sadly it does not seem to happen always and not to all accounts on the server.
I only noticed it after 0.17, never before.
What you expected to happen?
Timeline regenerated correctly after instance restart.
How to reproduce it?
Anything else we need to know?
I have this additional information from when we tried to figure out what happened:
The text was updated successfully, but these errors were encountered: