Qolors / FeedCord

A dead simple RSS Feed with Discord Webhooks
MIT License
127 stars 6 forks source link

Feedcord doesn't found new content #44

Open thenamelessthing opened 1 week ago

thenamelessthing commented 1 week ago

FeedCord can't find any new posts every time. I've checked the RSS feeds and there are new posts. I don't quite understand what's causing the problem.

Here is the url of the RSS I'm trying: https://meccg.herokuapp.com/data/rss

`Registering Background Service Mellon

I: Creating new RssCheckerBackgroundService instance for Mellon

I: Mellon Created with check interval 3 minutes

I: Mellon Starting Background Processing at 09/02/2024 18:29:43..

I: Mellon: Initializing Url Checks..

I: Successfully initialized URL: https://meccg.herokuapp.com/data/rss

I: No URLs in Youtube feed, skipping...

I: Mellon: Tested successfully for 1 out of 1 Urls in Configuration File

I: Checking if any new posts for https://meccg.herokuapp.com/data/rss...

I: Mellon: Found no new posts. Ending background process..

I: Mellon Finished Background Processing at 09/02/2024 18:29:47..

I: Mellon Starting Background Processing at 09/02/2024 18:32:47..

I: Checking if any new posts for https://meccg.herokuapp.com/data/rss...

I: Mellon: Found no new posts. Ending background process..

I: Mellon Finished Background Processing at 09/02/2024 18:32:51..`

How can I debug this?

Thank you