-
Notifications
You must be signed in to change notification settings - Fork 21
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
RSS feeds are not updating automatically #147
Comments
Isn't FreshRSS using php7.4 now ? 🤔 |
#77 (comment) : @yalh76 do you have any clue ? |
Nope, it's not using PHP7.4 since you have not merged #146 |
I have the same problem since upgrading it to 1.20 Esit: any workaround for this issue? Thanks |
Sharing some info that may be useful to other stumbling upon this.
A cron file exists, but it's not installed. This is why refresh is not working. Here's how set it up:Login as
Confirms none of the users has a cron job installed.
This worked fine.
This opens an editor, I add the line:
This refreshes every 30 minutes. Double check:
After enough time has passed, I can see (as
Notice this is slightly brittle: the crontab is hardcoding Anyway, this works. Notice that this page has 2 different methods to do the same:
|
Same problem for me with upgrade 1.20 |
After the upgrade to 1.20 I also get cron mail every 10 minutes with this: Is there a way to add permission for this? edit: if I try: |
@lapor-kris Assuming is running under Create the directory: |
#150 should have fixed it. Maybe not for the people who upgraded in the mid-time ? |
Describe the bug
My feeds are not updating automatically.
Feeds are only updated by clicking on "Update feeds" from the main page in FressRSS (this means I have to login to YunoHost instance to update feeds for it to be propagated to the same user on desktop/mobiles etc.).
I searched for similar issue and found issue #77.
/tmp/freshrss.log
.cat /etc/cron.d/freshrss
output isMAILTO="root"
*/10 * * * * freshrss /usr/bin/php7.3 /var/www/freshrss/app/actualize_script.php >/var/www/freshrss/freshrss.log 2>&1
freshrss cron job is pointing to php7.3. Based on #77 solution from some users should I edit cron and point to php7.0?
Context
Steps to reproduce
Login to YunoHost instance.
Go into FreshRSS app and click on "Update feeds" icon.
Expected behavior
Feeds to be updated automatically.
Logs
n/a.
The text was updated successfully, but these errors were encountered: