mgnsk / FreshRSS-AutoTTL

A FreshRSS extension for automatic feed refresh TTL based on the average frequency of entries.
GNU Affero General Public License v3.0
26 stars 3 forks source link

How do I know if it's working? Nothing in the Table #16

Open Fogest opened 2 days ago

Fogest commented 2 days ago

Please see attached image. When I look at the extension options, the table that I think should list information about the AutoTTL is empty. I have some old errors from some days back in the FreshRSS logs, but that may have been related to a permission issue that I think I have resolved.

image

Is there any way I could provide you more information regarding the issue to help determine what might be the issue? I can turn up debugging but I don't know if there is anyway to force it to run or something?

Here are the log messages I am no longer getting after some permission fixes: image

And here are some permission screenshots in case it helps

image

From my understanding I have done everything correctly. My FreshRSS refresh default time is set to 1 hour. All my feeds are set to use the default, and AutoTTL I set to 12 hour max TTL.

mgnsk commented 2 days ago

Which database are you using?

mgnsk commented 2 days ago

I've reproduced the empty table issue, looking into it. FreshRSS seems to have changed the way extension's init functions work.

mgnsk commented 2 days ago

Fixed in https://github.com/mgnsk/FreshRSS-AutoTTL/releases/tag/v0.5.7.

Fogest commented 1 day ago

I updated and still don't notice anything in the table. I don't see any new entries in the logs with the new updates. I am using MySQL for my database.

mgnsk commented 11 hours ago

I updated and still don't notice anything in the table. I don't see any new entries in the logs with the new updates. I am using MySQL for my database.

Do you see any errors in Apache logs?

mgnsk commented 11 hours ago

I've fixed a looming configuration issue and tested with every database in v0.5.8. Don't know what else to look for.