-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feedcord not finding new content #51
Comments
Hey there I was able to quickly find the issue with this. I unfortunately overlooked it the first go around when assuming a change I made was handling github feed issues.. FeedCord looks for 'publishingdate' in atom feeds, but github seems to ignore publishingdate and only uses 'updated' for their releases FeedCord fails to parse publishingdate and defaults.. Oops In other words, FeedCord defaults these item's publish dates to: I'm going to be rolling a patch out tonight that I will group this in with - apologies on my overlook! Thanks for sharing the issues - helps catch all these cases |
Thank you for your quick responding sir 🫡 I'll keep an eye out for the update and see if I come across more stuff haha. I wonder if more logging could be added to catch these issues, since it doesn't show anything denoting it's not working properly right now. |
Totally agreed.. I will add "Verbose": true/false as a field for the config file to do just that. It can help with providing more info for opening issues too Thanks |
updated to the beta docker build today and i have been getting notifications about github commits after the update, so seems to be working now |
Thanks for the feedback Patch with this fix should be pushed to the latest image soon 👍 |
@Qolors i don't mean to be an annoying person, but when will the patch drop? |
should drop some time this evening after I finish up the work day |
Thanks! |
Updated to V3 yesterday, and just saw a new Home Assistant release dropping, but i checked and my feed did not post to my discord. I am not quite sure what is going wrong here.
When i started it up, everything checked ok:
However, it did not find the new release for Home Assistant when it came out:
Here is my
appsettings.json
The text was updated successfully, but these errors were encountered: