-
Notifications
You must be signed in to change notification settings - Fork 44
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
Random Refresh while reading articles #417
Comments
Hello, can you share the original link of your entry? |
Sure, it happened with both of these: |
After multiple try to reproduce. it's never happened on my device. Can you record an example ? |
I get a similar issue, the content is replaced by a white screen, and when loading again the scroll position is lost. It happens on any long article that I’m reading normally and will typically first happen about 1/3rd through. It seems to become more frequent near the end but I’m not certain about that |
hi @steveh what is your iOS version and device ? |
iPhone 14 Pro, v17.4.1. Wallabag v7.2.4 b319. |
trim.FBE5F933-7494-4215-8A41-1A84F3B503BA.MOVWhile reading: https://techandsocialcohesion.substack.com/p/eight-pro-social-platforms-that-didnt iOS: 17.5.1 |
+1. Exact same issue. iOS 17.5.1, iPhone 14Pro |
Fun fact leaving the article as soon as the spinner appears, and returning to it leaves the scroll position intact. Gotta be quick tho! |
Can confirm this happens too iOS 17.6.1, iPhone SE. App version says 7.4.0 build 319. It happens pretty consistently, if there's a way to get you logs I'm happy to figure that out. Would love for this to work :P |
Never reproduce this issue 😫 Can you share one or more entry with this bug ? |
Sure, It happened with this article https://dustycloud.org/blog/how-decentralized-is-bluesky/ I'm not sure if it's a "time reading" or "distance read" thing that causes it to trigger (i think it's time spent reading) Some more details: I use the app.wallabag.it as my service provider It takes somewhere between 30-45s for this to happen, every time, with that first article. I wonder if there's a refresh action that happens in the background that might be triggering this? Or if there's settings I could try turning on and off? |
This happens every single time I use the app to read a longer article, with no exceptions. It is trivially reproducible through normal, regular use of the app. iOS latest at the time of this writing and iPhone 14 Pro Max. |
@ronaldscott No, it's not trivial, and it's not so easy to reproduce as you say. Every time I try to solve this problem, this problem does not occur. |
@bourvill is there a way to see the logs in the app? Unfortunately I don't have an apple computer so I can't try building the app locally to check them. |
Seems like some "lazy" process is triggering an app sync, I'm not sure what needs syncing in an in-progress article (beyond the position). Anyhow, I agree that review local logs would help pinpoint the issue! |
Guy's! finally reproduced! working on fix! |
App is rolling out , test the latest version 7.5.0 and give me your feedback |
This is still happening. Version 7.5.0 build 319 |
Just a theory, but my guess is the app tries to periodically sync the article scroll position with the server. Perhaps the app should only GET the position on opening an article. And only POST the scroll position to the server. I can't think of any other reason the app should load anything while reading an article. |
Position is not sync with the server, is only on local. |
While reading longer articles, the content is replaced by a spinner, which never resolves.
Leaving the article and returning, the scroll position is lost.
iOS 17.4.1
Wallabag ios 7.2.3 build 319
The text was updated successfully, but these errors were encountered: