-
Notifications
You must be signed in to change notification settings - Fork 227
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
Turning off "Check for new articles on startup" means no checks for new articles ever #1736
Comments
Can you try lowering the refresh frequency to see if the automatic refresh works at all? Do you check manually as well? Doing so will reset the timer. |
I tried lowering the refresh frequency to 3 hours. No change. I have subs that have not been updated since I turned off "Check for new articles at start up" eight days ago. |
BTW, replying to the emails about this issue don't add to the thread. |
I ran "Refresh All Subscriptions" and it worked fine but then still no automatic refreshes once every 6 hours. |
Can you try this: By default, debug messages are only stored briefly. This command will ensure that debug messages are kept for this particular "subsystem" and "category". "DispatchTimer" is the component that is responsible for scheduling refreshes. You can view log messages with this: I encourage you to change the fetch interval to 5-15 min just to produce some log entries. After a few hours, use the above command to check log entries and post them here. You can reset the first command with this: |
Yeah, I did that. Set Vienna for autorefresh every 5 minutes. Seemed to autorefresh OK. I'll change it to once every hour and see.
|
It appears to work at 1 hour |
I think I see what the problem might be. Once every 6 hours seems to mean, at the exact time every 6 hours, say at exactly 6am, 12noon, 6pm and midnight. Since I often don't have my computer and therefore vienna on continuously I can easily miss those exact times. I was expecting, I think, that if I started Vienna, it should decide: "it has been more than 6 hours so I will refresh now", but it doesn't seem to do that. Is that the case? |
That is how it should work. I specifically configured the timer to take into account the lapsed time after waking up from sleep. Do the logs indicate that the timer fired when you were not using your computer (i.e. "Event handler submitted to dispatch timer" means that the timer run the code that refreshes the feeds)? |
I fired Vienna up twice and got this. No refresh since yesterday.
|
I have been trying all the different update every 1 to 6 hour options. Vienna only ever updates when I do "refresh all subscriptions" manually. It takes a day to check each one properly. I'll do the minute options next. |
When I have Vienna set to update every hour, it doesn't update until I do a manual refresh all, then it seems to update every hour after the manual refresh. |
Vienna seems to work OK, once I do a manual "Refresh All subscriptions". After that it does the refresh each hour, or 6 hours, but if I don't do that "refresh all subscriptions", it doesn't refresh automatically at all. |
Describe the bug
If I set the preferences to turn off "Check for new articles on startup" and "Check for new articles every 6 hours" no automatic checks for new articles ever happen.
To Reproduce
Always happens.
Please complete the following information:
The text was updated successfully, but these errors were encountered: